Package | Description |
---|---|
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 |
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) |
Modifier and Type | Class and Description |
---|---|
class |
SessionFactoryObserverChain |
Modifier and Type | Method and Description |
---|---|
void |
SessionFactoryImpl.addObserver(SessionFactoryObserver observer) |
void |
SessionFactoryObserverChain.addObserver(SessionFactoryObserver observer) |
Constructor and Description |
---|
SessionFactoryImpl(Configuration cfg,
Mapping mapping,
ServiceRegistry serviceRegistry,
Settings settings,
SessionFactoryObserver observer) |
SessionFactoryImpl(MetadataImplementor metadata,
SessionFactory.SessionFactoryOptions sessionFactoryOptions,
SessionFactoryObserver observer) |
Modifier and Type | Class and Description |
---|---|
static class |
EntityManagerFactoryBuilderImpl.ServiceRegistryCloser |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.