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

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

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

Methods in org.hibernate.test.annotations.collectionelement that return Character
static Character Character.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Character[] Character.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 Character
 Set<Character> Boy.getCharacters()
           
 

Method parameters in org.hibernate.test.annotations.collectionelement with type arguments of type Character
 void Boy.setCharacters(Set<Character> characters)
           
 



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