|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntrospectedTable | |
---|---|
org.apache.ibatis.abator.api | Provides the main classes and interfaces used by clients of Abator. |
org.apache.ibatis.abator.internal | |
org.apache.ibatis.abator.internal.db | |
org.apache.ibatis.abator.internal.java.dao | |
org.apache.ibatis.abator.internal.java.model | |
org.apache.ibatis.abator.internal.sqlmap |
Uses of IntrospectedTable in org.apache.ibatis.abator.api |
---|
Methods in org.apache.ibatis.abator.api with parameters of type IntrospectedTable | |
---|---|
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.util.List |
JavaModelGenerator.getGeneratedJavaFiles(IntrospectedTable introspectedTable,
ProgressCallback callback)
This method returns a list of GenerateJavaFile objects. |
java.util.List |
DAOGenerator.getGeneratedJavaFiles(IntrospectedTable introspectedTable,
ProgressCallback callback)
This method returns a list of GenerateJavaFile objects. |
java.util.List |
SqlMapGenerator.getGeneratedXMLFiles(IntrospectedTable introspectedTable,
ProgressCallback callback)
|
java.lang.String |
DAOMethodNameCalculator.getInsertMethodName(IntrospectedTable introspectedTable)
Calculates and returns a name for the insert 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.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. |
Uses of IntrospectedTable in org.apache.ibatis.abator.internal |
---|
Methods in org.apache.ibatis.abator.internal with parameters of type 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.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.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. |
Uses of IntrospectedTable in org.apache.ibatis.abator.internal.db |
---|
Classes in org.apache.ibatis.abator.internal.db that implement IntrospectedTable | |
---|---|
class |
IntrospectedTableImpl
|
Uses of IntrospectedTable in org.apache.ibatis.abator.internal.java.dao |
---|
Methods in org.apache.ibatis.abator.internal.java.dao with parameters of type IntrospectedTable | |
---|---|
protected TopLevelClass |
BaseDAOGenerator.getDAOImplementation(IntrospectedTable introspectedTable)
|
protected Interface |
BaseDAOGenerator.getDAOInterface(IntrospectedTable introspectedTable)
|
protected java.util.List |
BaseLegacyDAOGenerator.getDeleteByExampleMethods(IntrospectedTable introspectedTable,
boolean interfaceMethod,
CompilationUnit compilationUnit)
|
protected java.util.List |
BaseDAOGenerator.getDeleteByExampleMethods(IntrospectedTable introspectedTable,
boolean interfaceMethod,
CompilationUnit compilationUnit)
|
protected java.util.List |
BaseDAOGenerator.getDeleteByPrimaryKeyMethods(IntrospectedTable introspectedTable,
boolean interfaceMethod,
CompilationUnit compilationUnit)
|
protected java.util.List |
BaseLegacyDAOGenerator.getExtraImplementationMethods(IntrospectedTable introspectedTable,
CompilationUnit compilationUnit)
|
protected java.util.List |
BaseDAOGenerator.getExtraImplementationMethods(IntrospectedTable introspectedTable,
CompilationUnit compilationUnit)
Override this method to provide any extra methods needed in the implementation class. |
java.util.List |
BaseDAOGenerator.getGeneratedJavaFiles(IntrospectedTable introspectedTable,
ProgressCallback callback)
|
protected java.util.List |
BaseDAOGenerator.getInsertMethods(IntrospectedTable introspectedTable,
boolean interfaceMethod,
CompilationUnit compilationUnit)
|
protected java.util.List |
BaseLegacyDAOGenerator.getSelectByExampleWithBLOBsMethods(IntrospectedTable introspectedTable,
boolean interfaceMethod,
CompilationUnit compilationUnit)
|
protected java.util.List |
BaseDAOGenerator.getSelectByExampleWithBLOBsMethods(IntrospectedTable introspectedTable,
boolean interfaceMethod,
CompilationUnit compilationUnit)
|
protected java.util.List |
BaseLegacyDAOGenerator.getSelectByExampleWithoutBLOBsMethods(IntrospectedTable introspectedTable,
boolean interfaceMethod,
CompilationUnit compilationUnit)
|
protected java.util.List |
BaseDAOGenerator.getSelectByExampleWithoutBLOBsMethods(IntrospectedTable introspectedTable,
boolean interfaceMethod,
CompilationUnit compilationUnit)
|
protected java.util.List |
BaseDAOGenerator.getSelectByPrimaryKeyMethods(IntrospectedTable introspectedTable,
boolean interfaceMethod,
CompilationUnit compilationUnit)
|
protected java.util.List |
BaseDAOGenerator.getUpdateByPrimaryKeySelectiveMethods(IntrospectedTable introspectedTable,
boolean interfaceMethod,
CompilationUnit compilationUnit)
|
protected java.util.List |
BaseDAOGenerator.getUpdateByPrimaryKeyWithBLOBsMethods(IntrospectedTable introspectedTable,
boolean interfaceMethod,
CompilationUnit compilationUnit)
|
protected java.util.List |
BaseDAOGenerator.getUpdateByPrimaryKeyWithoutBLOBsMethods(IntrospectedTable introspectedTable,
boolean interfaceMethod,
CompilationUnit compilationUnit)
|
Uses of IntrospectedTable in org.apache.ibatis.abator.internal.java.model |
---|
Methods in org.apache.ibatis.abator.internal.java.model with parameters of type IntrospectedTable | |
---|---|
protected CompilationUnit |
JavaModelGeneratorJava2Impl.getBaseRecord(IntrospectedTable introspectedTable)
|
protected InnerClass |
JavaModelGeneratorJava5Impl.getCriteriaInnerClass(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
protected InnerClass |
JavaModelGeneratorJava2Impl.getCriteriaInnerClass(TopLevelClass topLevelClass,
IntrospectedTable introspectedTable)
|
protected TopLevelClass |
JavaModelGeneratorLegacyImpl.getExample(IntrospectedTable introspectedTable)
|
protected TopLevelClass |
JavaModelGeneratorJava5Impl.getExample(IntrospectedTable introspectedTable)
|
protected TopLevelClass |
JavaModelGeneratorJava2Impl.getExample(IntrospectedTable introspectedTable)
|
java.util.List |
JavaModelGeneratorJava2Impl.getGeneratedJavaFiles(IntrospectedTable introspectedTable,
ProgressCallback callback)
|
protected CompilationUnit |
JavaModelGeneratorJava2Impl.getPrimaryKey(IntrospectedTable introspectedTable)
|
protected CompilationUnit |
JavaModelGeneratorJava2Impl.getRecordWithBLOBs(IntrospectedTable introspectedTable)
|
Uses of IntrospectedTable in org.apache.ibatis.abator.internal.sqlmap |
---|
Methods in org.apache.ibatis.abator.internal.sqlmap with parameters of type IntrospectedTable | |
---|---|
protected XmlElement |
SqlMapGeneratorIterateImpl.getBaseResultMapElement(IntrospectedTable introspectedTable)
This method should return an XmlElement which is the result map (without any BLOBs if they exist in the table). |
protected XmlElement |
SqlMapGeneratorLegacyImpl.getByExampleWhereClauseFragment(IntrospectedTable introspectedTable)
This method should return an XmlElement for the example where clause SQL fragment (an sql fragment). |
protected XmlElement |
SqlMapGeneratorIterateImpl.getByExampleWhereClauseFragment(IntrospectedTable introspectedTable)
This method should return an XmlElement for the example where clause SQL fragment (an sql fragment). |
protected XmlElement |
SqlMapGeneratorLegacyImpl.getDeleteByExample(IntrospectedTable introspectedTable)
This method should return an XmlElement for the delete by example statement. |
protected XmlElement |
SqlMapGeneratorIterateImpl.getDeleteByExample(IntrospectedTable introspectedTable)
This method should return an XmlElement for the delete by example statement. |
protected XmlElement |
SqlMapGeneratorIterateImpl.getDeleteByPrimaryKey(IntrospectedTable introspectedTable)
This method should return an XmlElement for the delete by primary key statement. |
java.util.List |
SqlMapGeneratorIterateImpl.getGeneratedXMLFiles(IntrospectedTable introspectedTable,
ProgressCallback callback)
|
protected XmlElement |
SqlMapGeneratorIterateImpl.getInsertElement(IntrospectedTable introspectedTable)
This method should return an XmlElement which the insert statement. |
protected XmlElement |
SqlMapGeneratorIterateImpl.getResultMapWithBLOBsElement(IntrospectedTable introspectedTable)
This method should return an XmlElement which is the result map (with any BLOBs if they exist in the table). |
protected XmlElement |
SqlMapGeneratorLegacyImpl.getSelectByExample(IntrospectedTable introspectedTable)
This method should return an XmlElement for the select by example statement that returns all fields in the table (except BLOB fields). |
protected XmlElement |
SqlMapGeneratorIterateImpl.getSelectByExample(IntrospectedTable introspectedTable)
This method should an XmlElement for the select by example statement that returns all fields in the table (except BLOB fields). |
protected XmlElement |
SqlMapGeneratorLegacyImpl.getSelectByExampleWithBLOBs(IntrospectedTable introspectedTable)
This method should return an XmlElement for the select by example statement that returns all fields in the table (including BLOB fields). |
protected XmlElement |
SqlMapGeneratorIterateImpl.getSelectByExampleWithBLOBs(IntrospectedTable introspectedTable)
This method should return an XmlElement for the select by example statement that returns all fields in the table (including BLOB fields). |
protected XmlElement |
SqlMapGeneratorIterateImpl.getSelectByPrimaryKey(IntrospectedTable introspectedTable)
This method should return an XmlElement for the select by primary key statement. |
protected GeneratedXmlFile |
SqlMapGeneratorIterateImpl.getSqlMap(IntrospectedTable introspectedTable)
Creates the default implementation of the Sql Map |
protected XmlElement |
SqlMapGeneratorIterateImpl.getSqlMapElement(IntrospectedTable introspectedTable)
Creates the sqlMap element (the root element, and all child elements). |
protected XmlElement |
SqlMapGeneratorIterateImpl.getUpdateByPrimaryKeySelective(IntrospectedTable introspectedTable)
This method should return an XmlElement for the update by primary key statement that updates all fields in the table - but only if the field is not null in the parameter object. |
protected XmlElement |
SqlMapGeneratorIterateImpl.getUpdateByPrimaryKeyWithBLOBs(IntrospectedTable introspectedTable)
This method should return an XmlElement for the update by primary key statement that updates all fields in the table (including BLOB fields). |
protected XmlElement |
SqlMapGeneratorIterateImpl.getUpdateByPrimaryKeyWithoutBLOBs(IntrospectedTable introspectedTable)
This method should return an XmlElement for the update by primary key statement that updates all fields in the table (excluding BLOB fields). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |