Uses of Interface
org.hibernate.SessionFactoryObserver
Packages that use SessionFactoryObserver
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Validation for HQL queries.
Defines a registry for Hibernate
Type
s.-
Uses of SessionFactoryObserver in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type SessionFactoryObserverModifier and TypeMethodDescriptionSessionFactoryBuilder.addSessionFactoryObservers
(SessionFactoryObserver... observers) Specifies one or more observers. -
Uses of SessionFactoryObserver in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return SessionFactoryObserverMethods in org.hibernate.boot.internal with parameters of type SessionFactoryObserverModifier and TypeMethodDescriptionSessionFactoryBuilderImpl.addSessionFactoryObservers
(SessionFactoryObserver... observers) void
SessionFactoryOptionsBuilder.addSessionFactoryObservers
(SessionFactoryObserver... observers) -
Uses of SessionFactoryObserver in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return SessionFactoryObserverModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getSessionFactoryObservers()
SessionFactoryOptions.getSessionFactoryObservers()
Methods in org.hibernate.boot.spi with parameters of type SessionFactoryObserverModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryBuilder.addSessionFactoryObservers
(SessionFactoryObserver... observers) -
Uses of SessionFactoryObserver in org.hibernate.bytecode.internal
Classes in org.hibernate.bytecode.internal that implement SessionFactoryObserver -
Uses of SessionFactoryObserver in org.hibernate.cfg
Methods in org.hibernate.cfg that return SessionFactoryObserverModifier and TypeMethodDescriptionConfiguration.getSessionFactoryObserver()
TheSessionFactoryObserver
, if any, that was added to this configuration.Methods in org.hibernate.cfg with parameters of type SessionFactoryObserverModifier and TypeMethodDescriptionConfiguration.setSessionFactoryObserver
(SessionFactoryObserver sessionFactoryObserver) Specify aSessionFactoryObserver
to be added to this configuration. -
Uses of SessionFactoryObserver in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type SessionFactoryObserverModifier and TypeMethodDescriptionvoid
SessionFactoryDelegatingImpl.addObserver
(SessionFactoryObserver observer) void
SessionFactoryImplementor.addObserver
(SessionFactoryObserver observer) -
Uses of SessionFactoryObserver in org.hibernate.internal
Classes in org.hibernate.internal that implement SessionFactoryObserverMethods in org.hibernate.internal with parameters of type SessionFactoryObserverModifier and TypeMethodDescriptionvoid
SessionFactoryImpl.addObserver
(SessionFactoryObserver observer) void
SessionFactoryObserverChain.addObserver
(SessionFactoryObserver observer) -
Uses of SessionFactoryObserver in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return SessionFactoryObserverMethods in org.hibernate.processor.validation with parameters of type SessionFactoryObserverModifier and TypeMethodDescriptionvoid
MockSessionFactory.addObserver
(SessionFactoryObserver observer) -
Uses of SessionFactoryObserver in org.hibernate.type.spi
Classes in org.hibernate.type.spi that implement SessionFactoryObserverModifier and TypeClassDescriptionclass
Each instance defines a set of types available in a given persistence unit, and isolates them from other configurations.