Uses of Class
com.jbstrap.core.dao.exception.SaveException
Package
Description
-
Uses of SaveException in com.jbstrap.core.dao
-
Uses of SaveException in com.jbstrap.core.dao.base
Modifier 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
Modifier 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
Modifier 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
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.