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
          Listener to make sure each ZK thread got the same hibernat session context; used with Hibernate's "thread" session context (org.hibernate.context.ThreadLocalSessionContext).
 class OpenSessionInViewListener
          Listener to init and cleanup the hibernate session automatically, implement the Hibernate's "Open Session In View" pattern without JTA support.
 

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>
 



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