Package org.hibernate.type
Interface StandardBooleanConverter<R>
-
- All Superinterfaces:
AttributeConverter<Boolean,R>
,BasicValueConverter<Boolean,R>
,StandardConverter<Boolean,R>
- All Known Implementing Classes:
CharBooleanConverter
,NumericBooleanConverter
,TrueFalseConverter
,YesNoConverter
public interface StandardBooleanConverter<R> extends StandardConverter<Boolean,R>
Marker for Hibernate defined converters of Boolean-typed domain values
-
-
Method Summary
-
Methods inherited from interface jakarta.persistence.AttributeConverter
convertToDatabaseColumn, convertToEntityAttribute
-
Methods inherited from interface org.hibernate.type.descriptor.converter.spi.BasicValueConverter
getDomainJavaType, getRelationalJavaType, toDomainValue, toRelationalValue
-
-