Can Hibernate display a Java Calendarobject for an SQL column TIMESTAMP?
Calendar
TIMESTAMP
Yes:
@Column @Temporal(TemporalType.TIMESTAMP) private Calendar calendar;
Source: https://habr.com/ru/post/1773390/More articles:Update activity if settings have been changed - androidHow do sites collect zip files online for download? - asp.netthe weird thing about string comparison - c #Shortcut programming languages am I missing something? - javascriptOther web services in UML? - restAndroid example HTML5 required - androidRemoving characters from beginning and end, or just to the end of a line - pythonGet the sum and product of integers defined in a tree - functional-programmingHow is FastCGI in C? - cInitializing an abstract class? - c ++All Articles