Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate » transaction » [javadoc | source]
org.hibernate.transaction
public final class: JDBCTransactionFactory [javadoc | source]
java.lang.Object
   org.hibernate.transaction.JDBCTransactionFactory

All Implemented Interfaces:
    TransactionFactory

Factory for JDBCTransaction instances.
Method from org.hibernate.transaction.JDBCTransactionFactory Summary:
areCallbacksLocalToHibernateTransactions,   configure,   createTransaction,   getDefaultReleaseMode,   isTransactionInProgress,   isTransactionManagerRequired
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.transaction.JDBCTransactionFactory Detail:
 public boolean areCallbacksLocalToHibernateTransactions() 
    {@inheritDoc}
 public  void configure(Properties props) throws HibernateException 
    {@inheritDoc}
 public Transaction createTransaction(JDBCContext jdbcContext,
    Context transactionContext) throws HibernateException 
    {@inheritDoc}
 public ConnectionReleaseMode getDefaultReleaseMode() 
    {@inheritDoc}
 public boolean isTransactionInProgress(JDBCContext jdbcContext,
    Context transactionContext,
    Transaction transaction) 
    {@inheritDoc}
 public boolean isTransactionManagerRequired() 
    {@inheritDoc}