Hibernate Architecture Hibernate Architecture Elements of Hibernate Architecture SessionFactory Session Transaction ConnectionProvider TransactionFactory The Hibernate architecture includes many objects such as persistent…
hibernate
-
-
Hibernate Table Per Hierarchy using Annotation Table Per Hierarchy Example of Table Per Hierarchy In the previous page, we have mapped the…
-
Collection Mapping in Hibernate Collection Mapping in Hibernate Mapping collection in mapping file Understanding key element Indexed collections Collection Elements We can…
-
Table Per Subclass using Annotation Table Per Subclass class Example of Table Per Subclass As we have specified earlier, in case of…
-
Hibernate Inheritance Mapping Tutorial Table Per Hierarchy Table Per Concrete class Table Per Subclass We can map the inheritance hierarchy classes with…
-
Hibernate Transaction Management Example Understanding Transaction ACID Property Hibernate Transaction Management A transaction simply represents a unit of work. In such case,…
-
Component Mapping Component Mapping Example of Component Mapping In component mapping, we will map the dependent object as a component. An component…
-
Hibernate Example using XML in Eclipse Example to create the Hibernate Application in Eclipse IDE Create the java project Add jar files…
-
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…