|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | This package contains classes that are "shared" by other packages, and implementations of some key algorithms. |
org.hibernate.impl | This package contains implementations of the central Hibernate APIs, especially the Hibernate session. |
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)
|
Uses of SessionFactoryObserver in org.hibernate.engine |
---|
Methods in org.hibernate.engine that return SessionFactoryObserver | |
---|---|
SessionFactoryObserver |
SessionFactoryImplementor.getFactoryObserver()
Return the SessionFactoryObserver attached to the SessionFactory if any |
Uses of SessionFactoryObserver in org.hibernate.impl |
---|
Methods in org.hibernate.impl that return SessionFactoryObserver | |
---|---|
SessionFactoryObserver |
SessionFactoryImpl.getFactoryObserver()
|
Constructors in org.hibernate.impl with parameters of type SessionFactoryObserver | |
---|---|
SessionFactoryImpl(Configuration cfg,
Mapping mapping,
Settings settings,
EventListeners listeners,
SessionFactoryObserver observer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |