-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@Version Support for Temporal Types #81
Comments
@glassfishrobot Commented |
@glassfishrobot Commented https://docs.jboss.org/hibernate/orm/4.3/manual/en-US/html/ch05.html#mapping-declaration-timestamp |
@glassfishrobot Commented |
|
FWIW java.time.Instant would be a much more useful addition here. |
In #450 I propose adding |
The JPA 2.1 specification currently indicates that Timestamp is the only supported temporal type for @Version properties:
I'd propose that additional temporal types are supported as well:
java.util.Date, java.util.Calendar, java.sql.Date, java.sql.Time, java.sql.Timestamp
The text was updated successfully, but these errors were encountered: