abstract
boolean
|
clientCountByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
This method is called when the countByExample method has been generated
in the client interface.
|
abstract
boolean
|
clientCountByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the countByExample method has been generated
in the client implementation class.
|
abstract
boolean
|
clientDeleteByExampleMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
This method is called when the deleteByExample method has been generated
in the client interface.
|
abstract
boolean
|
clientDeleteByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the deleteByExample method has been generated
in the client implementation class.
|
abstract
boolean
|
clientDeleteByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
This method is called when the deleteByPrimaryKey method has been
generated in the client interface.
|
abstract
boolean
|
clientDeleteByPrimaryKeyMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the deleteByPrimaryKey method has been
generated in the client implementation class.
|
abstract
boolean
|
clientGenerated(Interface interfaze, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the entire client has been generated.
|
abstract
boolean
|
clientInsertMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
This method is called when the insert method has been generated in the
client interface.
|
abstract
boolean
|
clientInsertMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the insert method has been generated in the
client implementation class.
|
abstract
boolean
|
clientInsertSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
This method is called when the insert selective method has been generated
in the client interface.
|
abstract
boolean
|
clientInsertSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the insert selective method has been generated
in the client implementation class.
|
abstract
boolean
|
clientSelectByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithBLOBs method has been
generated in the client interface.
|
abstract
boolean
|
clientSelectByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithBLOBs method has been
generated in the client implementation class.
|
abstract
boolean
|
clientSelectByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithoutBLOBs method has
been generated in the client interface.
|
abstract
boolean
|
clientSelectByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithoutBLOBs method has
been generated in the client implementation class.
|
abstract
boolean
|
clientSelectByPrimaryKeyMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
This method is called when the selectByPrimaryKey method has been
generated in the client interface.
|
abstract
boolean
|
clientSelectByPrimaryKeyMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the selectByPrimaryKey method has been
generated in the client implementation class.
|
abstract
boolean
|
clientUpdateByExampleSelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
This method is called when the updateByExampleSelective method has been
generated in the client interface.
|
abstract
boolean
|
clientUpdateByExampleSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the updateByExampleSelective method has been
generated in the client implementation class.
|
abstract
boolean
|
clientUpdateByExampleWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithBLOBs method has been
generated in the client interface.
|
abstract
boolean
|
clientUpdateByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithBLOBs method has been
generated in the client implementation class.
|
abstract
boolean
|
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithoutBLOBs method has
been generated in the client interface.
|
abstract
boolean
|
clientUpdateByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithoutBLOBs method has
been generated in the client implementation class.
|
abstract
boolean
|
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeySelective method has
been generated in the client interface.
|
abstract
boolean
|
clientUpdateByPrimaryKeySelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeySelective method has
been generated in the client implementation class.
|
abstract
boolean
|
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithBLOBs method has
been generated in the client interface.
|
abstract
boolean
|
clientUpdateByPrimaryKeyWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithBLOBs method has
been generated in the client implementation class.
|
abstract
boolean
|
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, Interface interfaze, IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithoutBLOBs method has
been generated in the client interface.
|
abstract
boolean
|
clientUpdateByPrimaryKeyWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithoutBLOBs method has
been generated in the client implementation class.
|
abstract
List<GeneratedJavaFile>
|
contextGenerateAdditionalJavaFiles()
This method can be used to generate any additional Java file needed by
your implementation.
|
abstract
List<GeneratedJavaFile>
|
contextGenerateAdditionalJavaFiles(IntrospectedTable introspectedTable)
This method can be used to generate additional Java files needed by your
implementation that might be related to a specific table.
|
abstract
List<GeneratedXmlFile>
|
contextGenerateAdditionalXmlFiles()
This method can be used to generate any additional XML file needed by
your implementation.
|
abstract
List<GeneratedXmlFile>
|
contextGenerateAdditionalXmlFiles(IntrospectedTable introspectedTable)
This method can be used to generate additional XML files needed by your
implementation that might be related to a specific table.
|
abstract
void
|
initialized(IntrospectedTable introspectedTable)
This method is called just before the getGeneratedXXXFiles methods are
called on the introspected table.
|
abstract
boolean
|
modelBaseRecordClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called after the base record class is generated by the
JavaModelGenerator.
|
abstract
boolean
|
modelExampleClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called after the example class is generated by the
JavaModelGenerator.
|
abstract
boolean
|
modelFieldGenerated(Field field, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType)
This method is called after the field is generated for a specific column
in a table.
|
abstract
boolean
|
modelGetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType)
This method is called after the getter, or accessor, method is generated
for a specific column in a table.
|
abstract
boolean
|
modelPrimaryKeyClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called after the primary key class is generated by the
JavaModelGenerator.
|
abstract
boolean
|
modelRecordWithBLOBsClassGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called after the record with BLOBs class is generated by
the JavaModelGenerator.
|
abstract
boolean
|
modelSetterMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedColumn introspectedColumn, IntrospectedTable introspectedTable, Plugin.ModelClassType modelClassType)
This method is called after the setter, or mutator, method is generated
for a specific column in a table.
|
abstract
boolean
|
providerApplyWhereMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the applyWhere method has
been generated in the SQL provider.
|
abstract
boolean
|
providerCountByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the countByExample method has
been generated in the SQL provider.
|
abstract
boolean
|
providerDeleteByExampleMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the deleteByExample method has
been generated in the SQL provider.
|
abstract
boolean
|
providerGenerated(TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the SQL provider has been generated.
|
abstract
boolean
|
providerInsertSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the insertSelective method has
been generated in the SQL provider.
|
abstract
boolean
|
providerSelectByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithBLOBs method has
been generated in the SQL provider.
|
abstract
boolean
|
providerSelectByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithoutBLOBs method has
been generated in the SQL provider.
|
abstract
boolean
|
providerUpdateByExampleSelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the updateByExampleSelective method has
been generated in the SQL provider.
|
abstract
boolean
|
providerUpdateByExampleWithBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithBLOBs method has
been generated in the SQL provider.
|
abstract
boolean
|
providerUpdateByExampleWithoutBLOBsMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithoutBLOBs method has
been generated in the SQL provider.
|
abstract
boolean
|
providerUpdateByPrimaryKeySelectiveMethodGenerated(Method method, TopLevelClass topLevelClass, IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeySelective method has
been generated in the SQL provider.
|
abstract
void
|
setContext(Context context)
Set the context under which this plugin is running
|
abstract
void
|
setProperties(Properties properties)
Set properties from the plugin configuration
|
abstract
boolean
|
sqlMapBaseColumnListElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the baseColumnList element is generated.
|
abstract
boolean
|
sqlMapBlobColumnListElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the blobColumnList element is generated.
|
abstract
boolean
|
sqlMapCountByExampleElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the countByExample element is generated.
|
abstract
boolean
|
sqlMapDeleteByExampleElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the deleteByExample element is generated.
|
abstract
boolean
|
sqlMapDeleteByPrimaryKeyElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the deleteByPrimaryKey element is generated.
|
abstract
boolean
|
sqlMapDocumentGenerated(Document document, IntrospectedTable introspectedTable)
This method is called when the SqlMap document has been generated.
|
abstract
boolean
|
sqlMapExampleWhereClauseElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the exampleWhereClause element is generated.
|
abstract
boolean
|
sqlMapGenerated(GeneratedXmlFile sqlMap, IntrospectedTable introspectedTable)
This method is called when the SqlMap file has been generated.
|
abstract
boolean
|
sqlMapInsertElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the insert element is generated.
|
abstract
boolean
|
sqlMapInsertSelectiveElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the insert selective element is generated.
|
abstract
boolean
|
sqlMapResultMapWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the resultMap with BLOBs element is generated
- this resultMap will extend the base resultMap.
|
abstract
boolean
|
sqlMapResultMapWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the base resultMap is generated.
|
abstract
boolean
|
sqlMapSelectByExampleWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the selectByExampleWithBLOBs element is
generated.
|
abstract
boolean
|
sqlMapSelectByExampleWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the selectByExample element is generated.
|
abstract
boolean
|
sqlMapSelectByPrimaryKeyElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the selectByPrimaryKey element is generated.
|
abstract
boolean
|
sqlMapUpdateByExampleSelectiveElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the updateByExampleSelective element is
generated.
|
abstract
boolean
|
sqlMapUpdateByExampleWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithBLOBs element is
generated.
|
abstract
boolean
|
sqlMapUpdateByExampleWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the updateByExampleWithourBLOBs element is
generated.
|
abstract
boolean
|
sqlMapUpdateByPrimaryKeySelectiveElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeySelective element is
generated.
|
abstract
boolean
|
sqlMapUpdateByPrimaryKeyWithBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithBLOBs element is
generated.
|
abstract
boolean
|
sqlMapUpdateByPrimaryKeyWithoutBLOBsElementGenerated(XmlElement element, IntrospectedTable introspectedTable)
This method is called when the updateByPrimaryKeyWithoutBLOBs element is
generated.
|
abstract
boolean
|
validate(List<String> warnings)
This method is called after all the setXXX methods are called, but before
any other method is called.
|