java.lang.Object | ||
↳ | org.mybatis.generator.api.IntrospectedTable | |
↳ | org.mybatis.generator.codegen.ibatis2.IntrospectedTableIbatis2Java2Impl |
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
daoGenerators | |||||||||||
javaModelGenerators | |||||||||||
sqlMapGenerator |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method can be used to initialize the generators before they will be
called.
| |||||||||||
This method should return a list of generated Java files related to this
table.
| |||||||||||
This method should return a list of generated XML files related to this
table.
| |||||||||||
This method should return the number of progress messages that will be
send during the generation phase.
| |||||||||||
Denotes whether generated code is targeted for Java version 5.0 or
higher.
| |||||||||||
Should return true if an XML generator is required for this table.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
This method can be used to initialize the generators before they will be called. This method is called after all the setX methods, but before getNumberOfSubtasks(), getGeneratedJavaFiles, and getGeneratedXmlFiles.
This method should return a list of generated Java files related to this table. This list could include various types of model classes, as well as DAO classes.
This method should return a list of generated XML files related to this table. Most implementations will only return one file - the generated SqlMap file.
This method should return the number of progress messages that will be send during the generation phase.
Denotes whether generated code is targeted for Java version 5.0 or higher.
Should return true if an XML generator is required for this table. This method will be called during validation of the configuration, so it should not rely on database introspection. This method simply tells the validator if an XML configuration is normally required for this implementation.