org.jboss.seam.persistence.hibernate
Class SeamManagedHibernateSessionCreated
java.lang.Object
org.jboss.seam.persistence.hibernate.SeamManagedHibernateSessionCreated
public class SeamManagedHibernateSessionCreated
- extends Object
event that is fired when the hibernate session is created. This allows you to
configure the session before it is used, e.g. by enabling filters
- Author:
- Stuart Douglas
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeamManagedHibernateSessionCreated
public SeamManagedHibernateSessionCreated(org.hibernate.Session session)
getSession
public org.hibernate.Session getSession()
Copyright © 2011 Seam Framework. All Rights Reserved.