Uses of Interface
org.hibernate.test.annotations.target.Owner

Packages that use Owner
org.hibernate.test.annotations.target   
 

Uses of Owner in org.hibernate.test.annotations.target
 

Classes in org.hibernate.test.annotations.target that implement Owner
 class OwnerImpl
           
 

Methods in org.hibernate.test.annotations.target that return Owner
 Owner LuggageImpl.getOwner()
           
 Owner Luggage.getOwner()
           
 

Methods in org.hibernate.test.annotations.target with parameters of type Owner
 void LuggageImpl.setOwner(Owner owner)
           
 void Luggage.setOwner(Owner owner)
           
 



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