Uses of Interface
org.zkoss.zk.ui.util.ExecutionInit

Packages that use ExecutionInit
org.zkoss.zkplus.hibernate Utilities to support Hibernate
org.zkoss.zkplus.jpa Utilities to support JPA 
 

Uses of ExecutionInit in org.zkoss.zkplus.hibernate
 

Classes in org.zkoss.zkplus.hibernate that implement ExecutionInit
 class HibernateSessionContextListener
          Deprecated. As of release 6.0.2, please use the official Hibernate's method instead.
 class OpenSessionInViewListener
          Deprecated. As of release 6.0.2, please use the official Hibernate's method instead.
 

Uses of ExecutionInit in org.zkoss.zkplus.jpa
 

Classes in org.zkoss.zkplus.jpa that implement ExecutionInit
 class OpenEntityManagerInViewListener
          Listener to init and cleanup the JPA entityManager automatically In WEB-INF/zk.xml, add following lines: <listener> <description>Hibernate "OpenEntityManagerInView" Listener</description> <listener-class>org.zkoss.zkplus.jpa.OpenEntityManagerInViewListener</listener-class> </listener> Applicable to EJB version 3.2.ga or later
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo