Uses of Interface
com.geekologue.md4j.tools.ant.HibernateMappingProcessorLiason

Packages that use HibernateMappingProcessorLiason
com.geekologue.md4j.generators   
 

Uses of HibernateMappingProcessorLiason in com.geekologue.md4j.generators
 

Classes in com.geekologue.md4j.generators that implement HibernateMappingProcessorLiason
 class AbstractXsltBasedGenerator
           
 class Ejb21Generator
          Context parameters: singletonDaos: Whether to use JVM Singleton DAOs
 class HibernateDaoGenerator
          Context parameters: singletonDaos: Whether to use JVM Singleton DAOs Please not that if singletonDaos is set to true, your Hibernate configuration file should include the following line: <property name="current_session_context_class">thread</property>
 class StrutsAction1Generator
          StrutsAction1Generator is actally a wrapper for it's nested generators that produce Actions, FormBeans and JSP pages
 class StrutsAction1NestedCrudActionGenerator
          Creates Create or Update Struts 1.x create/update Actions depending on the "actionType" XSLT param (see constructor.
 class StrutsAction1NestedFormBeanGenerator
          Creates Search or CRUD Struts 1.x Action Form Beans depending on the "actionType" XSLT param (see constructor.
 class StrutsAction1NestedJsp2Generator
          Creates View, Create or Update JSP 2.0 pages depending on the "actionType" XSLT param (see constructor.
 class StrutsAction1NestedLoadOrSearchActionGenerator
          Creates Create or Update Struts 1.x load/search Actions depending on the "actionType" XSLT param (see constructor.
 



Copyright © 2003-2007 Manos Batsis. All Rights Reserved.