public class LocalDateSqlDateConverter extends Object implements org.datanucleus.store.types.converters.TypeConverter<java.time.LocalDate,Date>
| Constructor and Description |
|---|
LocalDateSqlDateConverter() |
| Modifier and Type | Method and Description |
|---|---|
Date |
toDatastoreType(java.time.LocalDate localDate) |
java.time.LocalDate |
toMemberType(Date date) |
Copyright © 2016. All rights reserved.