public interface SaveBOImplementationI
BOSaver
class.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
Transaction |
getNewTransaction()
Convenience method for getting a new
Transaction instance. |
Transaction |
getNewTransaction(java.lang.String desc)
Convenience method for getting a new
Transaction instance. |
SchemaI |
getSchema()
Convenience method for getting the current
SchemaI . |
TransactionAnswer |
saveBOImpl(Transaction tx)
Persists the changes recorded in the passed Transaction tx to the database.
|
TransactionAnswer |
saveBOImpl(Transaction tx,
int lockTimeout)
Persists the changes recorded in the passed Transaction tx to the database.
|
TransactionAnswer |
saveBOImpl(Transaction tx,
int lockTimeout,
int retries)
Persists the changes recorded in the passed Transaction tx to the database.
|
TransactionAnswer |
saveBOImpl(Transaction tx,
int lockTimeout,
int retries,
Benutzer onBehalfOf)
Persists the changes recorded in the passed Transaction tx to the database.
|
static final java.lang.String $0
TransactionAnswer saveBOImpl(Transaction tx, int lockTimeout, int retries, Benutzer onBehalfOf)
tx
- the Transaction to savelockTimeout
- time to wait in seconds until a locking error is reported in case some
object is already locked by another thread; defaults to -1.
Zero or less for no waiting, i.e. immediate timeout (or rather the defined lock-timeout
of JDO, which defaults to 30s), an infinite value for no timeout.retries
- an int reflecting the number of retries that shall be attempted
before saving is abortedonBehalfOf
- the Benutzer on whose behalf to saveTransactionAnswer saveBOImpl(Transaction tx, int lockTimeout, int retries)
tx
- the Transaction to savelockTimeout
- time to wait in seconds until a locking error is reported in case some
object is already locked by another thread; defaults to -1.
Zero or less for no waiting, i.e. immediate timeout (or rather the defined lock-timeout
of JDO, which defaults to 30s), an infinite value for no timeout.retries
- an int reflecting the number of retries that shall be attempted
before saving is abortedTransactionAnswer saveBOImpl(Transaction tx, int lockTimeout)
tx
- the Transaction to savelockTimeout
- time to wait in seconds until a locking error is reported in case some
object is already locked by another thread; defaults to -1.
Zero or less for no waiting, i.e. immediate timeout (or rather the defined lock-timeout
of JDO, which defaults to 30s), an infinite value for no timeout.TransactionAnswer saveBOImpl(Transaction tx)
tx
- the Transaction to saveTransaction getNewTransaction()
Transaction
instance.Transaction getNewTransaction(java.lang.String desc)
Transaction
instance.desc
- the description to use for the new TransactionSchemaI getSchema()
SchemaI
.SchemaI
.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.