Class Jsr310JpaConverters.LocalTimeConverter
java.lang.Object
org.springframework.data.jpa.convert.threeten.Jsr310JpaConverters.LocalTimeConverter
- All Implemented Interfaces:
AttributeConverter<@Nullable LocalTime, @Nullable Date>
- Enclosing class:
Jsr310JpaConverters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
LocalTimeConverter
public LocalTimeConverter()
-
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumnin interfaceAttributeConverter<@Nullable LocalTime, @Nullable Date>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttributein interfaceAttributeConverter<@Nullable LocalTime, @Nullable Date>
-