Uses of Class
org.hibernate.test.annotations.indexcoll.AlphabeticalDirectory

Packages that use AlphabeticalDirectory
org.hibernate.test.annotations.indexcoll   
 

Uses of AlphabeticalDirectory in org.hibernate.test.annotations.indexcoll
 

Methods in org.hibernate.test.annotations.indexcoll that return AlphabeticalDirectory
 AlphabeticalDirectory AddressEntry.getDirectory()
           
 

Methods in org.hibernate.test.annotations.indexcoll that return types with arguments of type AlphabeticalDirectory
 Map<AlphabeticalDirectory,AddressEntry> AddressBook.getDirectoryEntries()
           
 

Methods in org.hibernate.test.annotations.indexcoll with parameters of type AlphabeticalDirectory
 void AddressEntry.setDirectory(AlphabeticalDirectory directory)
           
 

Method parameters in org.hibernate.test.annotations.indexcoll with type arguments of type AlphabeticalDirectory
 void AddressBook.setDirectoryEntries(Map<AlphabeticalDirectory,AddressEntry> directoryEntries)
           
 



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