Class DateConverter

java.lang.Object
org.bonitasoft.engine.bdm.DateConverter
All Implemented Interfaces:
javax.persistence.AttributeConverter<LocalDate,String>

@Deprecated public class DateConverter extends Object implements javax.persistence.AttributeConverter<LocalDate,String>
Deprecated.
DateConverter is now used. Keep this class for backward runtime compatibility
Author:
Danila Mazour
  • Constructor Details

    • DateConverter

      public DateConverter()
      Deprecated.
  • Method Details

    • convertToDatabaseColumn

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

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