Class Summary |
CopyDaoFilesMojo |
This mojo class will copy the Dao java interface files from the generation directory to the target directory. |
CopyDaoHibernateFilesMojo |
This mojo class will copy the Hibernate Dao java interface files from the generation directory to the target
directory. |
CopyModelFilesMojo |
This mojo class will copy the model java files from the generation directory to the target directory. |
CopyMojoBase |
This class is a base class for all appfuse plugin copy mojos. |
CopyXMLFilesMojo |
This mojo class will copy the hbm.xml model files from the generation directory to the source directory. |
DbToXMLMojo |
This mojo class will reverse engineer a set of hbm.xml files from a database connection. |
GenerateDaoMojo |
This mojo class will create dao interfaces from a set of hbm.xml files. |
GenerateHibernateContextMojo |
This mojo class will create context xml entries for the hibernate dao implementations and dao interfaces from a set
of hbm.xml files. |
GenerateHibernateDaoMojo |
This mojo class will create hibernate dao implementations of the dao interfaces from a set of hbm.xml files. |
GenerateManagerContextMojo |
This mojo class will create context xml entries for the manager dao implementations and dao interfaces from a set of
hbm.xml files. |
GenerateManagerImplMojo |
This mojo class will create manager implementations implementations of the manager interfaces from a set of hbm.xml
files. |
GenerateManagerMojo |
This mojo class will create manager interfaces from a set of hbm.xml files. |
GenerateModelMojo |
This mojo class will create model or value objects from a set of hbm.xml files. |
MojoBase |
This class is a base class for all appfuse plugin components to use for access to shared resources. |
PojoMojoBase |
This class will serve as a base class for all mojos that process java objects using freemarker and the hbm.xml file. |