public static class Jsr310JpaConverters.ZoneIdConverter extends Object implements javax.persistence.AttributeConverter<java.time.ZoneId,String>
| Constructor and Description |
|---|
ZoneIdConverter() |
| Modifier and Type | Method and Description |
|---|---|
String |
convertToDatabaseColumn(java.time.ZoneId zoneId) |
java.time.ZoneId |
convertToEntityAttribute(String zoneId) |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.