mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-07 10:19:36 +00:00
deprecate @FractionalSeconds
This commit is contained in:
parent
25ddb64a4c
commit
a9fb252e1d
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user