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.
OffsetDateTimeConverter is now used. Keep this class for backward runtime compatibility
Author:
Danila Mazour
  • Constructor Details

    • OffsetDateTimeConverter

      public OffsetDateTimeConverter()
      Deprecated.
  • Method Details

    • convertToDatabaseColumn

      public String convertToDatabaseColumn(OffsetDateTime offsetDateTime)
      Deprecated.
      Specified by:
      convertToDatabaseColumn in interface javax.persistence.AttributeConverter<OffsetDateTime,String>
    • convertToEntityAttribute

      public OffsetDateTime convertToEntityAttribute(String dbData)
      Deprecated.
      Specified by:
      convertToEntityAttribute in interface javax.persistence.AttributeConverter<OffsetDateTime,String>