Out of Date
Details
Assignee
UnassignedUnassignedReporter
DHIRAJ KUMARDHIRAJ KUMARLabels
Worked in
Components
Sprint
NonePriority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
DHIRAJ KUMAR
DHIRAJ KUMARLabels
Worked in
Components
Sprint
None
Priority
Created January 29, 2019 at 8:42 AM
Updated October 23, 2023 at 2:31 PM
Resolved October 23, 2023 at 2:31 PM
When I use the @CreationTimestamp or @UpdateTimestamp in an embeddable java throws exception:
javax.persistence.PersistenceException: Unable to build Hibernate SessionFactory
…which is caused by:
Caused by: org.hibernate.cfg.NotYetImplementedException: Still need to wire in composite in-memory value generation
I’ve tried with both Hibernate ORM 5.1, 5.2, and 5.3 with the same results. Does anybody know if this is a reported bug or are those annotations not supported?