All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.marschall.threeten.jpa.package-info Maven / Gradle / Ivy

/**
 * Contains JPA type converters Java 8 Date and Time API types.
 * 

* All the converters have set * {@link javax.persistence.Converter#autoApply()} to {@code true} to * they're automatically applied to all entities in the same persistence * unit. *

* We take inspiration from the JDBC 4.2 and currently support the following conversions: *

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Supported type conversions
ANSI SQLJava SE 8Converter
DATELocalDate{@link com.github.marschall.threeten.jpa.LocalDateConverter}
TIMELocalTime{@link com.github.marschall.threeten.jpa.LocalTimeConverter}
TIMESTAMPLocalDateTime{@link com.github.marschall.threeten.jpa.LocalDateTimeConverter}
TIMESTAMPInstant{@link com.github.marschall.threeten.jpa.InstantConverter}
*/ package com.github.marschall.threeten.jpa;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy