MyBatis Generator Core
Package Index
|
Class Index
org.mybatis.generator.ant
org.mybatis.generator.api
org.mybatis.generator.api.dom
org.mybatis.generator.api.dom.java
org.mybatis.generator.api.dom.xml
org.mybatis.generator.codegen
org.mybatis.generator.codegen.ibatis2
org.mybatis.generator.codegen.ibatis2.dao
org.mybatis.generator.codegen.ibatis2.dao.elements
org.mybatis.generator.codegen.ibatis2.dao.templates
org.mybatis.generator.codegen.ibatis2.model
org.mybatis.generator.codegen.ibatis2.sqlmap
org.mybatis.generator.codegen.ibatis2.sqlmap.elements
org.mybatis.generator.codegen.mybatis3
org.mybatis.generator.codegen.mybatis3.javamapper
org.mybatis.generator.codegen.mybatis3.javamapper.elements
org.mybatis.generator.codegen.mybatis3.javamapper.elements.annotated
org.mybatis.generator.codegen.mybatis3.javamapper.elements.sqlprovider
org.mybatis.generator.codegen.mybatis3.model
org.mybatis.generator.codegen.mybatis3.xmlmapper
org.mybatis.generator.codegen.mybatis3.xmlmapper.elements
org.mybatis.generator.config
org.mybatis.generator.config.xml
org.mybatis.generator.exception
org.mybatis.generator.internal
org.mybatis.generator.internal.db
org.mybatis.generator.internal.rules
org.mybatis.generator.internal.types
org.mybatis.generator.internal.util
org.mybatis.generator.internal.util.messages
org.mybatis.generator.logging
org.mybatis.generator.plugins
Classes
AbstractGenerator
AbstractJavaClientGenerator
AbstractJavaGenerator
AbstractXmlGenerator
RootClassInfo
XmlConstants
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public abstract class
AbstractGenerator
extends Object
java.lang.Object
↳
org.mybatis.generator.codegen.AbstractGenerator
Known Direct Subclasses
AbstractDAOElementGenerator
,
AbstractJavaGenerator
,
AbstractJavaMapperMethodGenerator
,
AbstractJavaProviderMethodGenerator
,
AbstractXmlElementGenerator
,
AbstractXmlGenerator
AbstractDAOElementGenerator
AbstractJavaGenerator
AbstractJavaMapperMethodGenerator
AbstractJavaProviderMethodGenerator
AbstractXmlElementGenerator
AbstractXmlGenerator
Known Indirect Subclasses
AbstractJavaClientGenerator
,
AnnotatedClientGenerator
,
AnnotatedCountByExampleMethodGenerator
,
AnnotatedDeleteByExampleMethodGenerator
,
AnnotatedDeleteByPrimaryKeyMethodGenerator
,
AnnotatedInsertMethodGenerator
,
AnnotatedInsertSelectiveMethodGenerator
,
AnnotatedSelectByExampleWithBLOBsMethodGenerator
,
AnnotatedSelectByExampleWithoutBLOBsMethodGenerator
,
AnnotatedSelectByPrimaryKeyMethodGenerator
,
AnnotatedUpdateByExampleSelectiveMethodGenerator
,
AnnotatedUpdateByExampleWithBLOBsMethodGenerator
,
AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator
,
AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator
,
AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator
, and
56 others.
AbstractJavaClientGenerator
This class exists to that Java client generators can specify whether an XML generator is required to match the methods in the Java client.
AnnotatedClientGenerator
AnnotatedCountByExampleMethodGenerator
AnnotatedDeleteByExampleMethodGenerator
AnnotatedDeleteByPrimaryKeyMethodGenerator
AnnotatedInsertMethodGenerator
AnnotatedInsertSelectiveMethodGenerator
AnnotatedSelectByExampleWithBLOBsMethodGenerator
AnnotatedSelectByExampleWithoutBLOBsMethodGenerator
AnnotatedSelectByPrimaryKeyMethodGenerator
AnnotatedUpdateByExampleSelectiveMethodGenerator
AnnotatedUpdateByExampleWithBLOBsMethodGenerator
AnnotatedUpdateByExampleWithoutBLOBsMethodGenerator
AnnotatedUpdateByPrimaryKeySelectiveMethodGenerator
AnnotatedUpdateByPrimaryKeyWithBLOBsMethodGenerator
AnnotatedUpdateByPrimaryKeyWithoutBLOBsMethodGenerator
BaseColumnListElementGenerator
BaseRecordGenerator
BlobColumnListElementGenerator
CountByExampleElementGenerator
CountByExampleMethodGenerator
DAOGenerator
DeleteByExampleElementGenerator
DeleteByExampleMethodGenerator
DeleteByPrimaryKeyElementGenerator
DeleteByPrimaryKeyMethodGenerator
ExampleGenerator
ExampleWhereClauseElementGenerator
InsertElementGenerator
InsertMethodGenerator
InsertSelectiveElementGenerator
InsertSelectiveMethodGenerator
JavaMapperGenerator
MixedClientGenerator
This class overrides the base mapper to provide annotated methods for the methods that don't require SQL provider support
MixedMapperGenerator
PrimaryKeyGenerator
ProviderApplyWhereMethodGenerator
ProviderCountByExampleMethodGenerator
ProviderDeleteByExampleMethodGenerator
ProviderInsertSelectiveMethodGenerator
ProviderSelectByExampleWithBLOBsMethodGenerator
ProviderSelectByExampleWithoutBLOBsMethodGenerator
ProviderUpdateByExampleSelectiveMethodGenerator
ProviderUpdateByExampleWithBLOBsMethodGenerator
ProviderUpdateByExampleWithoutBLOBsMethodGenerator
ProviderUpdateByPrimaryKeySelectiveMethodGenerator
RecordWithBLOBsGenerator
ResultMapWithBLOBsElementGenerator
ResultMapWithoutBLOBsElementGenerator
SelectByExampleWithBLOBsElementGenerator
SelectByExampleWithBLOBsMethodGenerator
SelectByExampleWithoutBLOBsElementGenerator
SelectByExampleWithoutBLOBsMethodGenerator
SelectByPrimaryKeyElementGenerator
SelectByPrimaryKeyMethodGenerator
SqlMapGenerator
SqlProviderGenerator
UpdateByExampleParmsInnerclassGenerator
UpdateByExampleSelectiveElementGenerator
UpdateByExampleSelectiveMethodGenerator
UpdateByExampleWithBLOBsElementGenerator
UpdateByExampleWithBLOBsMethodGenerator
UpdateByExampleWithoutBLOBsElementGenerator
UpdateByExampleWithoutBLOBsMethodGenerator
UpdateByPrimaryKeySelectiveElementGenerator
UpdateByPrimaryKeySelectiveMethodGenerator
UpdateByPrimaryKeyWithBLOBsElementGenerator
UpdateByPrimaryKeyWithBLOBsMethodGenerator
UpdateByPrimaryKeyWithoutBLOBsElementGenerator
UpdateByPrimaryKeyWithoutBLOBsMethodGenerator
XMLMapperGenerator
Summary
Fields
protected
Context
context
protected
IntrospectedTable
introspectedTable
protected
ProgressCallback
progressCallback
protected List<String>
warnings
Public Constructors
AbstractGenerator
()
Public Methods
Context
getContext
()
IntrospectedTable
getIntrospectedTable
()
ProgressCallback
getProgressCallback
()
List<String>
getWarnings
()
void
setContext
(
Context
context)
void
setIntrospectedTable
(
IntrospectedTable
introspectedTable)
void
setProgressCallback
(
ProgressCallback
progressCallback)
void
setWarnings
(List<String> warnings)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0)
final void
wait
(long arg0, int arg1)
Fields
protected
Context
context
protected
IntrospectedTable
introspectedTable
protected
ProgressCallback
progressCallback
protected List<String>
warnings
Public Constructors
public
AbstractGenerator
()
Public Methods
public
Context
getContext
()
public
IntrospectedTable
getIntrospectedTable
()
public
ProgressCallback
getProgressCallback
()
public List<String>
getWarnings
()
public void
setContext
(
Context
context)
public void
setIntrospectedTable
(
IntrospectedTable
introspectedTable)
public void
setProgressCallback
(
ProgressCallback
progressCallback)
public void
setWarnings
(List<String> warnings)