Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
G
GeneratedFile
- class org.apache.ibatis.abator.api.
GeneratedFile
.
Abstract class that holds information common to all generated files.
GeneratedFile()
- Constructor for class org.apache.ibatis.abator.api.
GeneratedFile
GeneratedJavaFile
- class org.apache.ibatis.abator.api.
GeneratedJavaFile
.
GeneratedJavaFile(FullyQualifiedJavaType)
- Constructor for class org.apache.ibatis.abator.api.
GeneratedJavaFile
Default constructor
GeneratedKey
- class org.apache.ibatis.abator.config.
GeneratedKey
.
This class specifies that a key is auto-generated, either as an identity column (post insert), or as some other query like a sequences (pre insert).
GeneratedKey()
- Constructor for class org.apache.ibatis.abator.config.
GeneratedKey
GeneratedXmlFile
- class org.apache.ibatis.abator.api.
GeneratedXmlFile
.
GeneratedXmlFile()
- Constructor for class org.apache.ibatis.abator.api.
GeneratedXmlFile
GenerationRuntimeException
- exception org.apache.ibatis.abator.exception.
GenerationRuntimeException
.
GenerationRuntimeException()
- Constructor for class org.apache.ibatis.abator.exception.
GenerationRuntimeException
GenerationRuntimeException(String)
- Constructor for class org.apache.ibatis.abator.exception.
GenerationRuntimeException
GenerationRuntimeException(String, Throwable)
- Constructor for class org.apache.ibatis.abator.exception.
GenerationRuntimeException
GenerationRuntimeException(Throwable)
- Constructor for class org.apache.ibatis.abator.exception.
GenerationRuntimeException
GenericCIDAOTemplate
- class org.apache.ibatis.abator.internal.java.dao.
GenericCIDAOTemplate
.
GenericCIDAOTemplate()
- Constructor for class org.apache.ibatis.abator.internal.java.dao.
GenericCIDAOTemplate
GenericCIJava2DAOGenerator
- class org.apache.ibatis.abator.internal.java.dao.
GenericCIJava2DAOGenerator
.
GenericCIJava2DAOGenerator()
- Constructor for class org.apache.ibatis.abator.internal.java.dao.
GenericCIJava2DAOGenerator
GenericSIDAOTemplate
- class org.apache.ibatis.abator.internal.java.dao.
GenericSIDAOTemplate
.
GenericSIDAOTemplate()
- Constructor for class org.apache.ibatis.abator.internal.java.dao.
GenericSIDAOTemplate
GenericSIJava2DAOGenerator
- class org.apache.ibatis.abator.internal.java.dao.
GenericSIJava2DAOGenerator
.
GenericSIJava2DAOGenerator()
- Constructor for class org.apache.ibatis.abator.internal.java.dao.
GenericSIJava2DAOGenerator
generate(ProgressCallback)
- Method in class org.apache.ibatis.abator.api.
Abator
This is the main method for generating code.
generateBaseRecordExtendingPrimaryKey(ColumnDefinitions)
- Static method in class org.apache.ibatis.abator.internal.rules.
AbatorRules
Implements the rule for generating a base record that extends the primary key.
generateBaseRecordWithNoSuperclass(ColumnDefinitions)
- Static method in class org.apache.ibatis.abator.internal.rules.
AbatorRules
Implements the rule for generating a base record with no super class.
generateClassParts(FullyQualifiedTable, Collection, GeneratedJavaFile)
- Method in class org.apache.ibatis.abator.internal.java.
JavaModelGeneratorDefaultImpl
Adds fields and getter/setter methods for each ColumnDefinition passed into the method.
generateClassParts(FullyQualifiedTable, Collection, GeneratedJavaFile)
- Method in class org.apache.ibatis.abator.internal.java.model.
JavaModelGeneratorJava2Impl
Adds fields and getter/setter methods for each ColumnDefinition passed into the method.
generateColumnDefinitions(Connection, TableConfiguration, JavaTypeResolver, List)
- Static method in class org.apache.ibatis.abator.internal.db.
DatabaseIntrospector
generateDeleteByExample(TableConfiguration)
- Static method in class org.apache.ibatis.abator.internal.rules.
AbatorRules
Implements the rule for generating the delete by example SQL Map element and DAO method.
generateDeleteByPrimaryKey(ColumnDefinitions, TableConfiguration)
- Static method in class org.apache.ibatis.abator.internal.rules.
AbatorRules
Implements the rule for generating the delete by primary key SQL Map element and DAO method.
generateExampleExtendingBaseRecord(ColumnDefinitions, TableConfiguration)
- Static method in class org.apache.ibatis.abator.internal.rules.
AbatorRules
Implements the rule for generating an example class extending the base record.
generateExampleExtendingPrimaryKey(ColumnDefinitions, TableConfiguration)
- Static method in class org.apache.ibatis.abator.internal.rules.
AbatorRules
Implements the rule for generating an example class extending the primary key.
generateFiles(ProgressCallback, List, List, List)
- Method in class org.apache.ibatis.abator.config.
AbatorContext
Generate iBATIS artifacts based on the configuration specified in the constructor.
generateInsert(TableConfiguration)
- Static method in class org.apache.ibatis.abator.internal.rules.
AbatorRules
Implements the rule for generating the insert SQL Map element and DAO method.
generatePrimaryKey(ColumnDefinitions)
- Static method in class org.apache.ibatis.abator.internal.rules.
AbatorRules
Implements the rule for determining whether to generate a primary key class.
generateRecordWithBLOBsExtendingBaseRecord(ColumnDefinitions)
- Static method in class org.apache.ibatis.abator.internal.rules.
AbatorRules
Implements the rule for generating a record with BLOBs class extending the base record class.
generateRecordWithBLOBsExtendingPrimaryKey(ColumnDefinitions)
- Static method in class org.apache.ibatis.abator.internal.rules.
AbatorRules
Implements the rule for generating a record with BLOBs class extending the primary key class.
generateResultMapWithBLOBs(ColumnDefinitions, TableConfiguration)
- Static method in class org.apache.ibatis.abator.internal.rules.
AbatorRules
Implements the rule for generating the result map with BLOBs.
generateResultMapWithoutBLOBs(TableConfiguration)
- Static method in class org.apache.ibatis.abator.internal.rules.
AbatorRules
Implements the rule for generating the result map without BLOBs.
generateSQLExampleWhereClause(TableConfiguration)
- Static method in class org.apache.ibatis.abator.internal.rules.
AbatorRules
Implements the rule for generating the SQL example where clause element.
generateSelectByExampleWithBLOBs(ColumnDefinitions, TableConfiguration)
- Static method in class org.apache.ibatis.abator.internal.rules.
AbatorRules
Implements the rule for generating the select by example with BLOBs SQL Map element and DAO method.
generateSelectByExampleWithoutBLOBs(TableConfiguration)
- Static method in class org.apache.ibatis.abator.internal.rules.
AbatorRules
Implements the rule for generating the select by example without BLOBs SQL Map element and DAO method.
generateSelectByPrimaryKey(ColumnDefinitions, TableConfiguration)
- Static method in class org.apache.ibatis.abator.internal.rules.
AbatorRules
Implements the rule for generating the select by primary key SQL Map element and DAO method.
generateUpdateByPrimaryKeyWithBLOBs(ColumnDefinitions, TableConfiguration)
- Static method in class org.apache.ibatis.abator.internal.rules.
AbatorRules
Implements the rule for generating the update by primary key with BLOBs SQL Map element and DAO method.
generateUpdateByPrimaryKeyWithoutBLOBs(ColumnDefinitions, TableConfiguration)
- Static method in class org.apache.ibatis.abator.internal.rules.
AbatorRules
Implements the rule for generating the update by primary key without BLOBs SQL Map element and DAO method.
getAbatorContexts()
- Method in class org.apache.ibatis.abator.config.
AbatorConfiguration
getAllColumns()
- Method in class org.apache.ibatis.abator.internal.db.
ColumnDefinitions
getAllExampleClauses()
- Static method in class org.apache.ibatis.abator.internal.java.model.
ExampleClause
getAllExampleClauses()
- Static method in class org.apache.ibatis.abator.internal.sqlmap.
ExampleClause
getBLOBColumns()
- Method in class org.apache.ibatis.abator.internal.db.
ColumnDefinitions
getBaseResultMapElement(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
This method should return a String which is formatted XML for the result map (without any BLOBs if they exist in the table).
getBaseResultMapElement(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
This method should return a String which is formatted XML for the result map (without any BLOBs if they exist in the table).
getByExampleWhereClauseFragment(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
This method should return well formatted XML for the example where clause SQL fragment (an sql fragment).
getByExampleWhereClauseFragment(int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
This method should return well formatted XML for the example where clause SQL fragment (an sql fragment).
getCalculateConditionMethod(ColumnDefinition, FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.model.
JavaModelGeneratorJava2Impl
This method returns a properly formatted method that sets up QBE conditions for an individual column.
getCamelCaseString(String, boolean)
- Static method in class org.apache.ibatis.abator.internal.util.
JavaBeansUtil
getCatalog()
- Method in class org.apache.ibatis.abator.config.
FullyQualifiedTable
getCheckedExceptions()
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorTemplate
getCheckedExceptions()
- Method in class org.apache.ibatis.abator.internal.java.dao.
AbstractDAOTemplate
getClassPathEntries()
- Method in class org.apache.ibatis.abator.config.
JDBCConnectionConfiguration
getClause(ColumnDefinition)
- Method in class org.apache.ibatis.abator.internal.java.model.
ExampleClause
getClause(ColumnDefinition)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
ExampleClause
getColor(RGB)
- Method in class org.apache.ibatis.abator.ui.editors.
ColorManager
getColumn()
- Method in class org.apache.ibatis.abator.config.
GeneratedKey
getColumn(String)
- Method in class org.apache.ibatis.abator.internal.db.
ColumnDefinitions
getColumnName()
- Method in class org.apache.ibatis.abator.config.
ColumnOverride
getColumnName()
- Method in class org.apache.ibatis.abator.internal.db.
ColumnDefinition
getColumnOverride(String)
- Method in class org.apache.ibatis.abator.config.
TableConfiguration
May return null if the column has not been overridden
getConfigfile()
- Method in class org.apache.ibatis.abator.ant.
AbatorAntTask
getConfiguredContentTypes(ISourceViewer)
- Method in class org.apache.ibatis.abator.ui.editors.
XMLConfiguration
getConnection(JDBCConnectionConfiguration)
- Method in class org.apache.ibatis.abator.internal.db.
ConnectionFactory
getConnectionURL()
- Method in class org.apache.ibatis.abator.config.
JDBCConnectionConfiguration
getConstructor(FullyQualifiedJavaType)
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorTemplate
getConstructor(FullyQualifiedJavaType)
- Method in class org.apache.ibatis.abator.internal.java.dao.
AbstractDAOTemplate
getConstructorTemplate()
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorTemplate
getConstructorTemplate()
- Method in class org.apache.ibatis.abator.internal.java.dao.
AbstractDAOTemplate
getContent()
- Method in class org.apache.ibatis.abator.api.
GeneratedFile
This method returns the entire contents of the generated file.
getContent()
- Method in class org.apache.ibatis.abator.api.
GeneratedJavaFile
getContent()
- Method in class org.apache.ibatis.abator.api.
GeneratedXmlFile
getDAOGeneratorTemplate()
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorBaseImpl
Returns the template used to generate DAOs from the implementing final class.
getDAOGeneratorTemplate()
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorGenericConstructorInjectionImpl
getDAOGeneratorTemplate()
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorGenericSetterInjectionImpl
getDAOGeneratorTemplate()
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorIbatisImpl
getDAOGeneratorTemplate()
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorSpringImpl
getDAOImplementation(ColumnDefinitions, TableConfiguration)
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorBaseImpl
getDAOImplementation(ColumnDefinitions, TableConfiguration)
- Method in class org.apache.ibatis.abator.internal.java.dao.
BaseJava2DAOGenerator
getDAOImplementationType(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorBaseImpl
getDAOImplementationType(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.dao.
BaseJava2DAOGenerator
getDAOInterface(ColumnDefinitions, TableConfiguration)
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorBaseImpl
getDAOInterface(ColumnDefinitions, TableConfiguration)
- Method in class org.apache.ibatis.abator.internal.java.dao.
BaseJava2DAOGenerator
getDAOInterfaceType(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorBaseImpl
getDAOInterfaceType(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.dao.
BaseJava2DAOGenerator
getDAOPackage(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorBaseImpl
getDAOPackage(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.dao.
BaseJava2DAOGenerator
getDamageRegion(ITypedRegion, DocumentEvent, boolean)
- Method in class org.apache.ibatis.abator.ui.editors.
NonRuleBasedDamagerRepairer
getDaoGeneratorConfiguration()
- Method in class org.apache.ibatis.abator.config.
AbatorContext
getDefault()
- Static method in class org.apache.ibatis.abator.ui.plugin.
AbatorUIPlugin
Returns the shared instance.
getDeleteByExample(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
This method should return well formatted XML for the delete by example statement.
getDeleteByExample(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
This method should return well formatted XML for the delete by example statement.
getDeleteByExampleMethods(ColumnDefinitions, TableConfiguration, boolean, Set)
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorBaseImpl
getDeleteByExampleMethods(ColumnDefinitions, TableConfiguration, boolean, Set)
- Method in class org.apache.ibatis.abator.internal.java.dao.
BaseJava2DAOGenerator
getDeleteByExampleStatementId()
- Method in interface org.apache.ibatis.abator.api.
SqlMapGenerator
getDeleteByExampleStatementId()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
getDeleteByExampleStatementId()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
getDeleteByPrimaryKey(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
This method should return well formatted XML for the delete by primary key statement.
getDeleteByPrimaryKey(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
This method should return well formatted XML for the delete by primary key statement.
getDeleteByPrimaryKeyMethods(ColumnDefinitions, TableConfiguration, boolean, Set)
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorBaseImpl
getDeleteByPrimaryKeyMethods(ColumnDefinitions, TableConfiguration, boolean, Set)
- Method in class org.apache.ibatis.abator.internal.java.dao.
BaseJava2DAOGenerator
getDeleteByPrimaryKeyStatementId()
- Method in interface org.apache.ibatis.abator.api.
SqlMapGenerator
getDeleteByPrimaryKeyStatementId()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
getDeleteByPrimaryKeyStatementId()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
getDeleteMethod()
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorTemplate
getDeleteMethod()
- Method in class org.apache.ibatis.abator.internal.java.dao.
AbstractDAOTemplate
getDirectory(String, String, List)
- Method in interface org.apache.ibatis.abator.api.
ShellCallback
Abator will call this method to ask the shell to resolve a project/package combination into a directory on the file system.
getDirectory(String, String, List)
- Method in class org.apache.ibatis.abator.internal.
DefaultShellCallback
getDirectory(String, String, List)
- Method in class org.apache.ibatis.abator.ui.plugin.
EclipseShellCallback
getDocType()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
Creates the DOCTYPE for the SqlMap
getDocType()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
Creates the DOCTYPE for the SqlMap
getDomainObjectName()
- Method in class org.apache.ibatis.abator.config.
FullyQualifiedTable
getDoubleClickStrategy(ISourceViewer, String)
- Method in class org.apache.ibatis.abator.ui.editors.
XMLConfiguration
getDriverClass()
- Method in class org.apache.ibatis.abator.config.
JDBCConnectionConfiguration
getElementComment(int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
Returns a suitable comment to warn users that the element was generated, and when it was generated.
getElementComment(int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
Returns a suitable comment to warn users that the element was generated, and when it was generated.
getErrors()
- Method in class org.apache.ibatis.abator.exception.
InvalidConfigurationException
getErrors()
- Method in class org.apache.ibatis.abator.exception.
XMLParserException
getExample(ColumnDefinitions, TableConfiguration)
- Method in class org.apache.ibatis.abator.internal.java.
JavaModelGeneratorDefaultImpl
getExample(ColumnDefinitions, TableConfiguration)
- Method in class org.apache.ibatis.abator.internal.java.model.
JavaModelGeneratorJava2Impl
getExampleParmsMethod(ColumnDefinition, FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorBaseImpl
This method returns a properly formatted method that sets up example parms for an individual column.
getExamplePropertyName()
- Method in class org.apache.ibatis.abator.internal.java.model.
ExampleClause
getExamplePropertyName()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
ExampleClause
getExamplePropertyValue()
- Method in class org.apache.ibatis.abator.internal.java.model.
ExampleClause
getExamplePropertyValue()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
ExampleClause
getExampleType(FullyQualifiedTable)
- Method in interface org.apache.ibatis.abator.api.
JavaModelGenerator
getExampleType(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.
JavaModelGeneratorDefaultImpl
getExampleType(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.model.
JavaModelGeneratorJava2Impl
getExampleWhereClauseId()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
Calculates the name of the example where clause element
getExampleWhereClauseId()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
Calculates the name of the example where clause element
getFieldComment(FullyQualifiedTable, String)
- Method in class org.apache.ibatis.abator.internal.java.
BaseJavaCodeGenerator
getFieldComment(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.
BaseJavaCodeGenerator
getFields()
- Method in class org.apache.ibatis.abator.api.
GeneratedJavaFile
getFields()
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorTemplate
getFields()
- Method in class org.apache.ibatis.abator.internal.java.dao.
AbstractDAOTemplate
getFileComment(TableConfiguration)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
Returns a file level comment.
getFileComment(TableConfiguration)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
Returns a file level comment.
getFileName()
- Method in class org.apache.ibatis.abator.api.
GeneratedFile
Get the file name (without any path).
getFileName()
- Method in class org.apache.ibatis.abator.api.
GeneratedJavaFile
getFileName()
- Method in class org.apache.ibatis.abator.api.
GeneratedXmlFile
getFileName()
- Method in class org.apache.ibatis.abator.ui.wizards.
NewConfigFileWizardPage1
getFullyQualifiedJavaType()
- Method in class org.apache.ibatis.abator.internal.types.
ResolvedJavaType
getFullyQualifiedName()
- Method in class org.apache.ibatis.abator.api.
FullyQualifiedJavaType
getFullyQualifiedTableName()
- Method in class org.apache.ibatis.abator.config.
FullyQualifiedTable
getFullyQualifiedTableNameWithUnderscores()
- Method in class org.apache.ibatis.abator.config.
FullyQualifiedTable
getGeneratedJavaFiles(ColumnDefinitions, TableConfiguration, ProgressCallback)
- Method in interface org.apache.ibatis.abator.api.
DAOGenerator
This method returns a list of GenerateJavaFile objects.
getGeneratedJavaFiles(ColumnDefinitions, TableConfiguration, ProgressCallback)
- Method in interface org.apache.ibatis.abator.api.
JavaModelGenerator
This method returns a list of GenerateJavaFile objects.
getGeneratedJavaFiles(ColumnDefinitions, TableConfiguration, ProgressCallback)
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorBaseImpl
getGeneratedJavaFiles(ColumnDefinitions, TableConfiguration, ProgressCallback)
- Method in class org.apache.ibatis.abator.internal.java.
JavaModelGeneratorDefaultImpl
getGeneratedJavaFiles(ColumnDefinitions, TableConfiguration, ProgressCallback)
- Method in class org.apache.ibatis.abator.internal.java.dao.
BaseJava2DAOGenerator
getGeneratedJavaFiles(ColumnDefinitions, TableConfiguration, ProgressCallback)
- Method in class org.apache.ibatis.abator.internal.java.model.
JavaModelGeneratorJava2Impl
getGeneratedKey()
- Method in class org.apache.ibatis.abator.config.
TableConfiguration
getGeneratedXMLFiles(ColumnDefinitions, TableConfiguration, ProgressCallback)
- Method in interface org.apache.ibatis.abator.api.
SqlMapGenerator
getGeneratedXMLFiles(ColumnDefinitions, TableConfiguration, ProgressCallback)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
getGeneratedXMLFiles(ColumnDefinitions, TableConfiguration, ProgressCallback)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
getGetExampleParmsMethods(ColumnDefinitions, TableConfiguration, boolean, Set)
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorBaseImpl
getGetterMethodComment(FullyQualifiedTable, ColumnDefinition)
- Method in class org.apache.ibatis.abator.internal.java.
BaseJavaCodeGenerator
getGetterMethodName(String)
- Static method in class org.apache.ibatis.abator.internal.util.
JavaBeansUtil
getId()
- Method in class org.apache.ibatis.abator.config.
AbatorContext
getIdentityClause(Integer)
- Static method in class org.apache.ibatis.abator.internal.db.
DatabaseDialects
getImplementationImports()
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorTemplate
getImplementationImports()
- Method in class org.apache.ibatis.abator.internal.java.dao.
AbstractDAOTemplate
getImportedTypes()
- Method in class org.apache.ibatis.abator.api.
GeneratedJavaFile
getInsertElement(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
This method should return a String which is formatted XML for the insert statement.
getInsertElement(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
This method should return a String which is formatted XML for the insert statement.
getInsertMethod()
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorTemplate
getInsertMethod()
- Method in class org.apache.ibatis.abator.internal.java.dao.
AbstractDAOTemplate
getInsertMethods(ColumnDefinitions, TableConfiguration, boolean, Set)
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorBaseImpl
getInsertMethods(ColumnDefinitions, TableConfiguration, boolean, Set)
- Method in class org.apache.ibatis.abator.internal.java.dao.
BaseJava2DAOGenerator
getInsertStatementId()
- Method in interface org.apache.ibatis.abator.api.
SqlMapGenerator
getInsertStatementId()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
getInsertStatementId()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
getInstance()
- Static method in class org.apache.ibatis.abator.internal.db.
ConnectionFactory
getInterfaceImports()
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorTemplate
getInterfaceImports()
- Method in class org.apache.ibatis.abator.internal.java.dao.
AbstractDAOTemplate
getJavaModelGeneratorConfiguration()
- Method in class org.apache.ibatis.abator.config.
AbatorContext
getJavaModelPackage(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.
JavaModelGeneratorDefaultImpl
Calculates the package for generated domain objects.
getJavaModelPackage(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.model.
JavaModelGeneratorJava2Impl
Calculates the package for generated domain objects.
getJavaProperty()
- Method in class org.apache.ibatis.abator.config.
ColumnOverride
getJavaProperty()
- Method in class org.apache.ibatis.abator.internal.db.
ColumnDefinition
getJavaType()
- Method in class org.apache.ibatis.abator.config.
ColumnOverride
getJavaTypeResolverConfiguration()
- Method in class org.apache.ibatis.abator.config.
AbatorContext
getJdbcConnectionConfiguration()
- Method in class org.apache.ibatis.abator.config.
AbatorContext
getJdbcType()
- Method in class org.apache.ibatis.abator.config.
ColumnOverride
getJdbcType()
- Method in class org.apache.ibatis.abator.internal.db.
ColumnDefinition
getJdbcTypeName()
- Method in class org.apache.ibatis.abator.internal.types.
ResolvedJavaType
getLength()
- Method in class org.apache.ibatis.abator.internal.db.
ColumnDefinition
getLocation()
- Method in class org.apache.ibatis.abator.ui.wizards.
NewConfigFileWizardPage1
getMergedSource(GeneratedXmlFile, File)
- Static method in class org.apache.ibatis.abator.internal.
XmlFileMergerJaxp
getMergedSource()
- Method in class org.apache.ibatis.abator.ui.plugin.
JavaFileMerger
getMethodComment(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.
BaseJavaCodeGenerator
getMethodComment(FullyQualifiedTable, String)
- Method in class org.apache.ibatis.abator.internal.java.
BaseJavaCodeGenerator
getMethods()
- Method in class org.apache.ibatis.abator.api.
GeneratedJavaFile
getMethods()
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorTemplate
getMethods()
- Method in class org.apache.ibatis.abator.internal.java.dao.
AbstractDAOTemplate
getNonBLOBColumns()
- Method in class org.apache.ibatis.abator.internal.db.
ColumnDefinitions
getNonPrimaryKeyColumns()
- Method in class org.apache.ibatis.abator.internal.db.
ColumnDefinitions
getPackageName()
- Method in class org.apache.ibatis.abator.api.
FullyQualifiedJavaType
getPassword()
- Method in class org.apache.ibatis.abator.config.
JDBCConnectionConfiguration
getPluginId()
- Static method in class org.apache.ibatis.abator.ui.plugin.
AbatorUIPlugin
getPresentationReconciler(ISourceViewer)
- Method in class org.apache.ibatis.abator.ui.editors.
XMLConfiguration
getPrimaryKey()
- Method in class org.apache.ibatis.abator.internal.db.
ColumnDefinitions
getPrimaryKey(ColumnDefinitions, TableConfiguration)
- Method in class org.apache.ibatis.abator.internal.java.
JavaModelGeneratorDefaultImpl
getPrimaryKey(ColumnDefinitions, TableConfiguration)
- Method in class org.apache.ibatis.abator.internal.java.model.
JavaModelGeneratorJava2Impl
getPrimaryKeyType(FullyQualifiedTable)
- Method in interface org.apache.ibatis.abator.api.
JavaModelGenerator
getPrimaryKeyType(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.
JavaModelGeneratorDefaultImpl
getPrimaryKeyType(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.model.
JavaModelGeneratorJava2Impl
getProperties()
- Method in class org.apache.ibatis.abator.config.
PropertyHolder
getQueryForListMethod()
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorTemplate
getQueryForListMethod()
- Method in class org.apache.ibatis.abator.internal.java.dao.
AbstractDAOTemplate
getQueryForObjectMethod()
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorTemplate
getQueryForObjectMethod()
- Method in class org.apache.ibatis.abator.internal.java.dao.
AbstractDAOTemplate
getRecord(ColumnDefinitions, TableConfiguration)
- Method in class org.apache.ibatis.abator.internal.java.
JavaModelGeneratorDefaultImpl
getRecord(ColumnDefinitions, TableConfiguration)
- Method in class org.apache.ibatis.abator.internal.java.model.
JavaModelGeneratorJava2Impl
getRecordType(FullyQualifiedTable)
- Method in interface org.apache.ibatis.abator.api.
JavaModelGenerator
getRecordType(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.
JavaModelGeneratorDefaultImpl
getRecordType(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.model.
JavaModelGeneratorJava2Impl
getRecordWithBLOBs(ColumnDefinitions, TableConfiguration)
- Method in class org.apache.ibatis.abator.internal.java.
JavaModelGeneratorDefaultImpl
getRecordWithBLOBs(ColumnDefinitions, TableConfiguration)
- Method in class org.apache.ibatis.abator.internal.java.model.
JavaModelGeneratorJava2Impl
getRecordWithBLOBsType(FullyQualifiedTable)
- Method in interface org.apache.ibatis.abator.api.
JavaModelGenerator
getRecordWithBLOBsType(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.
JavaModelGeneratorDefaultImpl
getRecordWithBLOBsType(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.java.model.
JavaModelGeneratorJava2Impl
getResolvedJavaType()
- Method in class org.apache.ibatis.abator.internal.db.
ColumnDefinition
getResourceBundle()
- Method in class org.apache.ibatis.abator.ui.plugin.
AbatorUIPlugin
Returns the plugin's resource bundle,
getResourceString(String)
- Static method in class org.apache.ibatis.abator.ui.plugin.
AbatorUIPlugin
Returns the string from the plugin's resource bundle, or 'key' if not found.
getResultMapName(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
Calculates the name of the result map.
getResultMapName(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
Calculates the name of the result map.
getResultMapWithBLOBsElement(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
This method should return a String which is formatted XML for the result map (with any BLOBs if they exist in the table).
getResultMapWithBLOBsElement(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
This method should return a String which is formatted XML for the result map (with any BLOBs if they exist in the table).
getScale()
- Method in class org.apache.ibatis.abator.internal.db.
ColumnDefinition
getSchema()
- Method in class org.apache.ibatis.abator.config.
FullyQualifiedTable
getSelectByExample(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
This method should return well formatted XML for the select by example statement that returns all fields in the table (except BLOB fields).
getSelectByExample(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
This method should return well formatted XML for the select by example statement that returns all fields in the table (except BLOB fields).
getSelectByExampleMethods(ColumnDefinitions, TableConfiguration, boolean, Set)
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorBaseImpl
getSelectByExampleMethods(ColumnDefinitions, TableConfiguration, boolean, Set)
- Method in class org.apache.ibatis.abator.internal.java.dao.
BaseJava2DAOGenerator
getSelectByExampleQueryId()
- Method in class org.apache.ibatis.abator.config.
TableConfiguration
getSelectByExampleStatementId()
- Method in interface org.apache.ibatis.abator.api.
SqlMapGenerator
getSelectByExampleStatementId()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
getSelectByExampleStatementId()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
getSelectByExampleWithBLOBs(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
This method should return well formatted XML for the select by example statement that returns all fields in the table (including BLOB fields).
getSelectByExampleWithBLOBs(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
This method should return well formatted XML for the select by example statement that returns all fields in the table (including BLOB fields).
getSelectByExampleWithBLOBsMethods(ColumnDefinitions, TableConfiguration, boolean, Set)
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorBaseImpl
getSelectByExampleWithBLOBsMethods(ColumnDefinitions, TableConfiguration, boolean, Set)
- Method in class org.apache.ibatis.abator.internal.java.dao.
BaseJava2DAOGenerator
getSelectByExampleWithBLOBsStatementId()
- Method in interface org.apache.ibatis.abator.api.
SqlMapGenerator
getSelectByExampleWithBLOBsStatementId()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
getSelectByExampleWithBLOBsStatementId()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
getSelectByPrimaryKey(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
This method should return well formatted XML for the select by primary key statement.
getSelectByPrimaryKey(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
This method should return well formatted XML for the select by primary key statement.
getSelectByPrimaryKeyMethods(ColumnDefinitions, TableConfiguration, boolean, Set)
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorBaseImpl
getSelectByPrimaryKeyMethods(ColumnDefinitions, TableConfiguration, boolean, Set)
- Method in class org.apache.ibatis.abator.internal.java.dao.
BaseJava2DAOGenerator
getSelectByPrimaryKeyQueryId()
- Method in class org.apache.ibatis.abator.config.
TableConfiguration
getSelectByPrimaryKeyStatementId()
- Method in interface org.apache.ibatis.abator.api.
SqlMapGenerator
getSelectByPrimaryKeyStatementId()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
getSelectByPrimaryKeyStatementId()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
getSelectKey(ColumnDefinition, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
This method should return well formatted XML for the select key element used to automatically generate keys.
getSelectKey(ColumnDefinition, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
This method should return well formatted XML for the select key element used to automatically generate keys.
getSelectorAndProperty(ColumnDefinition)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
ExampleClause
getSelectorOrProperty(ColumnDefinition)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
ExampleClause
getSetterMethodComment(FullyQualifiedTable, ColumnDefinition)
- Method in class org.apache.ibatis.abator.internal.java.
BaseJavaCodeGenerator
getSetterMethodName(String)
- Static method in class org.apache.ibatis.abator.internal.util.
JavaBeansUtil
getShortName()
- Method in class org.apache.ibatis.abator.api.
FullyQualifiedJavaType
getSqlMap(ColumnDefinitions, TableConfiguration)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
Creates the default implementation of the Sql Map
getSqlMap(ColumnDefinitions, TableConfiguration)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
Creates the default implementation of the Sql Map
getSqlMapElement(ColumnDefinitions, TableConfiguration)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
Creates the sqlMap element (the root element, and all child elements).
getSqlMapElement(ColumnDefinitions, TableConfiguration)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
Creates the sqlMap element (the root element, and all child elements).
getSqlMapFileName(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
Calculates a file name for the current table.
getSqlMapFileName(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
Calculates a file name for the current table.
getSqlMapGeneratorConfiguration()
- Method in class org.apache.ibatis.abator.config.
AbatorContext
getSqlMapNamespace(FullyQualifiedTable)
- Method in interface org.apache.ibatis.abator.api.
SqlMapGenerator
getSqlMapNamespace(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
getSqlMapNamespace(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
getSqlMapPackage(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
Calculates the package for the current table.
getSqlMapPackage(FullyQualifiedTable)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
Calculates the package for the current table.
getSqlStatement()
- Method in class org.apache.ibatis.abator.config.
GeneratedKey
getString(String)
- Static method in class org.apache.ibatis.abator.internal.util.messages.
Messages
getString(String, String)
- Static method in class org.apache.ibatis.abator.internal.util.messages.
Messages
getString(String, String, String)
- Static method in class org.apache.ibatis.abator.internal.util.messages.
Messages
getSuperClass()
- Method in class org.apache.ibatis.abator.api.
GeneratedJavaFile
getSuperClass()
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorTemplate
getSuperClass()
- Method in class org.apache.ibatis.abator.internal.java.dao.
AbstractDAOTemplate
getSuperInterfaceTypes()
- Method in class org.apache.ibatis.abator.api.
GeneratedJavaFile
getTable()
- Method in class org.apache.ibatis.abator.config.
TableConfiguration
getTableConfiguration()
- Method in class org.apache.ibatis.abator.exception.
UnknownTableException
getTableName()
- Method in class org.apache.ibatis.abator.config.
FullyQualifiedTable
getTargetPackage()
- Method in class org.apache.ibatis.abator.api.
GeneratedFile
Get the target package for the file.
getTargetPackage()
- Method in class org.apache.ibatis.abator.api.
GeneratedJavaFile
getTargetPackage()
- Method in class org.apache.ibatis.abator.api.
GeneratedXmlFile
getTargetPackage()
- Method in class org.apache.ibatis.abator.config.
DAOGeneratorConfiguration
getTargetPackage()
- Method in class org.apache.ibatis.abator.config.
JavaModelGeneratorConfiguration
getTargetPackage()
- Method in class org.apache.ibatis.abator.config.
SqlMapGeneratorConfiguration
getTargetProject()
- Method in class org.apache.ibatis.abator.api.
GeneratedFile
Gets the target project.
getTargetProject()
- Method in class org.apache.ibatis.abator.config.
DAOGeneratorConfiguration
getTargetProject()
- Method in class org.apache.ibatis.abator.config.
JavaModelGeneratorConfiguration
getTargetProject()
- Method in class org.apache.ibatis.abator.config.
SqlMapGeneratorConfiguration
getTotalSteps()
- Method in class org.apache.ibatis.abator.config.
AbatorContext
getType()
- Method in class org.apache.ibatis.abator.config.
TypedPropertyHolder
getTypeName()
- Method in class org.apache.ibatis.abator.internal.db.
ColumnDefinition
getUpdateByPrimaryKey(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
This method should return well formatted XML for the update by primary key statement that updates all fields in the table (excluding BLOB fields).
getUpdateByPrimaryKey(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
This method should return well formatted XML for the update by primary key statement that updates all fields in the table (excluding BLOB fields).
getUpdateByPrimaryKeyMethods(ColumnDefinitions, TableConfiguration, boolean, Set)
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorBaseImpl
getUpdateByPrimaryKeyMethods(ColumnDefinitions, TableConfiguration, boolean, Set)
- Method in class org.apache.ibatis.abator.internal.java.dao.
BaseJava2DAOGenerator
getUpdateByPrimaryKeyStatementId()
- Method in interface org.apache.ibatis.abator.api.
SqlMapGenerator
getUpdateByPrimaryKeyStatementId()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
getUpdateByPrimaryKeyStatementId()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
getUpdateByPrimaryKeyWithBLOBs(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
This method should return well formatted XML for the update by primary key statement that updates all fields in the table (including BLOB fields).
getUpdateByPrimaryKeyWithBLOBs(ColumnDefinitions, TableConfiguration, int)
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
This method should return well formatted XML for the update by primary key statement that updates all fields in the table (including BLOB fields).
getUpdateByPrimaryKeyWithBLOBsMethods(ColumnDefinitions, TableConfiguration, boolean, Set)
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorBaseImpl
getUpdateByPrimaryKeyWithBLOBsMethods(ColumnDefinitions, TableConfiguration, boolean, Set)
- Method in class org.apache.ibatis.abator.internal.java.dao.
BaseJava2DAOGenerator
getUpdateByPrimaryKeyWithBLOBsStatementId()
- Method in interface org.apache.ibatis.abator.api.
SqlMapGenerator
getUpdateByPrimaryKeyWithBLOBsStatementId()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorDefaultImpl
getUpdateByPrimaryKeyWithBLOBsStatementId()
- Method in class org.apache.ibatis.abator.internal.sqlmap.
SqlMapGeneratorIterateImpl
getUpdateMethod()
- Method in class org.apache.ibatis.abator.internal.java.
DAOGeneratorTemplate
getUpdateMethod()
- Method in class org.apache.ibatis.abator.internal.java.dao.
AbstractDAOTemplate
getUserId()
- Method in class org.apache.ibatis.abator.config.
JDBCConnectionConfiguration
getValidPropertyName(String)
- Static method in class org.apache.ibatis.abator.internal.util.
JavaBeansUtil
This method ensures that the specified input string is a valid Java property name as iBATIS sees it.
getWrapperClass()
- Method in class org.apache.ibatis.abator.api.
FullyQualifiedJavaType
getXMLScanner()
- Method in class org.apache.ibatis.abator.ui.editors.
XMLConfiguration
getXMLTagScanner()
- Method in class org.apache.ibatis.abator.ui.editors.
XMLConfiguration
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X