Uses of Class
org.hibernate.test.instrument.domain.EntityWithOneToOnes

Packages that use EntityWithOneToOnes
org.hibernate.test.instrument.domain   
 

Uses of EntityWithOneToOnes in org.hibernate.test.instrument.domain
 

Methods in org.hibernate.test.instrument.domain that return EntityWithOneToOnes
 EntityWithOneToOnes OneToOneProxy.getEntity()
           
 EntityWithOneToOnes OneToOneNoProxy.getEntity()
           
 

Methods in org.hibernate.test.instrument.domain with parameters of type EntityWithOneToOnes
 void OneToOneProxy.setEntity(EntityWithOneToOnes entity)
           
 void OneToOneNoProxy.setEntity(EntityWithOneToOnes entity)
           
 



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