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 -
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn(Object attribute) Deprecated.convertToEntityAttribute(Object dbData) Deprecated.
-
Constructor Details
-
NoAttributeConverter
public NoAttributeConverter()Deprecated.
-
-
Method Details
-
convertToDatabaseColumn
Deprecated.- Specified by:
convertToDatabaseColumnin interfaceAttributeConverter<O,R>
-
convertToEntityAttribute
Deprecated.- Specified by:
convertToEntityAttributein interfaceAttributeConverter<O,R>
-