Uses of Class
org.hibernate.engine.profile.Fetch.Style

Packages that use Fetch.Style
org.hibernate.engine.profile   
 

Uses of Fetch.Style in org.hibernate.engine.profile
 

Methods in org.hibernate.engine.profile that return Fetch.Style
 Fetch.Style Fetch.getStyle()
           
static Fetch.Style Fetch.Style.parse(String name)
           
static Fetch.Style Fetch.Style.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Fetch.Style[] Fetch.Style.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hibernate.engine.profile with parameters of type Fetch.Style
 void FetchProfile.addFetch(Association association, Fetch.Style style)
          Add a fetch to the profile.
 

Constructors in org.hibernate.engine.profile with parameters of type Fetch.Style
Fetch(Association association, Fetch.Style style)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.