Component Mapping Component Mapping Example of Component Mapping In component mapping, we will map the dependent object as a component. An component…
Hibernate Tutorial
-
-
Hibernate Named Query Hibernate Named Query Hibernate Named Query by annotation Example of Hibernate Named Query by annotation Hibernate Named Query by…
-
Hibernate Example using XML in Eclipse Example to create the Hibernate Application in Eclipse IDE Create the java project Add jar files…
- Hibernate TutorialJava Technology
Hibernate Tutorial: One To Many Mapping in Hibernate by List Example
Hibernate One to Many Example using XML List One to many Example of mapping list in collection mapping by one to many…
-
Generator classes in Hibernate Hibernate Architecture Hibernate Framework Advantages of Hibernate Framework The <generator> class is a sub-element of id. It is…
-
HCQL (Hibernate Criteria Query Language) Hibernate Criteria Query Language Criteria Interface Restrictions class Examples of HCQL The Hibernate Criteria Query Language (HCQL)…
- Hibernate TutorialJava Technology
Hibernate Tutorial: One To One Mapping in Hibernate by one-to-one Example
Hibernate One to One Example using XML Example of One to one mapping in hibernate Persistent classes for one to one mapping…
-
Hibernate and Struts 2 Integration Hibernate and Struts2 Integration Example of Hibernate and struts2 integration We can integrate any struts application with…
-
Hibernate Architecture Hibernate Architecture Elements of Hibernate Architecture SessionFactory Session Transaction ConnectionProvider TransactionFactory The Hibernate architecture includes many objects such as persistent…
- Hibernate TutorialJava Technology
Hibernate Table per concrete class using annotation tutorial example
Table Per Concrete class using Annotation Table Per Concrete class using annotation In case of Table Per Concrete class, tables are created…