- All Implemented Interfaces:
javax.persistence.AttributeConverter<LocalDate,String>
public class DateConverter
extends Object
implements javax.persistence.AttributeConverter<LocalDate,String>
- Author:
- Danila Mazour
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DateConverter
public DateConverter()
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumn in interface javax.persistence.AttributeConverter<LocalDate,String>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttribute in interface javax.persistence.AttributeConverter<LocalDate,String>