Uses of Class
org.hibernate.test.annotations.fetch.Stay

Packages that use Stay
org.hibernate.test.annotations.fetch   
 

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

Methods in org.hibernate.test.annotations.fetch that return types with arguments of type Stay
 Collection<Stay> Person.getOldStays()
           
 List<Stay> Person.getOrderedStay()
           
 Collection<Stay> Person.getStays()
           
 Collection<Stay> Person.getVeryOldStays()
           
 

Methods in org.hibernate.test.annotations.fetch with parameters of type Stay
 void Person.addOldStay(Stay stay)
           
 void Person.addStay(Stay stay)
           
 void Person.addVeryOldStay(Stay stay)
           
 

Method parameters in org.hibernate.test.annotations.fetch with type arguments of type Stay
 void Person.setOldStays(Collection<Stay> oldStays)
           
 void Person.setOrderedStay(List<Stay> orderedStay)
           
 void Person.setStays(List<Stay> stays)
           
 void Person.setVeryOldStays(Collection<Stay> veryOldStays)
           
 



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