Uses of Enum Class
org.mybatis.generator.api.IntrospectedTable.TargetRuntime
Packages that use IntrospectedTable.TargetRuntime
Package
Description
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.TargetRuntimeModifier and TypeFieldDescriptionprotected IntrospectedTable.TargetRuntimeIntrospectedTable.targetRuntimeMethods in org.mybatis.generator.api that return IntrospectedTable.TargetRuntimeModifier and TypeMethodDescriptionIntrospectedTable.getTargetRuntime()Returns the enum constant of this class with the specified name.static IntrospectedTable.TargetRuntime[]IntrospectedTable.TargetRuntime.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.mybatis.generator.api with parameters of type IntrospectedTable.TargetRuntimeModifierConstructorDescriptionprotectedIntrospectedTable(IntrospectedTable.TargetRuntime targetRuntime)