- save(List<T>) - Method in class de.alpharogroup.db.service.AbstractBusinessService
-
Save all new objects in the given list.
- save(T) - Method in class de.alpharogroup.db.service.AbstractBusinessService
-
Persist the given object into database.
- save(List<T>) - Method in interface de.alpharogroup.db.service.api.BusinessService
-
Save all new objects in the given list.
- save(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
-
Persist the given object into database.
- saveOrUpdate(List<T>) - Method in class de.alpharogroup.db.service.AbstractBusinessService
-
Save or update all given objects into database.
- saveOrUpdate(T) - Method in class de.alpharogroup.db.service.AbstractBusinessService
-
Save or update the given object into database.
- saveOrUpdate(List<T>) - Method in interface de.alpharogroup.db.service.api.BusinessService
-
Save or update all given objects into database.
- saveOrUpdate(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
-
Save or update the given object into database.