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