Skip navigation links
A B D E F G L M R S 

A

AbstractBusinessService<T extends de.alpharogroup.db.entity.BaseEntity<PK>,PK extends Serializable,DAO extends de.alpharogroup.db.dao.jpa.EntityManagerDao<T,PK>> - Class in de.alpharogroup.db.service.jpa
The abstract class AbstractBusinessService.
AbstractBusinessService() - Constructor for class de.alpharogroup.db.service.jpa.AbstractBusinessService
 
AbstractBusinessService<T extends de.alpharogroup.db.entity.BaseEntity<PK>,PK extends Serializable,DAO extends de.alpharogroup.db.dao.sessionfactory.SessionFactoryDao<T,PK>> - Class in de.alpharogroup.db.service.sessionfactory
The Class AbstractBusinessService.
AbstractBusinessService() - Constructor for class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
 

B

BusinessService<T extends de.alpharogroup.db.entity.BaseEntity<PK>,PK extends Serializable> - Interface in de.alpharogroup.db.service.api
The Interface BusinessService.

D

de.alpharogroup.db.service.api - package de.alpharogroup.db.service.api
 
de.alpharogroup.db.service.jpa - package de.alpharogroup.db.service.jpa
 
de.alpharogroup.db.service.sessionfactory - package de.alpharogroup.db.service.sessionfactory
 
de.alpharogroup.db.service.sessionfactory.api - package de.alpharogroup.db.service.sessionfactory.api
 
delete(List<T>) - Method in interface de.alpharogroup.db.service.api.BusinessService
Delete all persistent objects in the given list.
delete(PK) - Method in interface de.alpharogroup.db.service.api.BusinessService
Deletes an object of a given Id.
delete(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
Deletes the given object from persistent storage in the database.
delete(List<T>) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Delete all persistent objects in the given list.
delete(PK) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Deletes an object of a given Id.
delete(T) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Deletes the given object from persistent storage in the database.
delete(List<T>) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Delete all persistent objects in the given list.
delete(PK) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Deletes an object of a given Id.
delete(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Deletes the given object from persistent storage in the database.
deleteAndFlush(List<T>) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Delete and flush.
deleteAndFlush(PK) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Delete and flush.
deleteAndFlush(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Delete and flush.
deleteAndFlush(List<T>) - Method in interface de.alpharogroup.db.service.sessionfactory.api.SessionFactoryBusinessService
Delete all persistent objects in the given list and flush.
deleteAndFlush(PK) - Method in interface de.alpharogroup.db.service.sessionfactory.api.SessionFactoryBusinessService
Deletes an object of a given Id and flush after.
deleteAndFlush(T) - Method in interface de.alpharogroup.db.service.sessionfactory.api.SessionFactoryBusinessService
Delete and flush.

E

evict(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
Remove this instance from the session cache.
evict(T) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Remove this instance from the session cache.
evict(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Remove this instance from the session cache.
exists(PK) - Method in interface de.alpharogroup.db.service.api.BusinessService
Checks if an entry exists with the given id.
exists(PK) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Checks if an entry exists with the given id.
exists(PK) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Checks if an entry exists with the given id.

F

find(String, String[], Object[], Type[], Integer, Integer) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Find.
find(String, String[], Object[], Type[], Integer, Integer) - Method in interface de.alpharogroup.db.service.sessionfactory.api.SessionFactoryBusinessService
Returns a list from the result from the given hqlquery.
findAll() - Method in interface de.alpharogroup.db.service.api.BusinessService
Returns a list of objects.
findAll() - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Returns a list of objects.
findAll() - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Returns a list of objects.
findByCriteria(Criterion...) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Find by criteria.
findByCriteria(Criterion...) - Method in interface de.alpharogroup.db.service.sessionfactory.api.SessionFactoryBusinessService
Hibernate wrapper.
findByExample(T, String...) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Find by example.
findByExample(T, String...) - Method in interface de.alpharogroup.db.service.sessionfactory.api.SessionFactoryBusinessService
Find by example.
flush() - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Flush.
flush() - Method in interface de.alpharogroup.db.service.sessionfactory.api.SessionFactoryBusinessService
Flush.

G

get(PK) - Method in interface de.alpharogroup.db.service.api.BusinessService
Retrieve a persisted object with a given id from the database.
get(PK) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Retrieve a persisted object with a given id from the database.
get(PK) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Retrieve a persisted object with a given id from the database.
getQuery(String) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Gets the Query from the given string.
getQuery(String) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Gets the query.
getSession() - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Gets the session.
getSession() - Method in interface de.alpharogroup.db.service.sessionfactory.api.SessionFactoryBusinessService
Gets the hibernate session.

L

load(PK) - Method in interface de.alpharogroup.db.service.api.BusinessService
Retrieve a persisted object with a given id from the database.
load(PK) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Retrieve a persisted object with a given id from the database.
load(PK) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Retrieve a persisted object with a given id from the database.

M

merge(List<T>) - Method in interface de.alpharogroup.db.service.api.BusinessService
Merges all new objects in the given list.
merge(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
Merges the given object.
merge(List<T>) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Merges all new objects in the given list.
merge(T) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Merges the given object.
merge(List<T>) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Merges all new objects in the given list.
merge(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Merges the given object.
mergeAndFlush(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Merge and flush.
mergeAndFlush(T) - Method in interface de.alpharogroup.db.service.sessionfactory.api.SessionFactoryBusinessService
Merge and flush.

R

refresh(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
Re-read the state of the given instance from the underlying database.
refresh(T) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Re-read the state of the given instance from the underlying database.
refresh(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Re-read the state of the given instance from the underlying database.

S

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.
A B D E F G L M R S 
Skip navigation links

Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.