Skip to content

Commit

Permalink
deprecate @FractionalSeconds
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Oct 18, 2024
1 parent 25ddb64 commit a9fb252
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a9fb252

Please sign in to comment.