public static class Jsr310JpaConverters.InstantConverter extends Object implements javax.persistence.AttributeConverter<java.time.Instant,Date>
Constructor and Description |
---|
InstantConverter() |
Modifier and Type | Method and Description |
---|---|
Date |
convertToDatabaseColumn(java.time.Instant instant) |
java.time.Instant |
convertToEntityAttribute(Date date) |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.