|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The DAOGenerator interface describes the methods needed to generate DAO objects for a table.
Method Summary | |
java.util.List |
getGeneratedJavaFiles(ColumnDefinitions columnDefinitions,
TableConfiguration tableConfiguration,
ProgressCallback callback)
This method returns a list of GenerateJavaFile objects. |
void |
setJavaModelGenerator(JavaModelGenerator javaModelGenerator)
Sets the instance of JavaModelGenerator associated with this instance. |
void |
setProperties(java.util.Map properties)
Sets unique properties for this instance. |
void |
setSqlMapGenerator(SqlMapGenerator sqlMapGenerator)
Sets the instance of SqlMapGenerator associated with this instance. |
void |
setTargetPackage(java.lang.String targetPackage)
Sets the target package for this instance. |
void |
setTargetProject(java.lang.String targetProject)
|
void |
setWarnings(java.util.List warnings)
Abator will supply a list to this method. |
Method Detail |
public void setProperties(java.util.Map properties)
properties
- All properties from the configurationpublic void setWarnings(java.util.List warnings)
warnings
- public void setTargetPackage(java.lang.String targetPackage)
targetPackage
- The target package from the configurationpublic void setTargetProject(java.lang.String targetProject)
targetProject
- public void setJavaModelGenerator(JavaModelGenerator javaModelGenerator)
javaModelGenerator
- The JavaModelGenerator associated with this instancepublic void setSqlMapGenerator(SqlMapGenerator sqlMapGenerator)
sqlMapGenerator
- The SqlMapGenerator associated with this instancepublic java.util.List getGeneratedJavaFiles(ColumnDefinitions columnDefinitions, TableConfiguration tableConfiguration, ProgressCallback callback)
columnDefinitions
- tableConfiguration
- callback
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |