Hibernate Version 5.0
Date/Time API Hibernate supports the classes of the Date and Time API as BasicTypes. This provides the main advantage, that you don’t have to provide any additional annotations. Not even the @Temporal annotation which you currently add to each java.util.Date attribute. Hibernate 5 is the first version which supports the Java 8 Date/Time API. Developers can use Java8 Date/Time in the program and persistence will be handled well by the ORM. It means in persistence Process below thing is taken care by ORM. @ Repetable annotations It is actually used to annotate the same annotation multiple times. For example, you can define multiple named queries under @NamedQueries annotation. Load Object by Multiple IDS Method byMultipleIds(), which is part of the session class and this is used to load multiple objects at a time by providing the primary key in multiLoad() function. This is very useful when we know about the primary key and want to load all at a time in th