Uses of Interface
org.hibernate.test.annotations.interfaces.Contact

Packages that use Contact
org.hibernate.test.annotations.interfaces   
 

Uses of Contact in org.hibernate.test.annotations.interfaces
 

Classes in org.hibernate.test.annotations.interfaces that implement Contact
 class ContactImpl
           
 

Methods in org.hibernate.test.annotations.interfaces that return types with arguments of type Contact
 Collection<Contact> User.getContacts()
           
 Collection<Contact> UserImpl.getContacts()
           
 

Method parameters in org.hibernate.test.annotations.interfaces with type arguments of type Contact
 void UserImpl.setContacts(Collection<Contact> contacts)
           
 



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