public final class TimestampToLocalDateTimeConverter extends AbstractConverter<Timestamp,LocalDateTime>
| Constructor and Description | 
|---|
| TimestampToLocalDateTimeConverter() | 
| Modifier and Type | Method and Description | 
|---|---|
| LocalDateTime | from(Timestamp t)Convert a database object to a user object | 
| Timestamp | to(LocalDateTime u)Convert a user object to a database object | 
fromType, toString, toTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitandThen, inverse, of, ofNullablepublic final LocalDateTime from(Timestamp t)
Convertert - The database objectpublic final Timestamp to(LocalDateTime u)
Converteru - The user objectCopyright © 2019. All rights reserved.