Advertisement
Home > Hibernate Tutorial > Please log in to add or reply to any matter<- requires login or
RMI Example

Home > Hibernate Tutorial >
Hibernate Framework, an Open Source ORM tool, with many features and support
for Transactions, Concurrently, Caching and many more.

In these tutorials and articles, we shall be exploring many features of 
Hibernate and to come up with set of easy to use Examples for easy
and fast learning Hibernate from Basic to Advance to Expert Levels.
Struts Tutorials:
Struts2 Tag CheckBoxList
, Checkbox, Iterator, IF
Struts2 Tag Library Example Struts2 Tiles Example Struts2 Tiles I18N Example Struts2 Questions Struts Tiles I18N Example Struts Eclipse MVC Struts2 Tags Struts2 Example and Tutorial Struts MVC Struts2 Validation
Hibernate Tutorials: Hibernate Case Study Class Hierarchy Persist Example Using Hibernate Interceptor Hibernate Questions with Answer Hibernate Many-to-Many Mapping Example Hibernate one-to-many Mapping Example Hibernate and ORM tools Spring Hibernate Example Hibernate SessionFactory Example Hibernate Mapping Class Hierarchy Hibernate Questions Hibernate SessionFactory Questions Spring Hibernate Example: Spring Hibernate Case Study
#Written By guddu
Hibernate-Mapping-Bag : Hibernate-Mapping-Example
#Written By ISHTEK
Hibernate-one-to-one : Mapping-Example
#Written By ISHTEK
Hibernate-Composite-Key : Composite-Primary-Key
#Written By ISHTEK
Hibernate-named-query : Hibernate-Sample-Example
#Written By ISHTEK
Hibernate-many-to-one : Hibernate-Sample
#Written By ISHTEK
Hibernate-Filter : Hibernate-Filter-Example
#Written By ISHTEK
Hibernate-Filter-Example : Hibernate-Criteria-Example
#Written By Amit
Hibernate-Criteria : Hibernate-query
#Written By guddu
Struts2-Hibernate : Design-with-example-code
#Written By Amit
Contextual-Session : Example-Case-study
#Written By guddu
Hibernate-Transaction : Question
#Written By Amit
Hibernate-Interview-questions-answer : Discussed
#Written By Girish
Hibernate-Interview-Questions : With-Answer
#Written By Amit
Case-study-Hibernate : discussion
#Written By Amit
ways-create-Hibernate-SessionFactory : Example
Hibernate SessionFactory - the factory that provides Session for working with
database within a single transaction. Session can be taken from SessionFactory
and after use can be flushed and closed.
#Written By Amit
Spring-Hibernate-Integration-example : Example
So idea is to create an EJB session bean, and configuring
Spring and Hibernate to as to be able to use the
Container Managed Transaction initiated by the client requesting
session bean, to Spring BeanFactory to get the Hibernate SessionFactory
created. Using this SessionFactory, and Session, I should be able to
do a simple JDBC insert operation on database table.
#Written By Amit
ORM-Hibernate-Best-FIT : Discussion
Hibernate can be used in persistence layer, along with DAO (Data Access
Object) wrapper. Why DAO wrapper? to my understanding, it is always
advisable to hide any hibernate and SQL exception in DAO and provide
application with its own exception type.
#Written By Amit
One-to-Many-mapping-example : Code
One-to-Many type of mapping example:
Case study: A Department can have many employees and an Employee can be assigned 
to one Department.
#Written By Amit
Many-to-Many-Mapping-Example : code
Many-to-Many type of mapping example:
Case study: A person can play many Roles, and a Role can be played
by many Persons.
#Written By Amit
Interview-questions-answer : discussion
Hibernate Question :
What are the different Transaction Factories available with Hibernate?
Hibernate Answer :
There are three different types of Transaction Factoryavailable with Hibenate
3.2 as JDBCTransactionFactory, JTATransactionFactory and CMTTransactionFactory.
#Written By Amit
Interceptor-use-log-SQL-statements : example-code
#Written By Amit
Class-Hierarchy-Persist-example : code
#Written By Amit
mapping-class-hierarchy-table-per-subclass : Example
Hibernate mapping for object hierarchy using table per subclass way:
1. Persisting Parent child relationship (Inheritence in domain objects) in RDBMS,
using Hibernate as ORM tool. This aspect of mapping object hierarchy is better
understood when I sat down in front of my Laptop and started implementing
a case study of my own.
#Written By Amit
Interview-Questions : On-Hibernate
#Written By admin
SessionFactory : Question-on-Session-Factory-Creation
Some of other writings you may like to read:



#Written By Amit
 Decorator Design
 Decorator Java
 Coding Tips on Java (Category)
#Written By guddu
 with Log4j Example
 Apache Commons Logging
 Apache Log4j (Category)
#Written By ISHTEK
 Design Context
 Java Design Case Study 2
 Java Design Patterns (Category)
#Written By ISHTEK
 design context
 Java Design Case Study 1
 Java Design Patterns (Category)
#Written By Amit
 Example Java Thread Deadlock
 Thread Deadlock Java
 Your Questions on Java (Category)
#Written By ISHTEK
 Transaction Isolation Levels
 JDBC Transaction
 Your Questions on Java (Category)
#Written By ISHTEK
 Advantages or Benefits discussed
 Business Delegate
 J2EE Design Patterns (Category)
#Written By ISHTEK
 Advantages Discussed
 DAO Data Access Object
 J2EE Design Patterns (Category)
#Written By ISHTEK
 Advantages Discussed
 Session Facade
 J2EE Design Patterns (Category)
#Written By ISHTEK
 Design Pattern Java Platform
 Template
 Java Design Patterns (Category)
#Written By Amit
 Struts 2 Example with Code
 Struts2 HibernateSession Plugin
 Struts Struts 2 Example Tutorial (Category)
#Written By Amit
 Struts 2 Code
 Struts2 Validation Example
 Struts Struts 2 Example Tutorial (Category)
#Written By Amit
 Log4j Tutorial
 Log4j Example
 Apache Log4j (Category)
#Written By Amit
 Step By Step Code
 Radio Tag Example
 Struts Struts 2 Example Tutorial (Category)
#Written By Amit
 Code and Tutorial
 Struts2 Tags Example
 Struts Struts 2 Example Tutorial (Category)
#Written By ISHTEK
 Example Case study
 Design Spring Hibernate
 Spring Hibernate Example (Category)
#Written By Amit
 Tutorial
 Struts2 Tag Library Example
 Struts Struts 2 Example Tutorial (Category)
#Written By Sameer1
 Java J2EE Technology
 Some Questions on
 Interview Questions on Java (Category)
#Written By Amit
 Example code
 Hibernate SessionFactory
 Spring Hibernate Example (Category)
#Written By Amit
 Design Resources Links
 Integration Patterns
 Java News (Category)
#Written By Amit
 Example code
 Hiberate Spring Tutorial
 Spring Hibernate Example (Category)
#Written By ISHTEK
 with Code and article
 Struts2 Tiles Example
 Struts Struts 2 Example Tutorial (Category)
#Written By ISHTEK
 with code explained article
 Struts2 Tiles I18N Example
 Struts Struts 2 Example Tutorial (Category)
#Written By ISHTEK
 open for discussion
 Struts2 questions
 Struts Struts 2 Example Tutorial (Category)
#Written By Girish
 Code with Sample Action
 Struts Tiles I18N Example
 Struts Struts 2 Example Tutorial (Category)
#Written By guddu
 Step by step demonstration
 Struts Eclipse MVC
 Struts Struts 2 Example Tutorial (Category)
#Written By Girish
 Explained with question answer
 ThreadPoolExecutor Example code
 Interview Questions on Java (Category)
#Written By ISHTEK
 batchUpdate set to true
 Example on using
 Apache Beehive JdbcControl (Category)
#Written By ISHTEK
 Differences and comparison
 Struts2 and Struts 1
 Your Questions on Java (Category)
#Written By ISHTEK
 Tags such as IF Iterator Tags
 Struts2
 Struts Struts 2 Example Tutorial (Category)
#Written By Amit
 My First example using Apache Struts2
 Struts2 example tutorial
 Struts Struts 2 Example Tutorial (Category)
#Written By Girish
 Access Control List Open Source Implementation
 Java ACL
 Java News (Category)
#Written By Girish
 Using Java in Web Application
 ACL Tag Library
 Your Questions on Java (Category)
#Written By Sameer
 Using Java Technology
 Algorithms
 Java News (Category)
#Written By Sameer
 Benefits and comparing with JSP Technology
 JavaServer Faces JSF
 Web Technology (Category)
#Written By Amit
 Demo code required
 Tag Library
 Servlet and JSP (Category)
#Written By Amit
 Why to choose either
 Swing or AWT
 Your Questions on Java (Category)
#Written By Amit
 Single Sign On
 SSO
 Your Questions on Java (Category)
#Written By guddu
 Integration for Enterprise SSO
 Tomcat and LDAP
 Your Questions on Java (Category)
#Written By Amit
 SpringFramework
 Interview Question
 Spring Tutorials (Category)
#Written By Sameer
 How to Tutorial
 JMS Topic and Publish Subscribe
 J2EE Technology (Category)
#Written By Sameer
 Open Source Database Connection Pool
 Open Source Database Connection Pool
 Apache DBCP (Category)
#Written By Sameer
 Piped Thread Communication
 Java IO Package
 Coding Tips on Java (Category)
#Written By Sameer
 Code to Use
 Show Vertical Text on Graph
 Coding Tips on Java (Category)
#Written By kkk_f17
 How to improve performance
 Question on String in Java
 Your Questions on Java (Category)
#Written By Sameer
 SOA and ESB
 Apache ServiceMix
 Your Questions on Java (Category)
#Written By Sameer
 Question
 Java Comparator and compareTo
 Your Questions on Java (Category)
#Written By Amit
 Understanding Input Output Streams
 Java IO Basics
 Your Questions on Java (Category)
Home > Hibernate Tutorial >
Visitor/User submitted related resources:
(Visible upon review and approved by this site Administrator)
Referred By Name *:
Resource URL *: (e.g, URL should be starting with http://www.-----.---)
 
Resource Short Description *:
37,6
Enter bigger number from above : *

Please log in to add or reply to any matter<- requires login
Log in or Register
This List is generated as on 2009-07-12 (YYYY-MM-DD)
#Discuss-these : questions-and-answer : Interview-Questions-on-Java
#Question-on-Session-Factory-Creation : SessionFactory : Hibernate-Tutorial
#On-Hibernate : Interview-Questions : Hibernate-Tutorial
#Example : mapping-class-hierarchy-table-per-subclass : Hibernate-Tutorial
#Example : ways-create-Hibernate-SessionFactory : Hibernate-Tutorial
#Example : Spring-Hibernate-Integration-example : Hibernate-Tutorial
#Discussion : ORM-Hibernate-Best-FIT : Hibernate-Tutorial
#Code : One-to-Many-mapping-example : Hibernate-Tutorial
#code : Many-to-Many-Mapping-Example : Hibernate-Tutorial
#discussion : Interview-questions-answer : Hibernate-Tutorial
#example-code : Interceptor-use-log-SQL-statements : Hibernate-Tutorial
#code : Class-Hierarchy-Persist-example : Hibernate-Tutorial
#discussion : Case-study-Hibernate : Hibernate-Tutorial
#With-Answer : Hibernate-Interview-Questions : Hibernate-Tutorial
#Discussed : Hibernate-Interview-questions-answer : Hibernate-Tutorial
#Question : Hibernate-Transaction : Hibernate-Tutorial
#Example-Case-study : Contextual-Session : Hibernate-Tutorial
#Design-with-example-code : Struts2-Hibernate : Hibernate-Tutorial
#Hibernate-query : Hibernate-Criteria : Hibernate-Tutorial
#Hibernate-Criteria-Example : Hibernate-Filter-Example : Hibernate-Tutorial
#Hibernate-Filter-Example : Hibernate-Filter : Hibernate-Tutorial
#Hibernate-Sample : Hibernate-many-to-one : Hibernate-Tutorial
#Hibernate-Sample-Example : Hibernate-named-query : Hibernate-Tutorial
#Composite-Primary-Key : Hibernate-Composite-Key : Hibernate-Tutorial
#Mapping-Example : Hibernate-one-to-one : Hibernate-Tutorial
Copyright © 2008-2009, Interview-Questions-Tips-Forum, All Rights Reserved.
CONTACT    PRIVACY POLICY    DISCLAIMER

This web site provides some of the information about various technologies, example 
code, tips, tutorials etc. Like any printed matterials, content of these pages may 
become out of date over a period of time. Therefore all visitor/users of this web 
site are requested/advised to refer to the originating parties/sources for the 
latest changes and happenings for detailed information. This information is not 
intended to be a substitute for the original reference provided by the originating 
parties/sources.