Uses of Interface
org.hibernate.SessionFactoryObserver

Packages that use SessionFactoryObserver
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.ejb   
org.hibernate.engine.spi   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs of the org.hibernate package. 
 

Uses of SessionFactoryObserver in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return SessionFactoryObserver
 SessionFactoryObserver Configuration.getSessionFactoryObserver()
           
 

Methods in org.hibernate.cfg with parameters of type SessionFactoryObserver
 void Configuration.setSessionFactoryObserver(SessionFactoryObserver sessionFactoryObserver)
           
 

Uses of SessionFactoryObserver in org.hibernate.ejb
 

Methods in org.hibernate.ejb with parameters of type SessionFactoryObserver
 Ejb3Configuration Ejb3Configuration.setSessionFactoryObserver(SessionFactoryObserver observer)
          Deprecated.  
 

Uses of SessionFactoryObserver in org.hibernate.engine.spi
 

Methods in org.hibernate.engine.spi with parameters of type SessionFactoryObserver
 void SessionFactoryImplementor.addObserver(SessionFactoryObserver observer)
           
 

Uses of SessionFactoryObserver in org.hibernate.internal
 

Classes in org.hibernate.internal that implement SessionFactoryObserver
 class SessionFactoryObserverChain
           
 

Methods in org.hibernate.internal with parameters of type SessionFactoryObserver
 void SessionFactoryImpl.addObserver(SessionFactoryObserver observer)
           
 void SessionFactoryObserverChain.addObserver(SessionFactoryObserver observer)
           
 

Constructors in org.hibernate.internal with parameters of type SessionFactoryObserver
SessionFactoryImpl(Configuration cfg, Mapping mapping, ServiceRegistry serviceRegistry, Settings settings, SessionFactoryObserver observer)
           
SessionFactoryImpl(MetadataImplementor metadata, SessionFactory.SessionFactoryOptions sessionFactoryOptions, SessionFactoryObserver observer)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.