| Package | Description |
|---|---|
| org.mybatis.generator.api |
Provides the main classes and interfaces used by clients of MyBatis Generator.
|
| Modifier and Type | Field and Description |
|---|---|
protected IntrospectedTable.TargetRuntime |
IntrospectedTable.targetRuntime
The target runtime.
|
| Modifier and Type | Method and Description |
|---|---|
IntrospectedTable.TargetRuntime |
IntrospectedTable.getTargetRuntime()
Gets the target runtime.
|
static IntrospectedTable.TargetRuntime |
IntrospectedTable.TargetRuntime.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntrospectedTable.TargetRuntime[] |
IntrospectedTable.TargetRuntime.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IntrospectedTable(IntrospectedTable.TargetRuntime targetRuntime)
Instantiates a new introspected table.
|
Copyright © 2006–2016 MyBatis.org. All rights reserved.