|
JDBaccess API 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transaction | |
---|---|
com.jdbaccess.da | |
com.jdbaccess.dao |
Uses of Transaction in com.jdbaccess.da |
---|
Methods in com.jdbaccess.da that return Transaction | |
---|---|
static Transaction |
DAFactory.getTransaction()
Get a new transaction object. |
Methods in com.jdbaccess.da with parameters of type Transaction | |
---|---|
static Delete |
DAFactory.getDelete(Transaction t)
Get a new Delete object for that transaction |
static Delete |
DAFactory.getDelete(Transaction t,
java.lang.String objectType,
java.lang.String name,
java.lang.Class startClass)
Looks for a Delete in xml data access files beginning in directory of the given start class for that objectType and name and for that transaction |
static Function |
DAFactory.getFunction(Transaction t)
Get a new Function object for that transaction. |
static Function |
DAFactory.getFunction(Transaction t,
java.lang.String objectType,
java.lang.String name,
java.lang.Class startClass)
Looks for a Function in xml data access files beginning in directory of the given start class for that objectType and name and for that transaction |
static Insert |
DAFactory.getInsert(Transaction t)
Get a new Insert object for that transaction. |
static Insert |
DAFactory.getInsert(Transaction t,
java.lang.String objectType,
java.lang.String name,
java.lang.Class startClass)
Looks for an Insert in xml data access files beginning in directory of the given start class for that objectType and name and for that transaction |
static Procedure |
DAFactory.getProcedure(Transaction t)
Get a new Procedure object for that transaction. |
static Procedure |
DAFactory.getProcedure(Transaction t,
java.lang.String objectType,
java.lang.String name,
java.lang.Class startClass)
Looks for a Procedure in xml data access files beginning in directory of the given start class for that objectType and name and for that transaction |
static Select |
DAFactory.getSelect(Transaction t)
Get a new Select object for that transaction. |
static Update |
DAFactory.getUpdate(Transaction t)
Get a new Update object for that transaction. |
static Update |
DAFactory.getUpdate(Transaction t,
java.lang.String objectType,
java.lang.String name,
java.lang.Class startClass)
Looks for an Update in xml data access files beginning in directory of the given start class for that objectType and name and for that transaction |
Uses of Transaction in com.jdbaccess.dao |
---|
Constructors in com.jdbaccess.dao with parameters of type Transaction | |
---|---|
DataAccessObjectImpl(Transaction transaction)
Construction of the data access object implementation with this transaction. |
|
JDBaccess API 1.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |