From: Anton v. S. <an...@ap...> - 2002-05-28 21:48:11
|
I've checked in the transaction changes previously discussed. The major changes are that the hibernate.transaction_strategy property is now used to select an appropriate TransactionFactory; and that beginTransaction was added to the Session interface. A summary of the code changes: cirrus.hibernate: * Hibernate.java - removed buildTransactionFactory (no longer needed, afaict) * Session.java - added beginTransaction to Session interface * RelationalDatabaseSession.java - added beginTransaction method * RelationalDatabaseSessionFactory.java - added transactionFactory variable and private buildTransactionFactory method. cirrus.hibernate.transaction: TransactionFactoryImpl changed to JDBCTransactionFactory ...plus necessary refactoring. I have yet to do any significant Javadocs, but I'll get to that shortly. Anton |