| Package | Description |
|---|---|
| org.hibernate.boot |
This package contains the contracts that make up the Hibernate native
bootstrapping API (building a SessionFactory).
|
| org.hibernate.boot.spi | |
| org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
| Modifier and Type | Method and Description |
|---|---|
SessionFactoryBuilder |
SessionFactoryBuilder.applyEntityTuplizerFactory(EntityTuplizerFactory entityTuplizerFactory)
Specify the EntityTuplizerFactory to use.
|
| Modifier and Type | Method and Description |
|---|---|
EntityTuplizerFactory |
SessionFactoryOptions.getEntityTuplizerFactory() |
EntityTuplizerFactory |
AbstractDelegatingSessionFactoryOptions.getEntityTuplizerFactory() |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractDelegatingSessionFactoryBuilder.applyEntityTuplizerFactory(EntityTuplizerFactory entityTuplizerFactory) |
| Modifier and Type | Method and Description |
|---|---|
EntityTuplizerFactory |
Configuration.getEntityTuplizerFactory() |
EntityTuplizerFactory |
Settings.getEntityTuplizerFactory()
Deprecated.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.