What is the use of the @Temporal annotation in Hibernate?
https://stackoverflow.com/questions/25333711/what-is-the-use-of-the-temporal-annotation-in-hibernate
WebAug 16, 2014 · Temporal types are the set of time-based types that can be used in persistent state mappings. The list of supported temporal types includes the three java.sql types java.sql.Date , java.sql.Time , and java.sql.Timestamp , and it includes the two java.util types java.util.Date and java.util.Calendar .
DA: 19 PA: 48 MOZ Rank: 52