@Deprecated public class DBManLocalTransactionProvider extends java.lang.Object implements TransactionProviderI
Modifier and Type | Field and Description |
---|---|
static org.apache.log4j.Logger |
log
Deprecated.
|
Constructor and Description |
---|
DBManLocalTransactionProvider(DBManLocalI _dbm)
Deprecated.
|
DBManLocalTransactionProvider(DBManLocalI _dbm,
TemporaryIdSupplierI temporaryIdSupplier)
Deprecated.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
saveWithRetries, saveWithRetries
public DBManLocalTransactionProvider(DBManLocalI _dbm)
public DBManLocalTransactionProvider(DBManLocalI _dbm, TemporaryIdSupplierI temporaryIdSupplier)
public static TransactionProviderI getServersideTransactionProvider(BOLoaderI bol)
public Transaction getNewTransaction(java.lang.String desc)
getNewTransaction
in interface TransactionBuilderI
public Transaction getNewTransaction(java.lang.String desc, TemporaryIdSupplierI temporaryIdSupplier)
getNewTransaction
in interface TransactionBuilderI
public Transaction getNewTransaction()
getNewTransaction
in interface TransactionBuilderI
public Transaction getNewTransaction(TemporaryIdSupplierI temporaryIdSupplier)
getNewTransaction
in interface TransactionBuilderI
public Transaction getNewTransactionWithInstrumentedSchema(java.lang.String desc)
getNewTransactionWithInstrumentedSchema
in interface TransactionBuilderI
public Transaction getNewTransactionWithInstrumentedSchema(java.lang.String desc, TemporaryIdSupplierI temporaryIdSupplier)
getNewTransactionWithInstrumentedSchema
in interface TransactionBuilderI
public Transaction getNewTransactionWithInstrumentedSchema()
getNewTransactionWithInstrumentedSchema
in interface TransactionBuilderI
public Transaction getNewTransactionWithInstrumentedSchema(TemporaryIdSupplierI temporaryIdSupplier)
getNewTransactionWithInstrumentedSchema
in interface TransactionBuilderI
public TransactionAnswer saveBO(Transaction tx)
Saves (the BOs of) a Transaction.
Does some stuff normally done by the *Clients but we have to do it ourselves because we're using the "low-level" DBManLocalI.
saveBO
in interface TransactionProviderI
tx
- the Transaction to savepublic TransactionAnswer saveBO(Transaction tx, boolean ignoreConflicts) throws java.lang.UnsupportedOperationException
saveBO
in interface TransactionProviderI
java.lang.UnsupportedOperationException
- if ignoreConflicts
is given as true, as this is currently not implementedCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.