Package io.mateu.mdd.core.model.util
Class LocalDateTimeAttributeConverter
java.lang.Object
io.mateu.mdd.core.model.util.LocalDateTimeAttributeConverter
- All Implemented Interfaces:
javax.persistence.AttributeConverter<LocalDateTime,Timestamp>
public class LocalDateTimeAttributeConverter
extends Object
implements javax.persistence.AttributeConverter<LocalDateTime,Timestamp>
Created by miguel on 12/10/16.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn(LocalDateTime locDateTime) convertToEntityAttribute(Timestamp sqlTimestamp)
-
Constructor Details
-
LocalDateTimeAttributeConverter
public LocalDateTimeAttributeConverter()
-
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumnin interfacejavax.persistence.AttributeConverter<LocalDateTime,Timestamp>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttributein interfacejavax.persistence.AttributeConverter<LocalDateTime,Timestamp>
-