Hibernate One to One Example using XML Example of One to one mapping in hibernate Persistent classes for one to one mapping…
one to one
-
- 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…
-
Hibernate Table Per Hierarchy using Annotation Table Per Hierarchy Example of Table Per Hierarchy In the previous page, we have mapped the…
-
Table Per Subclass using Annotation Table Per Subclass class Example of Table Per Subclass As we have specified earlier, in case of…
-
Hibernate Logging by Log4j using properties file Hibernate Logging Example of Hibernate Logging As we know, Log4j and Logback frameworks are used…
-
Hibernate Logging by Log4j using xml file Hibernate Logging Example of Hibernate Logging Logging enables the programmer to write the log details…
-
JPA vs. Hibernate What is JPA? A JPA (Java Persistence API) is a specification of Java which is used to access, manage,…
-
Hibernate Many to Many Example using Annotation In the previous section, we have performed many to many mapping using XML file. Here,…
-
Hibernate Many to Many Example using XML We can map many to many relation either using list, set, bag, map, etc. Here,…
-
Hibernate Many to One Mapping using Annotation In many to one mapping, various attributes can be referred to one attribute only. In…