|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntrospectedTable.InternalAttribute | |
---|---|
org.mybatis.generator.api | Provides the main classes and interfaces used by clients of MyBatis Generator. |
Uses of IntrospectedTable.InternalAttribute in org.mybatis.generator.api |
---|
Fields in org.mybatis.generator.api with type parameters of type IntrospectedTable.InternalAttribute | |
---|---|
protected Map<IntrospectedTable.InternalAttribute,String> |
IntrospectedTable.internalAttributes
Internal attributes are used to store commonly accessed items by all code generators |
Methods in org.mybatis.generator.api that return IntrospectedTable.InternalAttribute | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |