Uses of Class
org.hibernate.test.annotations.collectionelement.FavoriteFood

Packages that use FavoriteFood
org.hibernate.test.annotations.collectionelement   
 

Uses of FavoriteFood in org.hibernate.test.annotations.collectionelement
 

Methods in org.hibernate.test.annotations.collectionelement that return FavoriteFood
static FavoriteFood FavoriteFood.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FavoriteFood[] FavoriteFood.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hibernate.test.annotations.collectionelement that return types with arguments of type FavoriteFood
 Map<String,FavoriteFood> Boy.getFavoriteFood()
           
 

Method parameters in org.hibernate.test.annotations.collectionelement with type arguments of type FavoriteFood
 void Boy.setFavoriteFood(Map<String,FavoriteFood> foods)
           
 



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