- 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.
- save(List<T>) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
-
Save all new objects in the given list.
- save(T) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
-
Persist the given object into database.
- save(List<T>) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
-
Save all new objects in the given list.
- save(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
-
Persist the given object into database.
- saveAndFlush(List<T>) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
-
Save and flush.
- saveAndFlush(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
-
Save and flush.
- saveAndFlush(List<T>) - Method in interface de.alpharogroup.db.service.sessionfactory.api.SessionFactoryBusinessService
-
Save all given objects into database and flush.
- saveAndFlush(T) - Method in interface de.alpharogroup.db.service.sessionfactory.api.SessionFactoryBusinessService
-
Save the given object into database and flush.
- 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.
- saveOrUpdate(List<T>) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
-
Save or update all given objects into database.
- saveOrUpdate(T) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
-
Save or update the given object into database.
- saveOrUpdate(List<T>) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
-
Save or update all given objects into database.
- saveOrUpdate(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
-
Save or update the given object into database.
- saveOrUpdateAndFlush(List<T>) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
-
Save or update and flush.
- saveOrUpdateAndFlush(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
-
Save or update and flush.
- saveOrUpdateAndFlush(List<T>) - Method in interface de.alpharogroup.db.service.sessionfactory.api.SessionFactoryBusinessService
-
Save or update all given objects into database and flush.
- saveOrUpdateAndFlush(T) - Method in interface de.alpharogroup.db.service.sessionfactory.api.SessionFactoryBusinessService
-
Save or update the given object into database and flush.
- SessionFactoryBusinessService<T extends de.alpharogroup.db.entity.BaseEntity<PK>,PK extends Serializable> - Interface in de.alpharogroup.db.service.sessionfactory.api
-
The Interface BusinessService.
- setSession(Session) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
-
Sets the session.
- setSession(Session) - Method in interface de.alpharogroup.db.service.sessionfactory.api.SessionFactoryBusinessService
-
Sets the hibernate session.