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.loader |
This package defines functionality for processing JDBC
result sets and returning complex graphs of persistent
objects.
|
Modifier and Type | Method and Description |
---|---|
SessionFactoryBuilder |
SessionFactoryBuilder.applyBatchFetchStyle(BatchFetchStyle style)
What style of batching should be used?
|
Modifier and Type | Method and Description |
---|---|
BatchFetchStyle |
SessionFactoryOptionsBuilder.getBatchFetchStyle() |
Modifier and Type | Method and Description |
---|---|
void |
SessionFactoryOptionsBuilder.applyBatchFetchStyle(BatchFetchStyle style) |
SessionFactoryBuilder |
SessionFactoryBuilderImpl.applyBatchFetchStyle(BatchFetchStyle style) |
Modifier and Type | Method and Description |
---|---|
BatchFetchStyle |
SessionFactoryOptions.getBatchFetchStyle() |
BatchFetchStyle |
AbstractDelegatingSessionFactoryOptions.getBatchFetchStyle() |
Modifier and Type | Method and Description |
---|---|
T |
AbstractDelegatingSessionFactoryBuilder.applyBatchFetchStyle(BatchFetchStyle style) |
Modifier and Type | Method and Description |
---|---|
BatchFetchStyle |
Settings.getBatchFetchStyle()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static BatchFetchStyle |
BatchFetchStyle.byName(String name) |
static BatchFetchStyle |
BatchFetchStyle.interpret(Object setting) |
static BatchFetchStyle |
BatchFetchStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchFetchStyle[] |
BatchFetchStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.