Uses of Class
org.hibernate.loader.BatchFetchStyle

Packages that use BatchFetchStyle
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. 
 

Uses of BatchFetchStyle in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return BatchFetchStyle
 BatchFetchStyle Settings.getBatchFetchStyle()
           
 

Uses of BatchFetchStyle in org.hibernate.loader
 

Methods in org.hibernate.loader that return BatchFetchStyle
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-2013 Red Hat, Inc. All Rights Reserved.