Package org.hibernate.annotations
Class NoAttributeConverter<O,R>
- java.lang.Object
-
- org.hibernate.annotations.NoAttributeConverter<O,R>
-
- All Implemented Interfaces:
jakarta.persistence.AttributeConverter<O,R>
@Deprecated(since="6.2") public class NoAttributeConverter<O,R> extends Object implements jakarta.persistence.AttributeConverter<O,R>
Deprecated.this class is no longer used
-
-
Constructor Summary
Constructors Constructor Description NoAttributeConverter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description R
convertToDatabaseColumn(Object attribute)
Deprecated.O
convertToEntityAttribute(Object dbData)
Deprecated.
-