public static class EntityOfBasics.GenderConverter extends Object implements AttributeConverter<EntityOfBasics.Gender,Character>
| Constructor and Description |
|---|
GenderConverter() |
| Modifier and Type | Method and Description |
|---|---|
Character |
convertToDatabaseColumn(EntityOfBasics.Gender attribute) |
EntityOfBasics.Gender |
convertToEntityAttribute(Character dbData) |
public Character convertToDatabaseColumn(EntityOfBasics.Gender attribute)
convertToDatabaseColumn in interface AttributeConverter<EntityOfBasics.Gender,Character>public EntityOfBasics.Gender convertToEntityAttribute(Character dbData)
convertToEntityAttribute in interface AttributeConverter<EntityOfBasics.Gender,Character>Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.