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 |
Modifier and Type | Method and Description |
---|---|
IntrospectedTable.TargetRuntime |
IntrospectedTable.getTargetRuntime() |
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) |
Copyright © 2010–2018 MyBatis.org. All rights reserved.