Uses of Class
org.hibernate.test.jpa.MyEntity

Packages that use MyEntity
org.hibernate.test.jpa Tests for any JPA-specific behavior for which we need to ensure compliance. 
 

Uses of MyEntity in org.hibernate.test.jpa
 

Subclasses of MyEntity in org.hibernate.test.jpa
 class MySubclassEntity
          
 

Methods in org.hibernate.test.jpa that return MyEntity
 MyEntity MyEntity.getOther()
           
 

Methods in org.hibernate.test.jpa with parameters of type MyEntity
 void MyEntity.setOther(MyEntity other)
           
 



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