Package | Description |
---|---|
org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
org.hibernate.boot.internal | |
org.hibernate.boot.spi | |
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.jpa.boot.internal | |
org.hibernate.search.hcore.impl |
Modifier and Type | Method and Description |
---|---|
SessionFactoryBuilder |
SessionFactoryBuilder.addSessionFactoryObservers(SessionFactoryObserver... observers)
Specifies one or more observers to be applied to the SessionFactory.
|
Modifier and Type | Method and Description |
---|---|
SessionFactoryObserver[] |
SessionFactoryOptionsState.getSessionFactoryObservers() |
SessionFactoryObserver[] |
SessionFactoryOptionsImpl.getSessionFactoryObservers() |
SessionFactoryObserver[] |
SessionFactoryBuilderImpl.getSessionFactoryObservers() |
SessionFactoryObserver[] |
SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl.getSessionFactoryObservers() |
Modifier and Type | Method and Description |
---|---|
SessionFactoryBuilder |
SessionFactoryBuilderImpl.addSessionFactoryObservers(SessionFactoryObserver... observers) |
Modifier and Type | Method and Description |
---|---|
SessionFactoryObserver[] |
SessionFactoryOptions.getSessionFactoryObservers() |
SessionFactoryObserver[] |
AbstractDelegatingSessionFactoryOptions.getSessionFactoryObservers() |
Modifier and Type | Method and Description |
---|---|
T |
AbstractDelegatingSessionFactoryBuilder.addSessionFactoryObservers(SessionFactoryObserver... observers) |
Modifier and Type | Method and Description |
---|---|
SessionFactoryObserver |
Configuration.getSessionFactoryObserver() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setSessionFactoryObserver(SessionFactoryObserver sessionFactoryObserver) |
Modifier and Type | Method and Description |
---|---|
void |
SessionFactoryImplementor.addObserver(SessionFactoryObserver observer) |
void |
SessionFactoryDelegatingImpl.addObserver(SessionFactoryObserver observer) |
Modifier and Type | Class and Description |
---|---|
class |
SessionFactoryObserverChain |
Modifier and Type | Method and Description |
---|---|
void |
SessionFactoryObserverChain.addObserver(SessionFactoryObserver observer) |
void |
SessionFactoryImpl.addObserver(SessionFactoryObserver observer) |
Modifier and Type | Class and Description |
---|---|
static class |
EntityManagerFactoryBuilderImpl.ServiceRegistryCloser |
Modifier and Type | Class and Description |
---|---|
class |
HibernateSearchSessionFactoryObserver
A
SessionFactoryObserver registered with Hibernate ORM during the integration phase. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.