Description: Hibernate is an object-relational mapping and persistence framework that offers many advanced features, from introspection to polymorphism and inheritance mapping. However, the class hierarchy is mapped to the relational database model, it may be difficult. This example shows that among the day-to-day programming you can use them to complex object model easily mapped to the relational database model.
To Search:
File list (Check if you may need any files):
dwHibernateMapping\config\Estate.hbm.xml
..................\......\Person.hbm.xml
..................\......\Right.hbm.xml
..................\......\hibernate-configuration-2.0.dtd
..................\......\hibernate-generic.dtd
..................\......\hibernate-mapping-2.0.dtd
..................\......\hibernate.cfg.xml
..................\......\log4j.dtd
..................\......\log4j.xml
..................\data\database-model.ddl
..................\....\server.properties
..................\....\startHSQLDB.bat
..................\src\eg\hibernate\mapping\dao\EstateDAO.java
..................\...\..\.........\.......\...\PersonDAO.java
..................\...\..\.........\.......\...\RightDAO.java
..................\...\..\.........\.......\..taobject\Building.java
..................\...\..\.........\.......\..........\Corporation.java
..................\...\..\.........\.......\..........\Estate.java
..................\...\..\.........\.......\..........\Individual.java
..................\...\..\.........\.......\..........\Land.java
..................\...\..\.........\.......\..........\Lease.java
..................\...\..\.........\.......\..........\Person.java
..................\...\..\.........\.......\..........\Property.java
..................\...\..\.........\.......\..........\Right.java
..................\...\..\.........\.......\test\HibernateMappingTest.java