A B C D E F G H I J L M N O P R S T U V W X

G

generate(ProgressCallback) - Method in class org.apache.ibatis.abator.api.Abator
This is the main method for generating code.
generateBaseRecordClass() - Method in class org.apache.ibatis.abator.internal.rules.AbatorRules
Implements the rule for generating a base record.
generateBaseRecordClass() - Method in class org.apache.ibatis.abator.internal.rules.ConditionalModelRules
Generate a base record if there are any base columns, or if there is only one primary key coulmn (in which case we will not generate a primary key class), or if there is only one BLOB column (in which case we will not generate a record with BLOBs class).
generateBaseRecordClass() - Method in class org.apache.ibatis.abator.internal.rules.FlatModelRules
We always generate a base record in the flat model.
generateBaseRecordClass() - Method in class org.apache.ibatis.abator.internal.rules.HierarchicalModelRules
Implements the rule for generating a base record.
generateBaseResultMap() - Method in class org.apache.ibatis.abator.internal.rules.AbatorRules
Implements the rule for generating the result map without BLOBs.
generateClassParts(FullyQualifiedTable, Iterator, TopLevelClass) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
Adds fields and getter/setter methods for each ColumnDefinition passed into the method.
generateDeleteByExample() - 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() - 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.
GeneratedFile - Class in org.apache.ibatis.abator.api
Abstract class that holds information common to all generated files.
GeneratedFile(String) - Constructor for class org.apache.ibatis.abator.api.GeneratedFile
 
GeneratedJavaFile - Class in org.apache.ibatis.abator.api
 
GeneratedJavaFile(CompilationUnit, String) - Constructor for class org.apache.ibatis.abator.api.GeneratedJavaFile
Default constructor
GeneratedKey - Class in org.apache.ibatis.abator.config
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(String, String, boolean) - Constructor for class org.apache.ibatis.abator.config.GeneratedKey
 
GeneratedXmlFile - Class in org.apache.ibatis.abator.api
 
GeneratedXmlFile(Document, String, String, String) - Constructor for class org.apache.ibatis.abator.api.GeneratedXmlFile
 
generateExampleClass() - Method in class org.apache.ibatis.abator.internal.rules.AbatorRules
Implements the rule for generating an example class with no super class.
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() - Method in class org.apache.ibatis.abator.internal.rules.AbatorRules
Implements the rule for generating the insert SQL Map element and DAO method.
generatePrimaryKeyClass() - Method in class org.apache.ibatis.abator.internal.rules.AbatorRules
Implements the rule for determining whether to generate a primary key class.
generatePrimaryKeyClass() - Method in class org.apache.ibatis.abator.internal.rules.ConditionalModelRules
We generate a primary key if there is more than one primary key field.
generatePrimaryKeyClass() - Method in class org.apache.ibatis.abator.internal.rules.FlatModelRules
We never generate a primary key in the flat model.
generatePrimaryKeyClass() - Method in class org.apache.ibatis.abator.internal.rules.HierarchicalModelRules
Implements the rule for determining whether to generate a primary key class.
generateRecordWithBLOBsClass() - Method in class org.apache.ibatis.abator.internal.rules.AbatorRules
Implements the rule for generating a record with BLOBs.
generateRecordWithBLOBsClass() - Method in class org.apache.ibatis.abator.internal.rules.ConditionalModelRules
We generate a record with BLOBs class if there is more than one BLOB column.
generateRecordWithBLOBsClass() - Method in class org.apache.ibatis.abator.internal.rules.FlatModelRules
We never generate a record with BLOBs class in the flat model.
generateRecordWithBLOBsClass() - Method in class org.apache.ibatis.abator.internal.rules.HierarchicalModelRules
Implements the rule for generating a record with BLOBs.
generateResultMapWithBLOBs() - Method in class org.apache.ibatis.abator.internal.rules.AbatorRules
Implements the rule for generating the result map with BLOBs.
generateSelectByExampleWithBLOBs() - 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() - 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() - 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.
generateSQLExampleWhereClause() - Method in class org.apache.ibatis.abator.internal.rules.AbatorRules
Implements the rule for generating the SQL example where clause element.
generateUpdateByPrimaryKeySelective() - Method in class org.apache.ibatis.abator.internal.rules.AbatorRules
Implements the rule for generating the update by primary key selective SQL Map element and DAO method.
generateUpdateByPrimaryKeyWithBLOBs() - 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() - 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.
GeneratorSet - Class in org.apache.ibatis.abator.config
 
GeneratorSet() - Constructor for class org.apache.ibatis.abator.config.GeneratorSet
 
GenericCIDAOTemplate - Class in org.apache.ibatis.abator.internal.java.dao
 
GenericCIDAOTemplate() - Constructor for class org.apache.ibatis.abator.internal.java.dao.GenericCIDAOTemplate
 
GenericCIJava2DAOGenerator - Class in org.apache.ibatis.abator.internal.java.dao
 
GenericCIJava2DAOGenerator() - Constructor for class org.apache.ibatis.abator.internal.java.dao.GenericCIJava2DAOGenerator
 
GenericCIJava5DAOGenerator - Class in org.apache.ibatis.abator.internal.java.dao
 
GenericCIJava5DAOGenerator() - Constructor for class org.apache.ibatis.abator.internal.java.dao.GenericCIJava5DAOGenerator
 
GenericCILegacyDAOGenerator - Class in org.apache.ibatis.abator.internal.java.dao
This class generates DAO classes that are generic and utilize sql maps directly.
GenericCILegacyDAOGenerator() - Constructor for class org.apache.ibatis.abator.internal.java.dao.GenericCILegacyDAOGenerator
 
GenericSIDAOTemplate - Class in org.apache.ibatis.abator.internal.java.dao
 
GenericSIDAOTemplate() - Constructor for class org.apache.ibatis.abator.internal.java.dao.GenericSIDAOTemplate
 
GenericSIJava2DAOGenerator - Class in org.apache.ibatis.abator.internal.java.dao
 
GenericSIJava2DAOGenerator() - Constructor for class org.apache.ibatis.abator.internal.java.dao.GenericSIJava2DAOGenerator
 
GenericSIJava5DAOGenerator - Class in org.apache.ibatis.abator.internal.java.dao
 
GenericSIJava5DAOGenerator() - Constructor for class org.apache.ibatis.abator.internal.java.dao.GenericSIJava5DAOGenerator
 
GenericSILegacyDAOGenerator - Class in org.apache.ibatis.abator.internal.java.dao
This class generates DAO classes that are generic and utilize sql maps directly.
GenericSILegacyDAOGenerator() - Constructor for class org.apache.ibatis.abator.internal.java.dao.GenericSILegacyDAOGenerator
 
getAbatorContexts() - Method in class org.apache.ibatis.abator.config.AbatorConfiguration
 
getAdapter(Object, Class) - Method in class org.apache.ibatis.abator.ui.content.AdapterFactory
 
getAdapterList() - Method in class org.apache.ibatis.abator.ui.content.AdapterFactory
 
getAlias() - Method in class org.apache.ibatis.abator.api.FullyQualifiedTable
 
getAlias() - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
getAliasedColumnName() - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinition
 
getAliasedFullyQualifiedTableName() - Method in class org.apache.ibatis.abator.api.FullyQualifiedTable
 
getAllColumns() - Method in interface org.apache.ibatis.abator.api.IntrospectedTable
Returns all columns in the table (for use by the select by primary key and select by example with BLOBs methods)
getAllColumns() - Method in class org.apache.ibatis.abator.internal.db.IntrospectedTableImpl
 
getAllExampleClauses() - Static method in class org.apache.ibatis.abator.internal.sqlmap.ExampleClause
 
getAnnotations() - Method in class org.apache.ibatis.abator.api.dom.java.JavaElement
 
getAttributes() - Method in class org.apache.ibatis.abator.api.dom.xml.XmlElement
 
getBaseColumns() - Method in interface org.apache.ibatis.abator.api.IntrospectedTable
 
getBaseColumns() - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinitions
 
getBaseColumns() - Method in class org.apache.ibatis.abator.internal.db.IntrospectedTableImpl
 
getBaseFile() - Method in class org.apache.ibatis.abator.ui.content.AbatorConfigurationFileAdapter
 
getBaseRecord(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getBaseRecordType(FullyQualifiedTable) - Method in interface org.apache.ibatis.abator.api.JavaModelGenerator
 
getBaseRecordType(FullyQualifiedTable) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getBaseResultMapElement(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
This method should return an XmlElement which is the result map (without any BLOBs if they exist in the table).
getBLOBColumns() - Method in interface org.apache.ibatis.abator.api.IntrospectedTable
 
getBLOBColumns() - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinitions
 
getBLOBColumns() - Method in class org.apache.ibatis.abator.internal.db.IntrospectedTableImpl
 
getBodyLines() - Method in class org.apache.ibatis.abator.api.dom.java.Method
 
getBooleanInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.PrimitiveTypeWrapper
 
getBooleanPrimitiveInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.FullyQualifiedJavaType
 
getByExampleIndicatorProperty() - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinition
 
getByExampleWhereClauseFragment(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
This method should return an XmlElement for the example where clause SQL fragment (an sql fragment).
getByExampleWhereClauseFragment(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorLegacyImpl
This method should return an XmlElement for the example where clause SQL fragment (an sql fragment).
getByteInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.PrimitiveTypeWrapper
 
getCamelCaseString(String, boolean) - Static method in class org.apache.ibatis.abator.internal.util.JavaBeansUtil
 
getCatalog() - Method in class org.apache.ibatis.abator.api.FullyQualifiedTable
 
getCatalog() - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
getCharacterInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.PrimitiveTypeWrapper
 
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.sqlmap.ExampleClause
 
getColor(RGB) - Method in class org.apache.ibatis.abator.ui.editors.ColorManager
 
getColumn(String) - Method in interface org.apache.ibatis.abator.api.IntrospectedTable
 
getColumn() - Method in class org.apache.ibatis.abator.config.GeneratedKey
 
getColumn(String) - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinitions
 
getColumn(String) - Method in class org.apache.ibatis.abator.internal.db.IntrospectedTableImpl
 
getColumnDefinitions() - Method in class org.apache.ibatis.abator.internal.db.IntrospectedTableImpl
 
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
getColumnOverrides() - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
getConfigfile() - Method in class org.apache.ibatis.abator.ant.AbatorAntTask
 
getConfigurationType() - Method in class org.apache.ibatis.abator.config.TypedPropertyHolder
 
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
 
getConstructorClone(FullyQualifiedJavaType, FullyQualifiedTable) - Method in class org.apache.ibatis.abator.internal.java.dao.AbstractDAOTemplate
 
getCriteriaInnerClass(TopLevelClass, IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getCriteriaInnerClass(TopLevelClass, IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava5Impl
 
getCriteriaInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.FullyQualifiedJavaType
 
getDamageRegion(ITypedRegion, DocumentEvent, boolean) - Method in class org.apache.ibatis.abator.ui.editors.NonRuleBasedDamagerRepairer
 
getDaoGeneratorConfiguration() - Method in class org.apache.ibatis.abator.config.AbatorContext
 
getDAOImplementation(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
getDAOImplementationType(FullyQualifiedTable) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
getDAOInterface(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
getDAOInterfaceType(FullyQualifiedTable) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
getDAOPackage(FullyQualifiedTable) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
getDateInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.FullyQualifiedJavaType
 
getDefault() - Static method in class org.apache.ibatis.abator.ui.plugin.AbatorUIPlugin
Returns the shared instance.
getDefaultModelType() - Method in class org.apache.ibatis.abator.config.AbatorContext
 
getDeleteByExample(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
This method should return an XmlElement for the delete by example statement.
getDeleteByExample(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorLegacyImpl
This method should return an XmlElement for the delete by example statement.
getDeleteByExampleMethodName(IntrospectedTable) - Method in interface org.apache.ibatis.abator.api.DAOMethodNameCalculator
Calculates and returns a name for the delete by example method.
getDeleteByExampleMethodName(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.DefaultDAOMethodNameCalculator
 
getDeleteByExampleMethodName(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.ExtendedDAOMethodNameCalculator
 
getDeleteByExampleMethods(IntrospectedTable, boolean, CompilationUnit) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
getDeleteByExampleMethods(IntrospectedTable, boolean, CompilationUnit) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseLegacyDAOGenerator
 
getDeleteByExampleStatementId() - Method in interface org.apache.ibatis.abator.api.SqlMapGenerator
 
getDeleteByExampleStatementId() - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
 
getDeleteByPrimaryKey(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
This method should return an XmlElement for the delete by primary key statement.
getDeleteByPrimaryKeyMethodName(IntrospectedTable) - Method in interface org.apache.ibatis.abator.api.DAOMethodNameCalculator
Calculates and returns a name for the delete by primary key method.
getDeleteByPrimaryKeyMethodName(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.DefaultDAOMethodNameCalculator
 
getDeleteByPrimaryKeyMethodName(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.ExtendedDAOMethodNameCalculator
 
getDeleteByPrimaryKeyMethods(IntrospectedTable, boolean, CompilationUnit) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
getDeleteByPrimaryKeyStatementId() - Method in interface org.apache.ibatis.abator.api.SqlMapGenerator
 
getDeleteByPrimaryKeyStatementId() - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
 
getDeleteMethod(String, String, String) - 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
 
getDomainObjectName() - Method in class org.apache.ibatis.abator.api.FullyQualifiedTable
 
getDomainObjectName() - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
getDoubleClickStrategy(ISourceViewer, String) - Method in class org.apache.ibatis.abator.ui.editors.XMLConfiguration
 
getDoubleInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.PrimitiveTypeWrapper
 
getDriverClass() - Method in class org.apache.ibatis.abator.config.JDBCConnectionConfiguration
 
getElements() - Method in class org.apache.ibatis.abator.api.dom.xml.XmlElement
 
getEnumConstants() - Method in class org.apache.ibatis.abator.api.dom.java.InnerEnum
 
getErrors() - Method in exception org.apache.ibatis.abator.exception.InvalidConfigurationException
 
getErrors() - Method in exception org.apache.ibatis.abator.exception.XMLParserException
 
getExample(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getExample(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava5Impl
 
getExample(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorLegacyImpl
 
getExamplePropertyName() - Method in class org.apache.ibatis.abator.internal.sqlmap.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.model.JavaModelGeneratorJava2Impl
 
getExampleWhereClauseId() - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
Calculates the name of the example where clause element
getExceptions() - Method in class org.apache.ibatis.abator.api.dom.java.Method
 
getExtraImplementationMethods(IntrospectedTable, CompilationUnit) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
Override this method to provide any extra methods needed in the implementation class.
getExtraImplementationMethods(IntrospectedTable, CompilationUnit) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseLegacyDAOGenerator
 
getFieldClones(FullyQualifiedTable) - Method in class org.apache.ibatis.abator.internal.java.dao.AbstractDAOTemplate
 
getFields() - Method in class org.apache.ibatis.abator.api.dom.java.InnerClass
 
getFields() - Method in class org.apache.ibatis.abator.api.dom.java.InnerEnum
 
getFileCommentLines() - Method in interface org.apache.ibatis.abator.api.dom.java.CompilationUnit
 
getFileCommentLines() - Method in class org.apache.ibatis.abator.api.dom.java.Interface
 
getFileCommentLines() - Method in class org.apache.ibatis.abator.api.dom.java.TopLevelClass
 
getFileCommentLines() - Method in class org.apache.ibatis.abator.api.dom.java.TopLevelEnumeration
 
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
 
getFloatInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.PrimitiveTypeWrapper
 
getFormattedContent() - Method in interface org.apache.ibatis.abator.api.dom.java.CompilationUnit
 
getFormattedContent(int) - Method in class org.apache.ibatis.abator.api.dom.java.Field
 
getFormattedContent(int) - Method in class org.apache.ibatis.abator.api.dom.java.InnerClass
 
getFormattedContent(int) - Method in class org.apache.ibatis.abator.api.dom.java.InnerEnum
 
getFormattedContent() - Method in class org.apache.ibatis.abator.api.dom.java.Interface
 
getFormattedContent(int, boolean) - Method in class org.apache.ibatis.abator.api.dom.java.Method
 
getFormattedContent() - Method in class org.apache.ibatis.abator.api.dom.java.TopLevelClass
 
getFormattedContent() - Method in class org.apache.ibatis.abator.api.dom.java.TopLevelEnumeration
 
getFormattedContent() - Method in class org.apache.ibatis.abator.api.dom.xml.Attribute
 
getFormattedContent() - Method in class org.apache.ibatis.abator.api.dom.xml.Document
 
getFormattedContent(int) - Method in class org.apache.ibatis.abator.api.dom.xml.Element
 
getFormattedContent(int) - Method in class org.apache.ibatis.abator.api.dom.xml.TextElement
 
getFormattedContent(int) - Method in class org.apache.ibatis.abator.api.dom.xml.XmlElement
 
getFormattedContent() - Method in class org.apache.ibatis.abator.api.GeneratedFile
This method returns the entire contents of the generated file.
getFormattedContent() - Method in class org.apache.ibatis.abator.api.GeneratedJavaFile
 
getFormattedContent() - Method in class org.apache.ibatis.abator.api.GeneratedXmlFile
 
getFullyQualifiedJavaType() - Method in class org.apache.ibatis.abator.internal.types.ResolvedJavaType
 
getFullyQualifiedName() - Method in class org.apache.ibatis.abator.api.dom.java.FullyQualifiedJavaType
This method returns the fully qualified name that is suitable for an import statement (i.e.
getFullyQualifiedTableName() - Method in class org.apache.ibatis.abator.api.FullyQualifiedTable
 
getFullyQualifiedTableNameWithUnderscores() - Method in class org.apache.ibatis.abator.api.FullyQualifiedTable
 
getGeneratedJavaFiles(IntrospectedTable, ProgressCallback) - Method in interface org.apache.ibatis.abator.api.DAOGenerator
This method returns a list of GenerateJavaFile objects.
getGeneratedJavaFiles(IntrospectedTable, ProgressCallback) - Method in interface org.apache.ibatis.abator.api.JavaModelGenerator
This method returns a list of GenerateJavaFile objects.
getGeneratedJavaFiles(IntrospectedTable, ProgressCallback) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
getGeneratedJavaFiles(IntrospectedTable, ProgressCallback) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getGeneratedKey() - Method in interface org.apache.ibatis.abator.api.IntrospectedTable
 
getGeneratedKey() - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
getGeneratedKey() - Method in class org.apache.ibatis.abator.internal.db.IntrospectedTableImpl
 
getGeneratedXMLFiles(IntrospectedTable, ProgressCallback) - Method in interface org.apache.ibatis.abator.api.SqlMapGenerator
 
getGeneratedXMLFiles(IntrospectedTable, ProgressCallback) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
 
getGeneratorSet() - Method in class org.apache.ibatis.abator.config.AbatorContext
 
getGetterMethodName(String) - Static method in class org.apache.ibatis.abator.internal.util.JavaBeansUtil
 
getIbatisFormattedParameterClause() - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinition
 
getId() - Method in class org.apache.ibatis.abator.config.AbatorContext
 
getIdentityClause(Integer) - Static method in class org.apache.ibatis.abator.internal.db.DatabaseDialects
 
getIgnoredColumnsInError() - Method in class org.apache.ibatis.abator.config.TableConfiguration
This method returns an iterator of Strings.
getImplementationImports() - Method in class org.apache.ibatis.abator.internal.java.dao.AbstractDAOTemplate
 
getImportedTypes() - Method in interface org.apache.ibatis.abator.api.dom.java.CompilationUnit
 
getImportedTypes() - Method in class org.apache.ibatis.abator.api.dom.java.Interface
 
getImportedTypes() - Method in class org.apache.ibatis.abator.api.dom.java.TopLevelClass
 
getImportedTypes() - Method in class org.apache.ibatis.abator.api.dom.java.TopLevelEnumeration
 
getImportedTypes() - Method in class org.apache.ibatis.abator.api.GeneratedJavaFile
 
getInitializationString() - Method in class org.apache.ibatis.abator.api.dom.java.Field
 
getInnerClasses() - Method in class org.apache.ibatis.abator.api.dom.java.InnerClass
 
getInnerClasses() - Method in class org.apache.ibatis.abator.api.dom.java.InnerEnum
 
getInnerEnums() - Method in class org.apache.ibatis.abator.api.dom.java.InnerClass
 
getInnerEnums() - Method in class org.apache.ibatis.abator.api.dom.java.InnerEnum
 
getInsertElement(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
This method should return an XmlElement which the insert statement.
getInsertMethod(String, String, String) - Method in class org.apache.ibatis.abator.internal.java.dao.AbstractDAOTemplate
 
getInsertMethodName(IntrospectedTable) - Method in interface org.apache.ibatis.abator.api.DAOMethodNameCalculator
Calculates and returns a name for the insert method.
getInsertMethodName(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.DefaultDAOMethodNameCalculator
 
getInsertMethodName(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.ExtendedDAOMethodNameCalculator
 
getInsertMethods(IntrospectedTable, boolean, CompilationUnit) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
getInsertStatementId() - Method in interface org.apache.ibatis.abator.api.SqlMapGenerator
 
getInsertStatementId() - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
 
getInstance() - Static method in class org.apache.ibatis.abator.internal.db.ConnectionFactory
 
getIntegerInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.PrimitiveTypeWrapper
 
getInterfaceImports() - Method in class org.apache.ibatis.abator.internal.java.dao.AbstractDAOTemplate
 
getIntInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.FullyQualifiedJavaType
 
getJavaDocLines() - Method in class org.apache.ibatis.abator.api.dom.java.JavaElement
 
getJavaModelGeneratorConfiguration() - Method in class org.apache.ibatis.abator.config.AbatorContext
 
getJavaModelGeneratorType() - Method in class org.apache.ibatis.abator.config.GeneratorSet
 
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
 
getJavaTypeResolverType() - Method in class org.apache.ibatis.abator.config.GeneratorSet
 
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
 
getLongInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.PrimitiveTypeWrapper
 
getMergedSource(GeneratedXmlFile, File) - Static method in class org.apache.ibatis.abator.internal.XmlFileMergerJaxp
 
getMergedSource() - Method in class org.apache.ibatis.abator.ui.plugin.JavaFileMerger
 
getMethodClones(FullyQualifiedTable) - Method in class org.apache.ibatis.abator.internal.java.dao.AbstractDAOTemplate
 
getMethods() - Method in class org.apache.ibatis.abator.api.dom.java.InnerClass
 
getMethods() - Method in class org.apache.ibatis.abator.api.dom.java.InnerEnum
 
getMethods() - Method in class org.apache.ibatis.abator.api.dom.java.Interface
 
getModelType() - Method in class org.apache.ibatis.abator.config.ModelType
 
getModelType(String) - Static method in class org.apache.ibatis.abator.config.ModelType
 
getModelType() - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
getName() - Method in class org.apache.ibatis.abator.api.dom.java.Field
 
getName() - Method in class org.apache.ibatis.abator.api.dom.java.Method
 
getName() - Method in class org.apache.ibatis.abator.api.dom.java.Parameter
 
getName() - Method in class org.apache.ibatis.abator.api.dom.xml.Attribute
 
getName() - Method in class org.apache.ibatis.abator.api.dom.xml.XmlElement
 
getNewArrayListInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.FullyQualifiedJavaType
 
getNewHashMapInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.FullyQualifiedJavaType
 
getNewIteratorInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.FullyQualifiedJavaType
 
getNewListInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.FullyQualifiedJavaType
 
getNewMapInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.FullyQualifiedJavaType
 
getNonBLOBColumns() - Method in interface org.apache.ibatis.abator.api.IntrospectedTable
Returns all columns axcept BLOBs (for use by the select by example without BLOBs method)
getNonBLOBColumns() - Method in class org.apache.ibatis.abator.internal.db.IntrospectedTableImpl
 
getNonPrimaryKeyColumns() - Method in interface org.apache.ibatis.abator.api.IntrospectedTable
 
getNonPrimaryKeyColumns() - Method in class org.apache.ibatis.abator.internal.db.IntrospectedTableImpl
 
getNoValueMethod(ColumnDefinition, String, String) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getObjectInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.FullyQualifiedJavaType
 
getPackageName() - Method in class org.apache.ibatis.abator.api.dom.java.FullyQualifiedJavaType
 
getParameters() - Method in class org.apache.ibatis.abator.api.dom.java.Method
 
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(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getPrimaryKeyColumns() - Method in interface org.apache.ibatis.abator.api.IntrospectedTable
Returns the columns in the primary key.
getPrimaryKeyColumns() - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinitions
 
getPrimaryKeyColumns() - Method in class org.apache.ibatis.abator.internal.db.IntrospectedTableImpl
 
getPrimaryKeyType(FullyQualifiedTable) - Method in interface org.apache.ibatis.abator.api.JavaModelGenerator
 
getPrimaryKeyType(FullyQualifiedTable) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getPrimitiveTypeWrapper() - Method in class org.apache.ibatis.abator.api.dom.java.FullyQualifiedJavaType
 
getProperties() - Method in class org.apache.ibatis.abator.config.PropertyHolder
 
getPublicId() - Method in class org.apache.ibatis.abator.api.dom.xml.Document
 
getQueryForListMethod(String, String, String) - Method in class org.apache.ibatis.abator.internal.java.dao.AbstractDAOTemplate
 
getQueryForObjectMethod(String, String, String) - Method in class org.apache.ibatis.abator.internal.java.dao.AbstractDAOTemplate
 
getRecordWithBLOBs(IntrospectedTable) - 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.model.JavaModelGeneratorJava2Impl
 
getRenamedColumnName() - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinition
 
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.SqlMapGeneratorIterateImpl
Calculates the name of the result map.
getResultMapWithBLOBsElement(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
This method should return an XmlElement which is the result map (with any BLOBs if they exist in the table).
getReturnType() - Method in class org.apache.ibatis.abator.api.dom.java.Method
 
getRootElement() - Method in class org.apache.ibatis.abator.api.dom.xml.Document
 
getRules() - Method in interface org.apache.ibatis.abator.api.IntrospectedTable
 
getRules() - Method in class org.apache.ibatis.abator.internal.db.IntrospectedTableImpl
 
getScale() - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinition
 
getSchema() - Method in class org.apache.ibatis.abator.api.FullyQualifiedTable
 
getSchema() - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
getSelectByExample(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
This method should an XmlElement for the select by example statement that returns all fields in the table (except BLOB fields).
getSelectByExample(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorLegacyImpl
This method should return an XmlElement for the select by example statement that returns all fields in the table (except BLOB fields).
getSelectByExampleQueryId() - Method in interface org.apache.ibatis.abator.api.IntrospectedTable
 
getSelectByExampleQueryId() - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
getSelectByExampleQueryId() - Method in class org.apache.ibatis.abator.internal.db.IntrospectedTableImpl
 
getSelectByExampleStatementId() - Method in interface org.apache.ibatis.abator.api.SqlMapGenerator
 
getSelectByExampleStatementId() - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
 
getSelectByExampleWithBLOBs(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
This method should return an XmlElement for the select by example statement that returns all fields in the table (including BLOB fields).
getSelectByExampleWithBLOBs(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorLegacyImpl
This method should return an XmlElement for the select by example statement that returns all fields in the table (including BLOB fields).
getSelectByExampleWithBLOBsMethodName(IntrospectedTable) - Method in interface org.apache.ibatis.abator.api.DAOMethodNameCalculator
Calculates and returns a name for the select by example with BLOBs method.
getSelectByExampleWithBLOBsMethodName(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.DefaultDAOMethodNameCalculator
1.
getSelectByExampleWithBLOBsMethodName(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.ExtendedDAOMethodNameCalculator
1.
getSelectByExampleWithBLOBsMethods(IntrospectedTable, boolean, CompilationUnit) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
getSelectByExampleWithBLOBsMethods(IntrospectedTable, boolean, CompilationUnit) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseLegacyDAOGenerator
 
getSelectByExampleWithBLOBsStatementId() - Method in interface org.apache.ibatis.abator.api.SqlMapGenerator
 
getSelectByExampleWithBLOBsStatementId() - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
 
getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable) - Method in interface org.apache.ibatis.abator.api.DAOMethodNameCalculator
Calculates and returns a name for the select by example method.
getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.DefaultDAOMethodNameCalculator
1.
getSelectByExampleWithoutBLOBsMethodName(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.ExtendedDAOMethodNameCalculator
1.
getSelectByExampleWithoutBLOBsMethods(IntrospectedTable, boolean, CompilationUnit) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
getSelectByExampleWithoutBLOBsMethods(IntrospectedTable, boolean, CompilationUnit) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseLegacyDAOGenerator
 
getSelectByPrimaryKey(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
This method should return an XmlElement for the select by primary key statement.
getSelectByPrimaryKeyMethodName(IntrospectedTable) - Method in interface org.apache.ibatis.abator.api.DAOMethodNameCalculator
Calculates and returns a name for the select by primary key method.
getSelectByPrimaryKeyMethodName(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.DefaultDAOMethodNameCalculator
 
getSelectByPrimaryKeyMethodName(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.ExtendedDAOMethodNameCalculator
 
getSelectByPrimaryKeyMethods(IntrospectedTable, boolean, CompilationUnit) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
getSelectByPrimaryKeyQueryId() - Method in interface org.apache.ibatis.abator.api.IntrospectedTable
 
getSelectByPrimaryKeyQueryId() - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
getSelectByPrimaryKeyQueryId() - Method in class org.apache.ibatis.abator.internal.db.IntrospectedTableImpl
 
getSelectByPrimaryKeyStatementId() - Method in interface org.apache.ibatis.abator.api.SqlMapGenerator
 
getSelectByPrimaryKeyStatementId() - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
 
getSelectKey(ColumnDefinition, GeneratedKey) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
This method should return an XmlElement for the select key used to automatically generate keys.
getSelectListPhrase() - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinition
 
getSelectorAndProperty(ColumnDefinition) - Method in class org.apache.ibatis.abator.internal.sqlmap.ExampleClause
 
getSelectorOrProperty(ColumnDefinition) - Method in class org.apache.ibatis.abator.internal.sqlmap.ExampleClause
 
getSetBetweenOrNotBetweenMethod(ColumnDefinition, boolean) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
Generates methods that set between and not between conditions
getSetEqualMethod(ColumnDefinition) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getSetGreaterThanMethod(ColumnDefinition) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getSetGreaterThenOrEqualMethod(ColumnDefinition) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getSetInOrNotInMethod(ColumnDefinition, boolean) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getSetInOrNotInMethod(ColumnDefinition, boolean) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava5Impl
 
getSetLessThanMethod(ColumnDefinition) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getSetLessThanOrEqualMethod(ColumnDefinition) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getSetLikeMethod(ColumnDefinition) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getSetNotEqualMethod(ColumnDefinition) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getSetNotLikeMethod(ColumnDefinition) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getSetNotNullMethod(ColumnDefinition) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getSetNullMethod(ColumnDefinition) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getSetterMethodName(String) - Static method in class org.apache.ibatis.abator.internal.util.JavaBeansUtil
 
getShortInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.PrimitiveTypeWrapper
 
getShortName() - Method in class org.apache.ibatis.abator.api.dom.java.FullyQualifiedJavaType
 
getShortName() - Method in class org.apache.ibatis.abator.api.dom.java.JavaWildcardType
 
getSingleValueMethod(ColumnDefinition, String, String) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
getSqlMap(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
Creates the default implementation of the Sql Map
getSqlMapElement(IntrospectedTable) - 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.SqlMapGeneratorIterateImpl
Calculates a file name for the current table.
getSqlMapGeneratorConfiguration() - Method in class org.apache.ibatis.abator.config.AbatorContext
 
getSqlMapGeneratorType() - Method in class org.apache.ibatis.abator.config.GeneratorSet
 
getSqlMapNamespace(FullyQualifiedTable) - Method in interface org.apache.ibatis.abator.api.SqlMapGenerator
 
getSqlMapNamespace(FullyQualifiedTable) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
 
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
 
getString(String, String, String, String) - Static method in class org.apache.ibatis.abator.internal.util.messages.Messages
 
getStringInstance() - Static method in class org.apache.ibatis.abator.api.dom.java.FullyQualifiedJavaType
 
getSuperClass() - Method in interface org.apache.ibatis.abator.api.dom.java.CompilationUnit
 
getSuperClass() - Method in class org.apache.ibatis.abator.api.dom.java.InnerClass
 
getSuperClass() - Method in class org.apache.ibatis.abator.api.dom.java.Interface
 
getSuperClass() - Method in class org.apache.ibatis.abator.api.dom.java.TopLevelEnumeration
 
getSuperClass() - Method in class org.apache.ibatis.abator.api.GeneratedJavaFile
 
getSuperClass() - Method in class org.apache.ibatis.abator.internal.java.dao.AbstractDAOTemplate
 
getSuperInterfaceTypes() - Method in interface org.apache.ibatis.abator.api.dom.java.CompilationUnit
 
getSuperInterfaceTypes() - Method in class org.apache.ibatis.abator.api.dom.java.InnerClass
 
getSuperInterfaceTypes() - Method in class org.apache.ibatis.abator.api.dom.java.InnerEnum
 
getSuperInterfaceTypes() - Method in class org.apache.ibatis.abator.api.dom.java.Interface
 
getSuperInterfaceTypes() - Method in class org.apache.ibatis.abator.api.GeneratedJavaFile
 
getSystemId() - Method in class org.apache.ibatis.abator.api.dom.xml.Document
 
getTable() - Method in interface org.apache.ibatis.abator.api.IntrospectedTable
 
getTable() - Method in class org.apache.ibatis.abator.internal.db.IntrospectedTableImpl
 
getTableName() - Method in class org.apache.ibatis.abator.api.FullyQualifiedTable
 
getTableName() - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
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
 
getToPrimitiveMethod() - Method in class org.apache.ibatis.abator.api.dom.java.PrimitiveTypeWrapper
 
getTotalSteps() - Method in class org.apache.ibatis.abator.config.AbatorContext
 
getType() - Method in interface org.apache.ibatis.abator.api.dom.java.CompilationUnit
 
getType() - Method in class org.apache.ibatis.abator.api.dom.java.Field
 
getType() - Method in class org.apache.ibatis.abator.api.dom.java.InnerClass
 
getType() - Method in class org.apache.ibatis.abator.api.dom.java.InnerEnum
 
getType() - Method in class org.apache.ibatis.abator.api.dom.java.Interface
 
getType() - Method in class org.apache.ibatis.abator.api.dom.java.Parameter
 
getTypeHandler() - Method in class org.apache.ibatis.abator.config.ColumnOverride
 
getTypeHandler() - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinition
 
getTypeName() - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinition
 
getUpdateByPrimaryKeySelective(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
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.
getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable) - Method in interface org.apache.ibatis.abator.api.DAOMethodNameCalculator
Calculates and returns a name for the update by primary key selective method.
getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.DefaultDAOMethodNameCalculator
 
getUpdateByPrimaryKeySelectiveMethodName(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.ExtendedDAOMethodNameCalculator
 
getUpdateByPrimaryKeySelectiveMethods(IntrospectedTable, boolean, CompilationUnit) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
getUpdateByPrimaryKeySelectiveStatementId() - Method in interface org.apache.ibatis.abator.api.SqlMapGenerator
 
getUpdateByPrimaryKeySelectiveStatementId() - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
 
getUpdateByPrimaryKeyStatementId() - Method in interface org.apache.ibatis.abator.api.SqlMapGenerator
 
getUpdateByPrimaryKeyStatementId() - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
 
getUpdateByPrimaryKeyWithBLOBs(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
This method should return an XmlElement for the update by primary key statement that updates all fields in the table (including BLOB fields).
getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable) - Method in interface org.apache.ibatis.abator.api.DAOMethodNameCalculator
Calculates and returns a name for the update by primary key with BLOBs method.
getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.DefaultDAOMethodNameCalculator
1.
getUpdateByPrimaryKeyWithBLOBsMethodName(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.ExtendedDAOMethodNameCalculator
1.
getUpdateByPrimaryKeyWithBLOBsMethods(IntrospectedTable, boolean, CompilationUnit) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
getUpdateByPrimaryKeyWithBLOBsStatementId() - Method in interface org.apache.ibatis.abator.api.SqlMapGenerator
 
getUpdateByPrimaryKeyWithBLOBsStatementId() - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
 
getUpdateByPrimaryKeyWithoutBLOBs(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
This method should return an XmlElement for the update by primary key statement that updates all fields in the table (excluding BLOB fields).
getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable) - Method in interface org.apache.ibatis.abator.api.DAOMethodNameCalculator
Calculates and returns a name for the update by primary key without BLOBs method.
getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.DefaultDAOMethodNameCalculator
1.
getUpdateByPrimaryKeyWithoutBLOBsMethodName(IntrospectedTable) - Method in class org.apache.ibatis.abator.internal.ExtendedDAOMethodNameCalculator
1.
getUpdateByPrimaryKeyWithoutBLOBsMethods(IntrospectedTable, boolean, CompilationUnit) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
getUpdateMethod(String, String, String) - 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.
getValue() - Method in class org.apache.ibatis.abator.api.dom.xml.Attribute
 
getVisibility() - Method in class org.apache.ibatis.abator.api.dom.java.JavaElement
 
getXMLScanner() - Method in class org.apache.ibatis.abator.ui.editors.XMLConfiguration
 
getXMLTagScanner() - Method in class org.apache.ibatis.abator.ui.editors.XMLConfiguration
 

A B C D E F G H I J L M N O P R S T U V W X