Uses of Class
org.hibernate.test.hql.SimpleEntityWithAssociation

Packages that use SimpleEntityWithAssociation
org.hibernate.test.hql   
 

Uses of SimpleEntityWithAssociation in org.hibernate.test.hql
 

Methods in org.hibernate.test.hql that return SimpleEntityWithAssociation
 SimpleEntityWithAssociation SimpleAssociatedEntity.getOwner()
           
 

Methods in org.hibernate.test.hql with parameters of type SimpleEntityWithAssociation
 void SimpleAssociatedEntity.bindToOwner(SimpleEntityWithAssociation owner)
           
 void SimpleAssociatedEntity.setOwner(SimpleEntityWithAssociation owner)
           
 

Constructors in org.hibernate.test.hql with parameters of type SimpleEntityWithAssociation
SimpleAssociatedEntity(String name, SimpleEntityWithAssociation owner)
           
 



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