|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||