Uses of Class
org.hibernate.test.annotations.entity.Starred

Packages that use Starred
org.hibernate.test.annotations.entity Test package for metatata facilities It contains an example of filter metadata 
 

Uses of Starred in org.hibernate.test.annotations.entity
 

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

Methods in org.hibernate.test.annotations.entity with parameters of type Starred
 void CommunityBid.setCommunityNote(Starred communityNote)
           
 void Bid.setEditorsNote(Starred editorsNote)
           
 void Bid.setNote(Starred note)
           
 



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