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

Packages that use IntrospectedTable.TargetRuntime
org.mybatis.generator.api Provides the main classes and interfaces used by clients of MyBatis Generator. 
 

Uses of IntrospectedTable.TargetRuntime in org.mybatis.generator.api
 

Fields in org.mybatis.generator.api declared as IntrospectedTable.TargetRuntime
protected  IntrospectedTable.TargetRuntime IntrospectedTable.targetRuntime
           
 

Methods in org.mybatis.generator.api that return IntrospectedTable.TargetRuntime
 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.
 

Constructors in org.mybatis.generator.api with parameters of type IntrospectedTable.TargetRuntime
IntrospectedTable(IntrospectedTable.TargetRuntime targetRuntime)
           
 



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