@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, waitsaveWithRetries, saveWithRetriespublic 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 TransactionBuilderIpublic Transaction getNewTransaction(java.lang.String desc, TemporaryIdSupplierI temporaryIdSupplier)
getNewTransaction in interface TransactionBuilderIpublic Transaction getNewTransaction()
getNewTransaction in interface TransactionBuilderIpublic Transaction getNewTransaction(TemporaryIdSupplierI temporaryIdSupplier)
getNewTransaction in interface TransactionBuilderIpublic Transaction getNewTransactionWithInstrumentedSchema(java.lang.String desc)
getNewTransactionWithInstrumentedSchema in interface TransactionBuilderIpublic Transaction getNewTransactionWithInstrumentedSchema(java.lang.String desc, TemporaryIdSupplierI temporaryIdSupplier)
getNewTransactionWithInstrumentedSchema in interface TransactionBuilderIpublic Transaction getNewTransactionWithInstrumentedSchema()
getNewTransactionWithInstrumentedSchema in interface TransactionBuilderIpublic Transaction getNewTransactionWithInstrumentedSchema(TemporaryIdSupplierI temporaryIdSupplier)
getNewTransactionWithInstrumentedSchema in interface TransactionBuilderIpublic 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 TransactionProviderItx - the Transaction to savepublic TransactionAnswer saveBO(Transaction tx, boolean ignoreConflicts) throws java.lang.UnsupportedOperationException
saveBO in interface TransactionProviderIjava.lang.UnsupportedOperationException - if ignoreConflicts is given as true, as this is currently not implementedCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.