Uses of Class
com.jbstrap.core.dao.exception.SaveException
Packages that use SaveException
Package
Description
-
Uses of SaveException in com.jbstrap.core.dao
Methods in com.jbstrap.core.dao that throw SaveException -
Uses of SaveException in com.jbstrap.core.dao.base
Methods in com.jbstrap.core.dao.base that throw SaveExceptionModifier and TypeMethodDescriptionJpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Record record) Saves the record to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Record... records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Record record) Saves the record to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, Record... records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, Client client, List<Record> records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, JPADataDescriptor dataDescriptor, List<Record> records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(SQLTransaction transaction, Class<?> type, Record record) Saves the record to the specified entity.JpaDaoAPI.save
(SQLTransaction transaction, Class<?> type, Record... records) Saves the records to the specified entity.JpaDaoAPI.save
(SQLTransaction transaction, Class<?> type, Client client, Record record) Saves the record to the specified entity.JpaDaoAPI.save
(SQLTransaction transaction, Class<?> type, Client client, Record... records) Saves the records to the specified entity.Saves the records to the specified entity.JpaDaoAPI.save
(SQLTransaction transaction, Class<?> type, List<Record> records) Saves the records to the specified entity.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, Record record) Saves the record to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, Record... records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, Client client, Record record) Saves the record to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, Client client, Record... records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, Client client, List<Record> records) Saves the records to the specified entity, that is defined by a DataDescriptor.JpaDaoAPI.save
(JPADataDescriptor dataDescriptor, List<Record> records) Saves the records to the specified entity, that is defined by a DataDescriptor.Saves the record to the specified entity.Saves the records to the specified entity.Saves the record to the specified entity.Saves the records to the specified entity.Saves the records to the specified entity.Saves the records to the specified entity. -
Uses of SaveException in com.jbstrap.core.meta
Methods in com.jbstrap.core.meta that throw SaveExceptionModifier and TypeMethodDescriptionSaves a record to the DataDescriptor.Saves a record to the DataDescriptor.BaseDataDescriptor.save
(Record record, Client client, Transaction transaction) Saves a record to the DataDescriptor, within the specified database transaction.Saves multiple records to the DataDescriptor.BaseDataDescriptor.save
(List<Record> records, Client client, Transaction transaction) Saves multiple records to the DataDescriptor.Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor.Saves a record to the DataDescriptor.Saves a record to the DataDescriptor.DataDescriptor.save
(Record record, Client client, Transaction transaction) Saves a record to the DataDescriptor, within the specified database transaction.Saves multiple records to the DataDescriptor.DataDescriptor.save
(List<Record> records, Client client, Transaction transaction) Saves multiple records to the DataDescriptor.InMemoryDataDescriptor.save
(NoTransaction transaction, Client client, List<Record> records) Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor.JPADataDescriptor.save
(SQLTransaction transaction, Client client, List<Record> records) Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor.SQLDataDescriptor.save
(SQLTransaction transaction, Client client, List<Record> records) Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor. -
Uses of SaveException in com.jbstrap.ui.components.form
Methods in com.jbstrap.ui.components.form that throw SaveExceptionModifier and TypeMethodDescriptionForm.save()
Saves the form's current state to the databaseForm.save
(Transaction transaction) Saves the form within the specified database transaction -
Uses of SaveException in com.jbstrap.ui.components.listgrid
Methods in com.jbstrap.ui.components.listgrid that throw SaveExceptionModifier 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.