|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntrospectedTable | |
---|---|
org.apache.ibatis.ibator.api | Provides the main classes and interfaces used by clients of ibator. |
org.apache.ibatis.ibator.config | |
org.apache.ibatis.ibator.generator | |
org.apache.ibatis.ibator.generator.ibatis2 | |
org.apache.ibatis.ibator.internal | |
org.apache.ibatis.ibator.internal.db | |
org.apache.ibatis.ibator.internal.rules | |
org.apache.ibatis.ibator.plugins |
Uses of IntrospectedTable in org.apache.ibatis.ibator.api |
---|
Fields in org.apache.ibatis.ibator.api declared as IntrospectedTable | |
---|---|
protected IntrospectedTable |
IntrospectedColumn.introspectedTable
|
Methods in org.apache.ibatis.ibator.api that return IntrospectedTable | |
---|---|
IntrospectedTable |
IntrospectedColumn.getIntrospectedTable()
|
Methods in org.apache.ibatis.ibator.api with parameters of type IntrospectedTable | |
---|---|
java.util.List<GeneratedJavaFile> |
IbatorPluginAdapter.contextGenerateAdditionalJavaFiles(IntrospectedTable introspectedTable)
|
java.util.List<GeneratedJavaFile> |
IbatorPlugin.contextGenerateAdditionalJavaFiles(IntrospectedTable introspectedTable)
This method can be used to generate additional Java files needed by your implementation that might be related to a specific table. |
java.util.List<GeneratedXmlFile> |
IbatorPluginAdapter.contextGenerateAdditionalXmlFiles(IntrospectedTable introspectedTable)
|
java.util.List<GeneratedXmlFile> |
IbatorPlugin.contextGenerateAdditionalXmlFiles(IntrospectedTable introspectedTable)
This method can be used to generate additional XML files needed by your implementation that might be related to a specific table. |
boolean |
IbatorPluginAdapter.daoCountByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoCountByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the countByExample method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoCountByExampleMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoCountByExampleMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the countByExample method has been generated in the DAO implementation class. |
boolean |
IbatorPluginAdapter.daoDeleteByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoDeleteByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the deleteByExample method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoDeleteByExampleMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoDeleteByExampleMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the deleteByExample method has been generated in the DAO implementation class. |
boolean |
IbatorPluginAdapter.daoDeleteByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoDeleteByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the deleteByPrimaryKey method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoDeleteByPrimaryKeyMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoDeleteByPrimaryKeyMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the deleteByPrimaryKey method has been generated in the DAO implementation class. |
boolean |
IbatorPluginAdapter.daoImplementationGenerated(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoImplementationGenerated(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the entire DAO implementation has been generated. |
boolean |
IbatorPluginAdapter.daoInsertMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoInsertMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the insert method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoInsertMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoInsertMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the insert method has been generated in the DAO implementation class. |
boolean |
IbatorPluginAdapter.daoInsertSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoInsertSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the insert selective method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoInsertSelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoInsertSelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the insert selective method has been generated in the DAO implementation class. |
boolean |
IbatorPluginAdapter.daoInterfaceGenerated(Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoInterfaceGenerated(Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the entire DAO interface has been generated. |
boolean |
IbatorPluginAdapter.daoSelectByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoSelectByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithBLOBs method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoSelectByExampleWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoSelectByExampleWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithBLOBs method has been generated in the DAO implementation class. |
boolean |
IbatorPluginAdapter.daoSelectByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoSelectByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithoutBLOBs method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoSelectByExampleWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoSelectByExampleWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithoutBLOBs method has been generated in the DAO implementation class. |
boolean |
IbatorPluginAdapter.daoSelectByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoSelectByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the selectByPrimaryKey method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoSelectByPrimaryKeyMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoSelectByPrimaryKeyMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the selectByPrimaryKey method has been generated in the DAO implementation class. |
boolean |
IbatorPluginAdapter.daoUpdateByExampleSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoUpdateByExampleSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleSelective method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoUpdateByExampleSelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoUpdateByExampleSelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleSelective method has been generated in the DAO implementation class. |
boolean |
IbatorPluginAdapter.daoUpdateByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoUpdateByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithBLOBs method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoUpdateByExampleWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoUpdateByExampleWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithBLOBs method has been generated in the DAO implementation class. |
boolean |
IbatorPluginAdapter.daoUpdateByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoUpdateByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithoutBLOBs method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoUpdateByExampleWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoUpdateByExampleWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithoutBLOBs method has been generated in the DAO implementation class. |
boolean |
IbatorPluginAdapter.daoUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeySelective method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeySelective method has been generated in the DAO implementation class. |
boolean |
IbatorPluginAdapter.daoUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithBLOBs method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithBLOBs method has been generated in the DAO implementation class. |
boolean |
IbatorPluginAdapter.daoUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithoutBLOBs method has been generated in the DAO interface class. |
boolean |
IbatorPluginAdapter.daoUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.daoUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithoutBLOBs method has been generated in the DAO implementation class. |
java.lang.String |
DAOMethodNameCalculator.getCountByExampleMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the count by example method. |
java.lang.String |
DAOMethodNameCalculator.getDeleteByExampleMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the delete by example method. |
java.lang.String |
DAOMethodNameCalculator.getDeleteByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the delete by primary key method. |
java.lang.String |
DAOMethodNameCalculator.getInsertMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the insert method. |
java.lang.String |
DAOMethodNameCalculator.getInsertSelectiveMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the insert selective method. |
java.lang.String |
DAOMethodNameCalculator.getSelectByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the select by example with BLOBs method. |
java.lang.String |
DAOMethodNameCalculator.getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the select by example method. |
java.lang.String |
DAOMethodNameCalculator.getSelectByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the select by primary key method. |
java.lang.String |
DAOMethodNameCalculator.getUpdateByExampleSelectiveMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the update by example selective method. |
java.lang.String |
DAOMethodNameCalculator.getUpdateByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the update by example with BLOBs method. |
java.lang.String |
DAOMethodNameCalculator.getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the update by example without BLOBs method. |
java.lang.String |
DAOMethodNameCalculator.getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the update by primary key selective method. |
java.lang.String |
DAOMethodNameCalculator.getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the update by primary key with BLOBs method. |
java.lang.String |
DAOMethodNameCalculator.getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the update by primary key without BLOBs method. |
void |
IbatorPluginAdapter.initialized(IntrospectedTable introspectedTable)
|
void |
IbatorPlugin.initialized(IntrospectedTable introspectedTable)
This method is called just before the getGeneratedXXXFiles methods are called on the introspected table. |
boolean |
IbatorPluginAdapter.modelBaseRecordClassGenerated(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.modelBaseRecordClassGenerated(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called after the base record class is generated by the ibator supplied JavaModelGenerator. |
boolean |
IbatorPluginAdapter.modelExampleClassGenerated(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.modelExampleClassGenerated(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called after the example class is generated by the ibator supplied JavaModelGenerator. |
boolean |
IbatorPluginAdapter.modelFieldGenerated(Field field,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
IbatorPlugin.ModelClassType modelClassType)
|
boolean |
IbatorPlugin.modelFieldGenerated(Field field,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
IbatorPlugin.ModelClassType modelClassType)
This method is called after the field is generated for a specific column in a table. |
boolean |
IbatorPluginAdapter.modelGetterMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
IbatorPlugin.ModelClassType modelClassType)
|
boolean |
IbatorPlugin.modelGetterMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
IbatorPlugin.ModelClassType modelClassType)
This method is called after the getter, or accessor, method is generated for a specific column in a table. |
boolean |
IbatorPluginAdapter.modelPrimaryKeyClassGenerated(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.modelPrimaryKeyClassGenerated(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called after the primary key class is generated by the ibator supplied JavaModelGenerator. |
boolean |
IbatorPluginAdapter.modelRecordWithBLOBsClassGenerated(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.modelRecordWithBLOBsClassGenerated(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
This method is called after the record with BLOBs class is generated by the ibator supplied JavaModelGenerator. |
boolean |
IbatorPluginAdapter.modelSetterMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
IbatorPlugin.ModelClassType modelClassType)
|
boolean |
IbatorPlugin.modelSetterMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
IbatorPlugin.ModelClassType modelClassType)
This method is called after the setter, or mutator, method is generated for a specific column in a table. |
void |
IntrospectedColumn.setIntrospectedTable(IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAdapter.sqlMapCountByExampleElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapCountByExampleElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the countByExample element is generated. |
boolean |
IbatorPluginAdapter.sqlMapDeleteByExampleElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapDeleteByExampleElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the deleteByExample element is generated. |
boolean |
IbatorPluginAdapter.sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the deleteByPrimaryKey element is generated. |
boolean |
IbatorPluginAdapter.sqlMapDocumentGenerated(Document document,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapDocumentGenerated(Document document,
IntrospectedTable introspectedTable)
This method is called when the SqlMap document has been generated. |
boolean |
IbatorPluginAdapter.sqlMapExampleWhereClauseElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapExampleWhereClauseElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the exampleWhereClause element is generated. |
boolean |
IbatorPluginAdapter.sqlMapGenerated(GeneratedXmlFile sqlMap,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapGenerated(GeneratedXmlFile sqlMap,
IntrospectedTable introspectedTable)
This method is called when the SqlMap file has been generated. |
boolean |
IbatorPluginAdapter.sqlMapInsertElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapInsertElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the insert element is generated. |
boolean |
IbatorPluginAdapter.sqlMapInsertSelectiveElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapInsertSelectiveElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the insert selective element is generated. |
boolean |
IbatorPluginAdapter.sqlMapResultMapWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapResultMapWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the resultMap with BLOBs element is generated - this resultMap will extend the base resultMap. |
boolean |
IbatorPluginAdapter.sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the base resultMap is generated. |
boolean |
IbatorPluginAdapter.sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithBLOBs element is generated. |
boolean |
IbatorPluginAdapter.sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the selectByExample element is generated. |
boolean |
IbatorPluginAdapter.sqlMapSelectByPrimaryKeyElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapSelectByPrimaryKeyElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the selectByPrimaryKey element is generated. |
boolean |
IbatorPluginAdapter.sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleSelective element is generated. |
boolean |
IbatorPluginAdapter.sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithBLOBs element is generated. |
boolean |
IbatorPluginAdapter.sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithourBLOBs element is generated. |
boolean |
IbatorPluginAdapter.sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeySelective element is generated. |
boolean |
IbatorPluginAdapter.sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithBLOBs element is generated. |
boolean |
IbatorPluginAdapter.sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPlugin.sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithoutBLOBs element is generated. |
Uses of IntrospectedTable in org.apache.ibatis.ibator.config |
---|
Methods in org.apache.ibatis.ibator.config with parameters of type IntrospectedTable | |
---|---|
boolean |
IbatorContext.getSuppressTypeWarnings(IntrospectedTable introspectedTable)
|
Uses of IntrospectedTable in org.apache.ibatis.ibator.generator |
---|
Fields in org.apache.ibatis.ibator.generator declared as IntrospectedTable | |
---|---|
protected IntrospectedTable |
AbstractGenerator.introspectedTable
|
Methods in org.apache.ibatis.ibator.generator that return IntrospectedTable | |
---|---|
IntrospectedTable |
AbstractGenerator.getIntrospectedTable()
|
Methods in org.apache.ibatis.ibator.generator with parameters of type IntrospectedTable | |
---|---|
void |
AbstractGenerator.setIntrospectedTable(IntrospectedTable introspectedTable)
|
Uses of IntrospectedTable in org.apache.ibatis.ibator.generator.ibatis2 |
---|
Subclasses of IntrospectedTable in org.apache.ibatis.ibator.generator.ibatis2 | |
---|---|
class |
IntrospectedTableIbatis2Java2Impl
|
class |
IntrospectedTableIbatis2Java5Impl
|
Uses of IntrospectedTable in org.apache.ibatis.ibator.internal |
---|
Methods in org.apache.ibatis.ibator.internal that return IntrospectedTable | |
---|---|
static IntrospectedTable |
IbatorObjectFactory.createIntrospectedTable(TableConfiguration tableConfiguration,
FullyQualifiedTable table,
IbatorContext ibatorContext)
|
Methods in org.apache.ibatis.ibator.internal with parameters of type IntrospectedTable | |
---|---|
java.util.List<GeneratedJavaFile> |
IbatorPluginAggregator.contextGenerateAdditionalJavaFiles(IntrospectedTable introspectedTable)
|
java.util.List<GeneratedXmlFile> |
IbatorPluginAggregator.contextGenerateAdditionalXmlFiles(IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoCountByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoCountByExampleMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoDeleteByExampleMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoDeleteByExampleMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoDeleteByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoDeleteByPrimaryKeyMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoImplementationGenerated(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoInsertMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoInsertMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoInsertSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoInsertSelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoInterfaceGenerated(Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoSelectByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoSelectByExampleWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoSelectByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoSelectByExampleWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoSelectByPrimaryKeyMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoSelectByPrimaryKeyMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoUpdateByExampleSelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoUpdateByExampleSelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoUpdateByExampleWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoUpdateByExampleWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoUpdateByExampleWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoUpdateByExampleWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoUpdateByPrimaryKeySelectiveMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method,
Interface interfaze,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.daoUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
java.lang.String |
ExtendedDAOMethodNameCalculator.getCountByExampleMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
DefaultDAOMethodNameCalculator.getCountByExampleMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
ExtendedDAOMethodNameCalculator.getDeleteByExampleMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
DefaultDAOMethodNameCalculator.getDeleteByExampleMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
ExtendedDAOMethodNameCalculator.getDeleteByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
DefaultDAOMethodNameCalculator.getDeleteByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
ExtendedDAOMethodNameCalculator.getInsertMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
DefaultDAOMethodNameCalculator.getInsertMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
ExtendedDAOMethodNameCalculator.getInsertSelectiveMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
DefaultDAOMethodNameCalculator.getInsertSelectiveMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
ExtendedDAOMethodNameCalculator.getSelectByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
1. |
java.lang.String |
DefaultDAOMethodNameCalculator.getSelectByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
1. |
java.lang.String |
ExtendedDAOMethodNameCalculator.getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
1. |
java.lang.String |
DefaultDAOMethodNameCalculator.getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
1. |
java.lang.String |
ExtendedDAOMethodNameCalculator.getSelectByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
DefaultDAOMethodNameCalculator.getSelectByPrimaryKeyMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
ExtendedDAOMethodNameCalculator.getUpdateByExampleSelectiveMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
DefaultDAOMethodNameCalculator.getUpdateByExampleSelectiveMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
ExtendedDAOMethodNameCalculator.getUpdateByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
DefaultDAOMethodNameCalculator.getUpdateByExampleWithBLOBsMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
ExtendedDAOMethodNameCalculator.getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
DefaultDAOMethodNameCalculator.getUpdateByExampleWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
ExtendedDAOMethodNameCalculator.getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
DefaultDAOMethodNameCalculator.getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable introspectedTable)
|
java.lang.String |
ExtendedDAOMethodNameCalculator.getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable introspectedTable)
1. |
java.lang.String |
DefaultDAOMethodNameCalculator.getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable introspectedTable)
1. |
java.lang.String |
ExtendedDAOMethodNameCalculator.getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
1. |
java.lang.String |
DefaultDAOMethodNameCalculator.getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable introspectedTable)
1. |
void |
IbatorPluginAggregator.initialized(IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.modelBaseRecordClassGenerated(TopLevelClass tlc,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.modelExampleClassGenerated(TopLevelClass tlc,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.modelFieldGenerated(Field field,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
IbatorPlugin.ModelClassType modelClassType)
|
boolean |
IbatorPluginAggregator.modelGetterMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
IbatorPlugin.ModelClassType modelClassType)
|
boolean |
IbatorPluginAggregator.modelPrimaryKeyClassGenerated(TopLevelClass tlc,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.modelRecordWithBLOBsClassGenerated(TopLevelClass tlc,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.modelSetterMethodGenerated(Method method,
TopLevelClass topLevelClass,
IntrospectedColumn introspectedColumn,
IntrospectedTable introspectedTable,
IbatorPlugin.ModelClassType modelClassType)
|
boolean |
IbatorPluginAggregator.sqlMapCountByExampleElementGenerated(XmlElement element,
IntrospectedTable table)
|
boolean |
IbatorPluginAggregator.sqlMapDeleteByExampleElementGenerated(XmlElement element,
IntrospectedTable table)
|
boolean |
IbatorPluginAggregator.sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement element,
IntrospectedTable table)
|
boolean |
IbatorPluginAggregator.sqlMapDocumentGenerated(Document document,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.sqlMapExampleWhereClauseElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.sqlMapGenerated(GeneratedXmlFile sqlMap,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.sqlMapInsertElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.sqlMapInsertSelectiveElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.sqlMapResultMapWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.sqlMapSelectByPrimaryKeyElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
boolean |
IbatorPluginAggregator.sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement element,
IntrospectedTable introspectedTable)
|
Uses of IntrospectedTable in org.apache.ibatis.ibator.internal.db |
---|
Methods in org.apache.ibatis.ibator.internal.db that return types with arguments of type IntrospectedTable | |
---|---|
java.util.List<IntrospectedTable> |
DatabaseIntrospector.introspectTables(TableConfiguration tc)
Returns a List |
Uses of IntrospectedTable in org.apache.ibatis.ibator.internal.rules |
---|
Fields in org.apache.ibatis.ibator.internal.rules declared as IntrospectedTable | |
---|---|
protected IntrospectedTable |
IbatorRules.introspectedTable
|
Constructors in org.apache.ibatis.ibator.internal.rules with parameters of type IntrospectedTable | |
---|---|
ConditionalModelRules(TableConfiguration tableConfiguration,
IntrospectedTable introspectedTable)
|
|
FlatModelRules(TableConfiguration tableConfiguration,
IntrospectedTable introspectedTable)
|
|
HierarchicalModelRules(TableConfiguration tableConfiguration,
IntrospectedTable introspectedTable)
|
|
IbatorRules(TableConfiguration tableConfiguration,
IntrospectedTable introspectedTable)
|
Uses of IntrospectedTable in org.apache.ibatis.ibator.plugins |
---|
Methods in org.apache.ibatis.ibator.plugins with parameters of type IntrospectedTable | |
---|---|
protected void |
EqualsHashCodePlugin.generateEquals(TopLevelClass topLevelClass,
java.util.List<IntrospectedColumn> introspectedColumns,
IntrospectedTable introspectedTable)
Generates an equals method that does a comparison of all fields. |
protected void |
EqualsHashCodePlugin.generateHashCode(TopLevelClass topLevelClass,
java.util.List<IntrospectedColumn> introspectedColumns,
IntrospectedTable introspectedTable)
Generates a hashCode method that multiplies the hashCodes of all fields. |
void |
RenameExampleClassPlugin.initialized(IntrospectedTable introspectedTable)
|
boolean |
EqualsHashCodePlugin.modelBaseRecordClassGenerated(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
SerializablePlugin.modelBaseRecordClassGenerated(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
EqualsHashCodePlugin.modelPrimaryKeyClassGenerated(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
SerializablePlugin.modelPrimaryKeyClassGenerated(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
EqualsHashCodePlugin.modelRecordWithBLOBsClassGenerated(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
SerializablePlugin.modelRecordWithBLOBsClassGenerated(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
boolean |
SqlMapConfigPlugin.sqlMapGenerated(GeneratedXmlFile sqlMap,
IntrospectedTable introspectedTable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |