|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An abstract factory for Transaction instances. Concrete implementations
are specified by hibernate.transaction.factory_class.
Implementors must be threadsafe and should declare a public default constructor.
Transaction
Method Summary | |
Transaction |
beginTransaction(SessionImplementor session)
Begin a transaction and return the associated Transaction instance. |
void |
configure(Properties props)
Configure from the given properties. |
Method Detail |
public Transaction beginTransaction(SessionImplementor session) throws HibernateException
session
- the session
HibernateException
public void configure(Properties props) throws HibernateException
props
-
HibernateException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |