Uses of Class
org.hibernate.ejb.test.emops.Pet

Packages that use Pet
org.hibernate.ejb.test.emops   
 

Uses of Pet in org.hibernate.ejb.test.emops
 

Subclasses of Pet in org.hibernate.ejb.test.emops
 class Cat
           
 class Dog
           
 

Fields in org.hibernate.ejb.test.emops with type parameters of type Pet
static SingularAttribute<Pet,Integer> Pet_.id
           
static SingularAttribute<Pet,String> Pet_.name
           
static SingularAttribute<Decorate,Pet> Decorate_.pet
           
static SingularAttribute<Pet,Double> Pet_.weight
           
 

Methods in org.hibernate.ejb.test.emops that return Pet
 Pet Decorate.getPet()
           
 

Methods in org.hibernate.ejb.test.emops with parameters of type Pet
 void Decorate.setPet(Pet pet)
           
 



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