Uses of Class
com.jbstrap.core.dao.exception.RemoveException
Package
Description
-
Uses of RemoveException in com.jbstrap.core.dao
-
Uses of RemoveException in com.jbstrap.core.dao.base
Modifier and TypeMethodDescriptionJpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Record record) Removes the record from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Record... records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Record record) Removes the record from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Record... records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, List<Record> records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, List<Record> records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(SQLTransaction transaction, Class<?> type, Record record) Removes the records from the specified entity.JpaDaoAPI.remove
(SQLTransaction transaction, Class<?> type, Record... records) Removes the records from the specified entity.JpaDaoAPI.remove
(SQLTransaction transaction, Class<?> type, Client client, Record record) Removes the records from the specified entity.JpaDaoAPI.remove
(SQLTransaction transaction, Class<?> type, Client client, Record... records) Removes the records from the specified entity.Removes the records from the specified entity.JpaDaoAPI.remove
(SQLTransaction transaction, Class<?> type, List<Record> records) Removes the records from the specified entity.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, Record record) Removes the record from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, Record... records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, Client client, Record record) Removes the record from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, Client client, Record... records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, Client client, List<Record> records) Removes the records from the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.remove
(JPADataDescriptor dataDescriptor, List<Record> records) Removes the records from the specified entity, that is defined by a DataDescriptor.Removes the records from the specified entity.Removes the records from the specified entity.Removes the records from the specified entity.Removes the records from the specified entity.Removes the records from the specified entity.Removes the records from the specified entity. -
Uses of RemoveException in com.jbstrap.core.meta
Modifier and TypeMethodDescriptionRemoves a record from the DataDescriptorRemoves a record from the DataDescriptorBaseDataDescriptor.remove
(Record record, Client client, Transaction transaction) Removes a record from the DataDescriptor, within the specified transaction.Removes multiple records from the DataDescriptorBaseDataDescriptor.remove
(List<Record> records, Client client, Transaction transaction) Removes multiple records from the DataDescriptor within the specified transactionInitiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.Removes a record from the DataDescriptorRemoves a record from the DataDescriptorDataDescriptor.remove
(Record record, Client client, Transaction transaction) Removes a record from the DataDescriptor, within the specified transaction.Removes multiple records from the DataDescriptorDataDescriptor.remove
(List<Record> records, Client client, Transaction transaction) Removes multiple records from the DataDescriptor within the specified transactionInMemoryDataDescriptor.remove
(NoTransaction transaction, Client client, List<Record> records) Initiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.JPADataDescriptor.remove
(SQLTransaction transaction, Client client, List<Record> records) Initiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.SQLDataDescriptor.remove
(SQLTransaction transaction, Client client, List<Record> records) Initiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor. -
Uses of RemoveException in com.jbstrap.ui.components.listgrid
Modifier and TypeMethodDescriptionfinal ListGrid
ListGrid.save()
Saves all grid modifications to the database within a single database transaction.final ListGrid
ListGrid.save
(Transaction transaction) Saves all grid modifications to the database within a single database transaction.