Uses of Interface
com.jbstrap.core.interfaces.Transaction
Package
Description
-
Uses of Transaction in com.jbstrap.core.dao
Modifier and TypeClassDescriptionclass
BaseTransaction<T extends Transaction,
R> class
DaoWithDomain<D extends DataDescriptor,
T extends Transaction> Interface necessary for a custom data query and handling class.class
StandardDao<D extends DataDescriptor,
T extends Transaction> Interface necessary for a custom data query and handling class. -
Uses of Transaction in com.jbstrap.core.dao.base
Modifier and TypeClassDescriptionclass
class
This class ensures relational database connectivity through transactions. -
Uses of Transaction in com.jbstrap.core.interfaces
-
Uses of Transaction in com.jbstrap.core.meta
Modifier and TypeClassDescriptionclass
BaseDataDescriptor<D extends DataDescriptor,
T extends Transaction> The DataDescriptor classModifier and TypeMethodDescriptionBaseDataDescriptor.remove
(Record record, Client client, Transaction transaction) Removes a record from the DataDescriptor, within the specified transaction.void
BaseDataDescriptor.remove
(Record record, Client client, DataDescriptorCallback callback, Transaction transaction) Removes a record asynchronously from the DataDescriptor, within the specified transactionBaseDataDescriptor.remove
(List<Record> records, Client client, Transaction transaction) Removes multiple records from the DataDescriptor within the specified transactionvoid
BaseDataDescriptor.remove
(List<Record> records, Client client, DataDescriptorCallback callback, Transaction transaction) Removes multiple records asynchronously from the DataDescriptor, within the specified transactionDataDescriptor.remove
(Record record, Client client, Transaction transaction) Removes a record from the DataDescriptor, within the specified transaction.void
DataDescriptor.remove
(Record record, Client client, DataDescriptorCallback callback, Transaction transaction) Removes a record asynchronously from the DataDescriptor, within the specified transactionDataDescriptor.remove
(List<Record> records, Client client, Transaction transaction) Removes multiple records from the DataDescriptor within the specified transactionvoid
DataDescriptor.remove
(List<Record> records, Client client, DataDescriptorCallback callback, Transaction transaction) Removes multiple records asynchronously from the DataDescriptor, within the specified transactionBaseDataDescriptor.save
(Record record, Client client, Transaction transaction) Saves a record to the DataDescriptor, within the specified database transaction.void
BaseDataDescriptor.save
(Record record, Client client, DataDescriptorCallback callback, Transaction transaction) Saves a record asynchronously to the database, within the specified database transaction.BaseDataDescriptor.save
(List<Record> records, Client client, Transaction transaction) Saves multiple records to the DataDescriptor.void
BaseDataDescriptor.save
(List<Record> records, Client client, DataDescriptorCallback callback, Transaction transaction) Saves multiple records asynchronously to the DataDescriptor, within the specified database transaction.DataDescriptor.save
(Record record, Client client, Transaction transaction) Saves a record to the DataDescriptor, within the specified database transaction.void
DataDescriptor.save
(Record record, Client client, DataDescriptorCallback callback, Transaction transaction) Saves a record asynchronously to the database, within the specified database transaction.DataDescriptor.save
(List<Record> records, Client client, Transaction transaction) Saves multiple records to the DataDescriptor.void
DataDescriptor.save
(List<Record> records, Client client, DataDescriptorCallback callback, Transaction transaction) Saves multiple records asynchronously to the DataDescriptor, within the specified database transaction. -
Uses of Transaction in com.jbstrap.ui.components.form
Modifier and TypeMethodDescriptionForm.save
(Transaction transaction) Saves the form within the specified database transaction -
Uses of Transaction in com.jbstrap.ui.components.listgrid
Modifier and TypeMethodDescriptionfinal ListGrid
ListGrid.save
(Transaction transaction) Saves all grid modifications to the database within a single database transaction.