Class CharBooleanConverter
java.lang.Object
org.hibernate.type.CharBooleanConverter
- All Implemented Interfaces:
AttributeConverter<Boolean, Character>, BasicValueConverter<Boolean, Character>, StandardBooleanConverter<Character>, StandardConverter<Boolean, Character>
- Direct Known Subclasses:
TrueFalseConverter, YesNoConverter
public abstract class CharBooleanConverter
extends Object
implements StandardBooleanConverter<Character>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn(Boolean attribute) convertToEntityAttribute(Character dbData) Descriptor for the Java type for the domain portion of this converterDescriptor for the Java type for the relational portion of this converterprotected abstract String[]Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BasicValueConverter
toDomainValue, toRelationalValue
-
Constructor Details
-
CharBooleanConverter
public CharBooleanConverter()
-
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumnin interfaceAttributeConverter<Boolean, Character>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttributein interfaceAttributeConverter<Boolean, Character>
-
getDomainJavaType
Description copied from interface:BasicValueConverterDescriptor for the Java type for the domain portion of this converter- Specified by:
getDomainJavaTypein interfaceBasicValueConverter<Boolean, Character>
-
getRelationalJavaType
Description copied from interface:BasicValueConverterDescriptor for the Java type for the relational portion of this converter- Specified by:
getRelationalJavaTypein interfaceBasicValueConverter<Boolean, Character>
-
getValues
-