Uses of Interface
org.hibernate.StatementObserver
Packages that use StatementObserver
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 some central internal SPI abstractions
used throughout the implementation of Hibernate.
The packages in this namespace are responsible for implementing certain
requirements of the JPA specification, especially things which are only
needed when Hibernate is acting as a JPA persistence provider.
An SPI for managing JDBC connections and other heavyweight resources, based around the
idea of a "JDBC session".
-
Uses of StatementObserver in org.hibernate.boot
Methods in org.hibernate.boot with parameters of type StatementObserverModifier and TypeMethodDescriptionSessionFactoryBuilder.applyStatementObserver(StatementObserver statementObserver) Specifies a StatementObserver to be associated with the SessionFactory and used by all Sessions opened from it. -
Uses of StatementObserver in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return StatementObserverModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getStatementObserver()SessionFactoryOptions.getStatementObserver()The StatementObserver, if one, applied to this SessionFactory.Methods in org.hibernate.boot.spi with parameters of type StatementObserverModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryBuilder.applyStatementObserver(StatementObserver statementObserver) -
Uses of StatementObserver in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return StatementObserverModifier and TypeMethodDescriptionSessionFactoryImplementor.getStatementObserver()Access to the StatementObserver associated with this factory. -
Uses of StatementObserver in org.hibernate.jpa
Methods in org.hibernate.jpa with parameters of type StatementObserverModifier and TypeMethodDescriptionHibernatePersistenceConfiguration.statementObserver(StatementObserver statementObserver) Applies a StatementObserver to the EntityManagerFactory being built.Method parameters in org.hibernate.jpa with type arguments of type StatementObserverModifier and TypeMethodDescriptionHibernatePersistenceConfiguration.statementObserver(Class<? extends StatementObserver> statementObserverImpl) Applies a StatementObserver to the EntityManagerFactory being built. -
Uses of StatementObserver in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return StatementObserver