Uses of Enum Class
org.mybatis.generator.api.IntrospectedTable.InternalAttribute
Packages that use IntrospectedTable.InternalAttribute
Package
Description
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.InternalAttributeModifier and TypeFieldDescriptionprotected final Map<IntrospectedTable.InternalAttribute, String> IntrospectedTable.internalAttributesInternal attributes are used to store commonly accessed items by all code generators.Methods in org.mybatis.generator.api that return IntrospectedTable.InternalAttributeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IntrospectedTable.InternalAttribute[]IntrospectedTable.InternalAttribute.values()Returns an array containing the constants of this enum class, in the order they are declared.