Package org.hibernate.type
Interface StandardConverter<O,R>
-
- All Superinterfaces:
AttributeConverter<O,R>
,BasicValueConverter<O,R>
- All Known Subinterfaces:
StandardBooleanConverter<R>
- All Known Implementing Classes:
CharBooleanConverter
,NumericBooleanConverter
,TrueFalseConverter
,YesNoConverter
public interface StandardConverter<O,R> extends AttributeConverter<O,R>, BasicValueConverter<O,R>
Marker for Hibernate supplied converter classes. Also implements the Hibernate-specific BasicValueConverter contract
-
-
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
-
-