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
 

Fields in org.hibernate.engine.profile declared as Fetch.Style
static Fetch.Style Fetch.Style.JOIN
           
static Fetch.Style Fetch.Style.SELECT
           
 

Methods in org.hibernate.engine.profile that return Fetch.Style
 Fetch.Style Fetch.getStyle()
           
static Fetch.Style Fetch.Style.parse(String name)
           
 

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-2010 Red Hat, Inc. All Rights Reserved.