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
Marker for Hibernate supplied converter classes.
Also implements the Hibernate-specific BasicValueConverter contract
-
Method Summary
Methods inherited from interface jakarta.persistence.AttributeConverter
convertToDatabaseColumn, convertToEntityAttributeMethods inherited from interface org.hibernate.type.descriptor.converter.spi.BasicValueConverter
getDomainJavaType, getRelationalJavaType, toDomainValue, toRelationalValue