====== Hibernate ====== ===== .hbm.xml ===== ===== hibernate.cfg.xml ===== Contains general hibernate configuration Example: org.hsqldb.jdbcDriver jdbc:hsqldb:data/test sa net.sf.hibernate.dialect.HSQLDialect true net.sf.hibernate.transaction.JDBCTransactionFactory net.sf.hibernate.cache.HashtableCacheProvider update * Keep the id field private * Always use object rather than primitives for the id, i.e. Long rather than long [[http://www.systemmobile.com/articles/IntroductionToHibernate.html]] [[http://www.allapplabs.com/hibernate/hibernate_query_language.htm]] http://wiki.apache.org/cocoon/CocoonAndHibernateTutorial