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.
|
Modifier and Type | Method and Description |
---|---|
SessionFactoryBuilder |
SessionFactoryBuilder.applyEntityTuplizerFactory(EntityTuplizerFactory entityTuplizerFactory)
Specify the EntityTuplizerFactory to use.
|
Modifier and Type | Method and Description |
---|---|
EntityTuplizerFactory |
SessionFactoryOptionsState.getEntityTuplizerFactory() |
EntityTuplizerFactory |
SessionFactoryOptionsImpl.getEntityTuplizerFactory() |
EntityTuplizerFactory |
SessionFactoryBuilderImpl.getEntityTuplizerFactory() |
EntityTuplizerFactory |
SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl.getEntityTuplizerFactory() |
Modifier and Type | Method and Description |
---|---|
SessionFactoryBuilder |
SessionFactoryBuilderImpl.applyEntityTuplizerFactory(EntityTuplizerFactory entityTuplizerFactory) |
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 |
Settings.getEntityTuplizerFactory()
Deprecated.
|
EntityTuplizerFactory |
Configuration.getEntityTuplizerFactory() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.