org.jboss.seam.persistence.hibernate
Class SeamManagedHibernateSessionCreated

java.lang.Object
  extended by 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

Constructor Summary
SeamManagedHibernateSessionCreated(Session session)
           
 
Method Summary
 Session getSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeamManagedHibernateSessionCreated

public SeamManagedHibernateSessionCreated(Session session)
Method Detail

getSession

public Session getSession()


Copyright © 2011 Seam Framework. All Rights Reserved.