Package org.hibernate.annotations
Class NoAttributeConverter<O,R>
- java.lang.Object
-
- org.hibernate.annotations.NoAttributeConverter<O,R>
-
- All Implemented Interfaces:
AttributeConverter<O,R>
@Deprecated(since="6.2") @Remove public class NoAttributeConverter<O,R> extends Object implements 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.
-
-
-
Method Detail
-
convertToDatabaseColumn
public R convertToDatabaseColumn(Object attribute)
Deprecated.- Specified by:
convertToDatabaseColumn
in interfaceAttributeConverter<O,R>
-
convertToEntityAttribute
public O convertToEntityAttribute(Object dbData)
Deprecated.- Specified by:
convertToEntityAttribute
in interfaceAttributeConverter<O,R>
-
-