deprecate @FractionalSeconds

This commit is contained in:
Gavin King 2024-10-17 21:47:27 +02:00
parent 25ddb64a4c
commit a9fb252e1d

View File

@ -32,11 +32,17 @@
* @see java.sql.Timestamp
* @see java.util.Calendar
*
* @since 6.5
*
* @deprecated Use {@link jakarta.persistence.Column#secondPrecision} which was introduced
* in JPA 3.2
*
* @author Steve Ebersole
*/
@Target({METHOD, FIELD})
@Retention( RUNTIME)
@Incubating
@Deprecated(since = "7.0", forRemoval = true)
public @interface FractionalSeconds {
/**
* The fractional precision for the associated seconds. Generally this will be one of<ul>