| Package | Description |
|---|---|
| org.hibernate.testing.orm.domain.gambit |
| Modifier and Type | Method and Description |
|---|---|
EntityOfBasics.Gender |
EntityOfBasics.GenderConverter.convertToEntityAttribute(Character dbData) |
EntityOfBasics.Gender |
EntityOfBasics.getConvertedGender() |
EntityOfBasics.Gender |
EntityOfBasics.getGender() |
EntityOfBasics.Gender |
EntityOfBasics.getOrdinalGender() |
static EntityOfBasics.Gender |
EntityOfBasics.Gender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityOfBasics.Gender[] |
EntityOfBasics.Gender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Character |
EntityOfBasics.GenderConverter.convertToDatabaseColumn(EntityOfBasics.Gender attribute) |
void |
EntityOfBasics.setConvertedGender(EntityOfBasics.Gender convertedGender) |
void |
EntityOfBasics.setGender(EntityOfBasics.Gender gender) |
void |
EntityOfBasics.setOrdinalGender(EntityOfBasics.Gender ordinalGender) |
Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.