Uses of Class
org.hibernate.annotations.Fetch

Packages that use Fetch
org.hibernate.test.annotations.collectionelement   
org.hibernate.test.annotations.fetch   
org.hibernate.test.annotations.loader   
 

Uses of Fetch in org.hibernate.test.annotations.collectionelement
 

Methods in org.hibernate.test.annotations.collectionelement with annotations of type Fetch
 Map<String,String> LocalizedString.getVariations()
           
 

Uses of Fetch in org.hibernate.test.annotations.fetch
 

Methods in org.hibernate.test.annotations.fetch with annotations of type Fetch
 Person Stay.getOldPerson()
           
 Collection<Stay> Person.getOldStays()
           
 List<Stay> Person.getOrderedStay()
           
 Person Stay.getVeryOldPerson()
           
 Collection<Stay> Person.getVeryOldStays()
           
 

Uses of Fetch in org.hibernate.test.annotations.loader
 

Methods in org.hibernate.test.annotations.loader with annotations of type Fetch
 Set<Player> Team.getPlayers()
           
 Team Player.getTeam()
           
 



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