Class Jsr310JpaConverters.LocalDateTimeConverter
java.lang.Object
org.springframework.data.jpa.convert.threeten.Jsr310JpaConverters.LocalDateTimeConverter
- All Implemented Interfaces:
AttributeConverter<@Nullable LocalDateTime, @Nullable Date>
- Enclosing class:
Jsr310JpaConverters
public static class Jsr310JpaConverters.LocalDateTimeConverter
extends Object
implements AttributeConverter<@Nullable LocalDateTime, @Nullable Date>
- Author:
- Oliver Gierke, Kevin Peters, Greg Turnquist
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
LocalDateTimeConverter
public LocalDateTimeConverter()
-
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumnin interfaceAttributeConverter<@Nullable LocalDateTime, @Nullable Date>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttributein interfaceAttributeConverter<@Nullable LocalDateTime, @Nullable Date>
-