Uses of Class
org.mybatis.generator.api.IntrospectedTable.InternalAttribute

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.
 



Copyright © 2010-2012 MyBatis.org. All Rights Reserved.