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

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

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

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

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



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