Eclipse
IntelliJ
NetBeans
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
Hibernate 3.1.3
Package:
org.hibernate.transaction
Interface
public
interface
TransactionFactory
Overview
Inheritance
Members
Usage
Source
Books
Since
Not specified.
Version
Not specified.
Author(s)
Anton van Straaten, Gavin King
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.
See also
Transaction
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
In Constructors
In Fields
Returned by
As method parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact
Implementors must be threadsafe and should declare a public default constructor.