com.redstarhackers.dal.hibernate3
Class DALTransactionFactory

java.lang.Object
  extended bycom.redstarhackers.dal.hibernate3.DALTransactionFactory
All Implemented Interfaces:
org.hibernate.transaction.TransactionFactory

public class DALTransactionFactory
extends java.lang.Object
implements org.hibernate.transaction.TransactionFactory

TODO Class summary sentence. Class documentation.

Version:
$Revision: 1096 $
Author:
$Author: kostya $

Nested Class Summary
 
Nested classes inherited from class org.hibernate.transaction.TransactionFactory
org.hibernate.transaction.TransactionFactory.Context
 
Constructor Summary
DALTransactionFactory()
           
 
Method Summary
 org.hibernate.Transaction beginTransaction(org.hibernate.jdbc.JDBCContext jdbcContext, org.hibernate.transaction.TransactionFactory.Context context)
           
 void configure(java.util.Properties props)
           
 org.hibernate.ConnectionReleaseMode getDefaultReleaseMode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DALTransactionFactory

public DALTransactionFactory()
Method Detail

beginTransaction

public org.hibernate.Transaction beginTransaction(org.hibernate.jdbc.JDBCContext jdbcContext,
                                                  org.hibernate.transaction.TransactionFactory.Context context)
                                           throws org.hibernate.HibernateException
Specified by:
beginTransaction in interface org.hibernate.transaction.TransactionFactory
Throws:
org.hibernate.HibernateException

configure

public void configure(java.util.Properties props)
               throws org.hibernate.HibernateException
Specified by:
configure in interface org.hibernate.transaction.TransactionFactory
Throws:
org.hibernate.HibernateException

getDefaultReleaseMode

public org.hibernate.ConnectionReleaseMode getDefaultReleaseMode()
Specified by:
getDefaultReleaseMode in interface org.hibernate.transaction.TransactionFactory