Package | Description |
---|---|
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 |
---|---|
BatchFetchStyle |
Settings.getBatchFetchStyle() |
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 © 2001-2015 Red Hat, Inc. All Rights Reserved.