| Interface | Description |
|---|---|
| LocalDateTimeConverters |
Interface which may be used to identify the package containing JPA
AttributeConverters for auto-conversion of
java.time.Local* date/time types (LocalDate, LocalTime and LocalDateTime) into
and from standard SQL JDBC data types. |
| Class | Description |
|---|---|
| LocalDateTimeToDateAttributeConverter |
A JPA
AttributeConverter to enable LocalDateTime data type for entity attributes. |
| LocalDateToDateAttributeConverter |
A JPA
AttributeConverter to enable LocalDate data type for entity attributes. |
| LocalTimeToTimeAttributeConverter |
A JPA
AttributeConverter to enable LocalTime data type for entity attributes. |
Copyright © 2019 The Holon Platform. All rights reserved.