Package org.bonitasoft.engine.bdm
Class OffsetDateTimeConverter
java.lang.Object
org.bonitasoft.engine.bdm.OffsetDateTimeConverter
- All Implemented Interfaces:
javax.persistence.AttributeConverter<OffsetDateTime,String>
@Deprecated
public class OffsetDateTimeConverter
extends Object
implements javax.persistence.AttributeConverter<OffsetDateTime,String>
Deprecated.
- Author:
- Danila Mazour
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn(OffsetDateTime offsetDateTime) Deprecated.convertToEntityAttribute(String dbData) Deprecated.
-
Constructor Details
-
OffsetDateTimeConverter
public OffsetDateTimeConverter()Deprecated.
-
-
Method Details
-
convertToDatabaseColumn
Deprecated.- Specified by:
convertToDatabaseColumnin interfacejavax.persistence.AttributeConverter<OffsetDateTime,String>
-
convertToEntityAttribute
Deprecated.- Specified by:
convertToEntityAttributein interfacejavax.persistence.AttributeConverter<OffsetDateTime,String>
-
OffsetDateTimeConverteris now used. Keep this class for backward runtime compatibility