We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ddb64 commit a9fb252Copy full SHA for a9fb252
hibernate-core/src/main/java/org/hibernate/annotations/FractionalSeconds.java
@@ -32,11 +32,17 @@
32
* @see java.sql.Timestamp
33
* @see java.util.Calendar
34
*
35
+ * @since 6.5
36
+ *
37
+ * @deprecated Use {@link jakarta.persistence.Column#secondPrecision} which was introduced
38
+ * in JPA 3.2
39
40
* @author Steve Ebersole
41
*/
42
@Target({METHOD, FIELD})
43
@Retention( RUNTIME)
44
@Incubating
45
+@Deprecated(since = "7.0", forRemoval = true)
46
public @interface FractionalSeconds {
47
/**
48
* The fractional precision for the associated seconds. Generally this will be one of<ul>
0 commit comments