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

S

SEED - Static variable in class org.apache.ibatis.abator.internal.util.HashCodeUtil
An initial value for a hashCode, to which is added contributions from fields.
selectComment(int) - Method in class org.apache.ibatis.abator.ui.editors.XMLDoubleClickStrategy
 
selectionChanged(IAction, ISelection) - Method in class org.apache.ibatis.abator.ui.actions.NewConfigFileAction
Selection in the workbench has been changed.
selectionChanged(IAction, ISelection) - Method in class org.apache.ibatis.abator.ui.actions.RunAbatorAction
 
selectWord(int) - Method in class org.apache.ibatis.abator.ui.editors.XMLDoubleClickStrategy
 
sequenceDetected(ICharacterScanner, char[], boolean) - Method in class org.apache.ibatis.abator.ui.editors.TagRule
 
setActiveEditor(IEditorPart) - Method in class org.apache.ibatis.abator.ui.editors.ConfigFileEditorActionBarContributor
 
setActivePart(IAction, IWorkbenchPart) - Method in class org.apache.ibatis.abator.ui.actions.RunAbatorAction
 
setAlias(String) - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
setCatalog(String) - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
setColumnName(String) - Method in class org.apache.ibatis.abator.config.ColumnOverride
 
setColumnName(String) - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinition
 
setConfigfile(String) - Method in class org.apache.ibatis.abator.ant.AbatorAntTask
 
setConfigurationType(String) - Method in class org.apache.ibatis.abator.config.TypedPropertyHolder
Sets the value of the type specified in the configuration.
setConnectionURL(String) - Method in class org.apache.ibatis.abator.config.JDBCConnectionConfiguration
 
setConstructor(boolean) - Method in class org.apache.ibatis.abator.api.dom.java.Method
 
setConstructorTemplate(Method) - Method in class org.apache.ibatis.abator.internal.java.dao.AbstractDAOTemplate
 
setDaoGeneratorConfiguration(DAOGeneratorConfiguration) - Method in class org.apache.ibatis.abator.config.AbatorContext
 
setDeleteByExampleStatementEnabled(boolean) - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
setDeleteByPrimaryKeyStatementEnabled(boolean) - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
setDeleteMethodTemplate(String) - Method in class org.apache.ibatis.abator.internal.java.dao.AbstractDAOTemplate
 
setDocument(IDocument) - Method in class org.apache.ibatis.abator.ui.editors.NonRuleBasedDamagerRepairer
 
setDomainObjectName(String) - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
setDriverClass(String) - Method in class org.apache.ibatis.abator.config.JDBCConnectionConfiguration
 
setFullyQualifiedJavaType(FullyQualifiedJavaType) - Method in class org.apache.ibatis.abator.internal.types.ResolvedJavaType
 
setGeneratedKey(GeneratedKey) - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
setId(String) - Method in class org.apache.ibatis.abator.config.AbatorContext
 
setIdentity(boolean) - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinition
 
setInitializationString(String) - Method in class org.apache.ibatis.abator.api.dom.java.Field
 
setInsertMethodTemplate(String) - Method in class org.apache.ibatis.abator.internal.java.dao.AbstractDAOTemplate
 
setInsertStatementEnabled(boolean) - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
setJavaModelGenerator(JavaModelGenerator) - Method in interface org.apache.ibatis.abator.api.DAOGenerator
Sets the instance of JavaModelGenerator associated with this instance.
setJavaModelGenerator(JavaModelGenerator) - Method in interface org.apache.ibatis.abator.api.SqlMapGenerator
 
setJavaModelGenerator(JavaModelGenerator) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
setJavaModelGenerator(JavaModelGenerator) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
 
setJavaModelGeneratorConfiguration(JavaModelGeneratorConfiguration) - Method in class org.apache.ibatis.abator.config.AbatorContext
 
setJavaModelGeneratorType(String) - Method in class org.apache.ibatis.abator.config.GeneratorSet
 
setJavaProperty(String) - Method in class org.apache.ibatis.abator.config.ColumnOverride
 
setJavaProperty(String) - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinition
 
setJavaType(String) - Method in class org.apache.ibatis.abator.config.ColumnOverride
 
setJavaTypeResolverConfiguration(JavaTypeResolverConfiguration) - Method in class org.apache.ibatis.abator.config.AbatorContext
 
setJavaTypeResolverType(String) - Method in class org.apache.ibatis.abator.config.GeneratorSet
 
setJdbcConnectionConfiguration(JDBCConnectionConfiguration) - Method in class org.apache.ibatis.abator.config.AbatorContext
 
setJdbcType(String) - Method in class org.apache.ibatis.abator.config.ColumnOverride
 
setJdbcType(int) - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinition
 
setJdbcTypeName(String) - Method in class org.apache.ibatis.abator.internal.types.ResolvedJavaType
 
setLength(int) - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinition
 
setModelType(ModelType) - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
setModifierFinal(boolean) - Method in class org.apache.ibatis.abator.api.dom.java.JavaElement
 
setModifierStatic(boolean) - Method in class org.apache.ibatis.abator.api.dom.java.JavaElement
 
setName(String) - Method in class org.apache.ibatis.abator.api.dom.java.Field
 
setName(String) - Method in class org.apache.ibatis.abator.api.dom.java.Method
 
setNullable(boolean) - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinition
 
setNumberOfSubTasks(int) - Method in class org.apache.ibatis.abator.ant.AntProgressCallback
 
setNumberOfSubTasks(int) - Method in interface org.apache.ibatis.abator.api.ProgressCallback
Called to designate the maximum number of startSubTask messages that will be sent.
setNumberOfSubTasks(int) - Method in class org.apache.ibatis.abator.internal.NullProgressCallback
 
setNumberOfSubTasks(int) - Method in class org.apache.ibatis.abator.ui.plugin.EclipseProgressCallback
 
setOverwrite(boolean) - Method in class org.apache.ibatis.abator.ant.AbatorAntTask
 
setPassword(String) - Method in class org.apache.ibatis.abator.config.JDBCConnectionConfiguration
 
setQueryForListMethodTemplate(String) - Method in class org.apache.ibatis.abator.internal.java.dao.AbstractDAOTemplate
 
setQueryForObjectMethodTemplate(String) - Method in class org.apache.ibatis.abator.internal.java.dao.AbstractDAOTemplate
 
setResolvedJavaType(ResolvedJavaType) - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinition
 
setReturnType(FullyQualifiedJavaType) - Method in class org.apache.ibatis.abator.api.dom.java.Method
 
setRootElement(XmlElement) - Method in class org.apache.ibatis.abator.api.dom.xml.Document
 
setScale(int) - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinition
 
setSchema(String) - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
setSelectByExampleQueryId(String) - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
setSelectByExampleStatementEnabled(boolean) - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
setSelectByPrimaryKeyQueryId(String) - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
setSelectByPrimaryKeyStatementEnabled(boolean) - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
setSqlMapGenerator(SqlMapGenerator) - Method in interface org.apache.ibatis.abator.api.DAOGenerator
Sets the instance of SqlMapGenerator associated with this instance.
setSqlMapGenerator(SqlMapGenerator) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
setSqlMapGeneratorConfiguration(SqlMapGeneratorConfiguration) - Method in class org.apache.ibatis.abator.config.AbatorContext
 
setSqlMapGeneratorType(String) - Method in class org.apache.ibatis.abator.config.GeneratorSet
 
setSuperClass(FullyQualifiedJavaType) - Method in class org.apache.ibatis.abator.api.dom.java.InnerClass
 
setSuperClass(FullyQualifiedJavaType) - Method in class org.apache.ibatis.abator.internal.java.dao.AbstractDAOTemplate
 
setTableName(String) - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
setTargetPackage(String) - Method in interface org.apache.ibatis.abator.api.DAOGenerator
Sets the target package for this instance.
setTargetPackage(String) - Method in interface org.apache.ibatis.abator.api.JavaModelGenerator
Sets the target package of the generator taken from the JavaModelGeneratorConfiguration element.
setTargetPackage(String) - Method in interface org.apache.ibatis.abator.api.SqlMapGenerator
 
setTargetPackage(String) - Method in class org.apache.ibatis.abator.config.DAOGeneratorConfiguration
 
setTargetPackage(String) - Method in class org.apache.ibatis.abator.config.JavaModelGeneratorConfiguration
 
setTargetPackage(String) - Method in class org.apache.ibatis.abator.config.SqlMapGeneratorConfiguration
 
setTargetPackage(String) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
setTargetPackage(String) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
setTargetPackage(String) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
 
setTargetProject(String) - Method in interface org.apache.ibatis.abator.api.DAOGenerator
 
setTargetProject(String) - Method in interface org.apache.ibatis.abator.api.JavaModelGenerator
Sets the target project of the generator taken from the JavaModelGeneratorConfiguration element.
setTargetProject(String) - Method in interface org.apache.ibatis.abator.api.SqlMapGenerator
 
setTargetProject(String) - Method in class org.apache.ibatis.abator.config.DAOGeneratorConfiguration
 
setTargetProject(String) - Method in class org.apache.ibatis.abator.config.JavaModelGeneratorConfiguration
 
setTargetProject(String) - Method in class org.apache.ibatis.abator.config.SqlMapGeneratorConfiguration
 
setTargetProject(String) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
setTargetProject(String) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
setTargetProject(String) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
 
setType(FullyQualifiedJavaType) - Method in class org.apache.ibatis.abator.api.dom.java.Field
 
setTypeHandler(String) - Method in class org.apache.ibatis.abator.config.ColumnOverride
 
setTypeHandler(String) - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinition
 
setTypeName(String) - Method in class org.apache.ibatis.abator.internal.db.ColumnDefinition
 
setUpdateByPrimaryKeyStatementEnabled(boolean) - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
setUpdateMethodTemplate(String) - Method in class org.apache.ibatis.abator.internal.java.dao.AbstractDAOTemplate
 
setUserId(String) - Method in class org.apache.ibatis.abator.config.JDBCConnectionConfiguration
 
setVerbose(boolean) - Method in class org.apache.ibatis.abator.ant.AbatorAntTask
 
setVisibility(JavaVisibility) - Method in class org.apache.ibatis.abator.api.dom.java.JavaElement
 
setWarnings(List) - Method in interface org.apache.ibatis.abator.api.DAOGenerator
Abator will supply a list to this method.
setWarnings(List) - Method in interface org.apache.ibatis.abator.api.JavaModelGenerator
Abator will supply a list to this method.
setWarnings(List) - Method in interface org.apache.ibatis.abator.api.JavaTypeResolver
Abator will supply a list to this method.
setWarnings(List) - Method in interface org.apache.ibatis.abator.api.SqlMapGenerator
Abator will supply a list to this method.
setWarnings(List) - Method in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
setWarnings(List) - Method in class org.apache.ibatis.abator.internal.java.model.JavaModelGeneratorJava2Impl
 
setWarnings(List) - Method in class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
 
setWarnings(List) - Method in class org.apache.ibatis.abator.internal.types.JavaTypeResolverDefaultImpl
 
setWildcardEscapingEnabled(boolean) - Method in class org.apache.ibatis.abator.config.TableConfiguration
 
ShellCallback - Interface in org.apache.ibatis.abator.api
This interface defines methods that a shell should support to enable Abator to work.
ShellException - Exception in org.apache.ibatis.abator.exception
This class is used by the ShellCallback methods to denote unrecoverable errors.
ShellException() - Constructor for exception org.apache.ibatis.abator.exception.ShellException
 
ShellException(String) - Constructor for exception org.apache.ibatis.abator.exception.ShellException
 
ShellException(String, Throwable) - Constructor for exception org.apache.ibatis.abator.exception.ShellException
 
ShellException(Throwable) - Constructor for exception org.apache.ibatis.abator.exception.ShellException
 
SpringDAOTemplate - Class in org.apache.ibatis.abator.internal.java.dao
 
SpringDAOTemplate() - Constructor for class org.apache.ibatis.abator.internal.java.dao.SpringDAOTemplate
 
SpringJava2DAOGenerator - Class in org.apache.ibatis.abator.internal.java.dao
 
SpringJava2DAOGenerator() - Constructor for class org.apache.ibatis.abator.internal.java.dao.SpringJava2DAOGenerator
 
SpringJava5DAOGenerator - Class in org.apache.ibatis.abator.internal.java.dao
 
SpringJava5DAOGenerator() - Constructor for class org.apache.ibatis.abator.internal.java.dao.SpringJava5DAOGenerator
 
SpringLegacyDAOGenerator - Class in org.apache.ibatis.abator.internal.java.dao
This class generates DAO classes based on the Spring framework.
SpringLegacyDAOGenerator() - Constructor for class org.apache.ibatis.abator.internal.java.dao.SpringLegacyDAOGenerator
 
SQL_MAP_PUBLIC_ID - Static variable in class org.apache.ibatis.abator.internal.sqlmap.XmlConstants
 
SQL_MAP_SYSTEM_ID - Static variable in class org.apache.ibatis.abator.internal.sqlmap.XmlConstants
 
SqlMapGenerator - Interface in org.apache.ibatis.abator.api
This interface describes the operations that are required of an Sql Map Generator.
sqlMapGenerator - Variable in class org.apache.ibatis.abator.internal.java.dao.BaseDAOGenerator
 
SqlMapGeneratorConfiguration - Class in org.apache.ibatis.abator.config
 
SqlMapGeneratorConfiguration() - Constructor for class org.apache.ibatis.abator.config.SqlMapGeneratorConfiguration
 
SqlMapGeneratorIterateImpl - Class in org.apache.ibatis.abator.internal.sqlmap
 
SqlMapGeneratorIterateImpl() - Constructor for class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorIterateImpl
Constructs an instance of SqlMapGeneratorDefaultImpl
SqlMapGeneratorLegacyImpl - Class in org.apache.ibatis.abator.internal.sqlmap
This class overrides the iterate implementation to provide the legacy "by example" methods.
SqlMapGeneratorLegacyImpl() - Constructor for class org.apache.ibatis.abator.internal.sqlmap.SqlMapGeneratorLegacyImpl
Constructs an instance of SqlMapGeneratorDefaultImpl
sqlMapGeneratorType - Variable in class org.apache.ibatis.abator.config.GeneratorSet
 
SQLSERVER - Static variable in class org.apache.ibatis.abator.internal.db.DatabaseDialects
 
start(BundleContext) - Method in class org.apache.ibatis.abator.ui.plugin.AbatorUIPlugin
This method is called upon plug-in activation
startElement(String, String, String, Attributes) - Method in class org.apache.ibatis.abator.ui.content.AbatorConfigVerifyer
 
startSubTask(String) - Method in class org.apache.ibatis.abator.ant.AntProgressCallback
 
startSubTask(String) - Method in interface org.apache.ibatis.abator.api.ProgressCallback
Called to denote the beginning of another task
startSubTask(String) - Method in class org.apache.ibatis.abator.internal.NullProgressCallback
 
startSubTask(String) - Method in class org.apache.ibatis.abator.ui.plugin.EclipseProgressCallback
 
stop(BundleContext) - Method in class org.apache.ibatis.abator.ui.plugin.AbatorUIPlugin
This method is called when the plug-in is stopped
STRING - Static variable in interface org.apache.ibatis.abator.ui.editors.IXMLColorConstants
 
stringHasValue(String) - Static method in class org.apache.ibatis.abator.internal.util.StringUtility
 
StringUtility - Class in org.apache.ibatis.abator.internal.util
 

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