| Package | Description |
|---|---|
| org.hibernate |
This package defines the central Hibernate APIs.
|
| org.hibernate.ejb | |
| org.hibernate.engine.spi | |
| org.hibernate.jpa.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SessionFactory
The main contract here is the creation of
Session instances. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HibernateEntityManagerFactory
Deprecated.
Use
HibernateEntityManagerFactory instead |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SessionFactoryImplementor
Defines the internal contract between the SessionFactory and other parts of
Hibernate such as implementors of Type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SessionFactoryDelegatingImpl
Base delegating implementation of the SessionFactory and SessionFactoryImplementor
contracts for intended for easier implementation of SessionFactory.
|
| Modifier and Type | Method and Description |
|---|---|
HibernateEntityManagerFactory |
HibernateEntityManagerFactoryAware.getFactory()
Deprecated.
Get access to the Hibernate extended EMF contract.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.