|
From: Pelle B. <pe...@us...> - 2004-03-23 22:08:20
|
Update of /cvsroot/neuclear/neuclear-ledger-hibernate/src/java In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13266/src/java Added Files: hibernate.properties Log Message: Added much to the Hibernate implementation: - Added Hibernate business objects that mirror the internal Ledger objects for Transactions and Items. - Added mapping documents - Added hibernate.properties for using local hsqldb - Implemented various of the processTransaction methods in HibernateLedger Schema gets generated fine, but there are still issues in inserting the objects. --- NEW FILE: hibernate.properties --- hibernate.connection.username=sa hibernate.connection.password= hibernate.connection.url=jdbc:hsqldb:target/test-data/hibernate hibernate.connection.driver_class=org.hsqldb.jdbcDriver hibernate.dialect=net.sf.hibernate.dialect.HSQLDialect |