public class Jsr310JpaConverters extends Object
Date
s. To activate these converters make sure your
persistence provider detects them by including this class in the list of mapped classes. In Spring environments, you
can simply register the package of this class (i.e. org.springframework.data.jpa.convert.threeten
) as package
to be scanned on e.g. the LocalContainerEntityManagerFactoryBean
.Modifier and Type | Class and Description |
---|---|
static class |
Jsr310JpaConverters.InstantConverter |
static class |
Jsr310JpaConverters.LocalDateConverter |
static class |
Jsr310JpaConverters.LocalDateTimeConverter |
static class |
Jsr310JpaConverters.LocalTimeConverter |
static class |
Jsr310JpaConverters.ZoneIdConverter |
Constructor and Description |
---|
Jsr310JpaConverters() |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.