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

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

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

Methods in org.hibernate.test.annotations.indexcoll that return AddressEntryPk
 AddressEntryPk AddressEntry.getPerson()
           
 

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

Methods in org.hibernate.test.annotations.indexcoll with parameters of type AddressEntryPk
 void AddressEntry.setPerson(AddressEntryPk person)
           
 

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



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