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 Map<IntrospectedTable.InternalAttribute,String> |
IntrospectedTable.internalAttributes
Internal attributes are used to store commonly accessed items by all code
generators
|
Modifier and Type | Method and Description |
---|---|
static IntrospectedTable.InternalAttribute |
IntrospectedTable.InternalAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntrospectedTable.InternalAttribute[] |
IntrospectedTable.InternalAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2018 MyBatis.org. All rights reserved.