Skip navigation links
A B C D E F G L M N R S T U 

A

AbstractBusinessMapperService<PK extends Serializable,BO extends BusinessObject<PK>,E extends de.alpharogroup.db.entity.BaseEntity<PK>,DAO extends de.alpharogroup.db.dao.jpa.EntityManagerDao<E,PK>,M extends EntityBOMapper<E,BO>> - Class in de.alpharogroup.db.service.entitymapper
AbstractBusinessMapperService() - Constructor for class de.alpharogroup.db.service.entitymapper.AbstractBusinessMapperService
 
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 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
 
AbstractEntityBOMapper<E extends de.alpharogroup.db.entity.BaseEntity<?>,BO extends BusinessObject<?>> - Class in de.alpharogroup.db.entitymapper
The abstract class AbstractEntityBOMapper provides an base implementation for mapping entities to business objects and back.
AbstractEntityBOMapper() - Constructor for class de.alpharogroup.db.entitymapper.AbstractEntityBOMapper
Instantiates a new AbstractEntityBOMapper.
AbstractEntityBOMapper(List<String>) - Constructor for class de.alpharogroup.db.entitymapper.AbstractEntityBOMapper
Instantiates a new AbstractEntityBOMapper.

B

BaseBusinessObject<K> - Class in de.alpharogroup.db.domain
The abstract class BaseBusinessObject is the base class for all business objects.
BaseBusinessObject() - Constructor for class de.alpharogroup.db.domain.BaseBusinessObject
 
BusinessMapperService<PK extends Serializable,BO extends BusinessObject<PK>> - Interface in de.alpharogroup.db.service.entitymapper
The Interface BusinessMapperService provide methods for crud processes.
BusinessObject<K> - Interface in de.alpharogroup.db.domain
Marker interface for business objects.
BusinessService<T,PK extends Serializable> - Interface in de.alpharogroup.db.service.api
The Interface BusinessService.
BusinessService<T extends de.alpharogroup.db.entity.BaseEntity<PK>,PK extends Serializable> - Interface in de.alpharogroup.db.service.jpa
The Interface BusinessService.

C

create(BO) - Method in class de.alpharogroup.db.service.entitymapper.AbstractBusinessMapperService
Creates an entity from the given business object and persist it to the underlying database.
create(BO) - Method in interface de.alpharogroup.db.service.entitymapper.BusinessMapperService
Creates an entity from the given business object and persist it to the underlying database.

D

de.alpharogroup.db.domain - package de.alpharogroup.db.domain
 
de.alpharogroup.db.entitymapper - package de.alpharogroup.db.entitymapper
 
de.alpharogroup.db.service.api - package de.alpharogroup.db.service.api
 
de.alpharogroup.db.service.entitymapper - package de.alpharogroup.db.service.entitymapper
 
de.alpharogroup.db.service.jpa - package de.alpharogroup.db.service.jpa
 
de.alpharogroup.db.service.sessionfactory - package de.alpharogroup.db.service.sessionfactory
 
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(PK) - Method in class de.alpharogroup.db.service.entitymapper.AbstractBusinessMapperService
Deletes an entity with the given id.
delete(PK) - Method in interface de.alpharogroup.db.service.entitymapper.BusinessMapperService
Deletes an entity with the given id.
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 interface de.alpharogroup.db.service.jpa.BusinessService
Delete all persistent objects in the given list.
delete(PK) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
Deletes an object of a given Id.
delete(T) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
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 interface de.alpharogroup.db.service.api.BusinessService
Delete all persistent objects in the given list and flush.
deleteAndFlush(PK) - Method in interface de.alpharogroup.db.service.api.BusinessService
Deletes an object of a given Id and flush after.
deleteAndFlush(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
Delete and flush.
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.

E

EntityBOMapper<E extends de.alpharogroup.db.entity.BaseEntity<?>,BO extends BusinessObject<?>> - Interface in de.alpharogroup.db.entitymapper
The Interface EntityBOMapper provides the methods for mapping entities to business objects and back.
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 interface de.alpharogroup.db.service.jpa.BusinessService
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 interface de.alpharogroup.db.service.jpa.BusinessService
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 interface de.alpharogroup.db.service.api.BusinessService
Returns a list from the result from the given hqlquery.
find(String, String[], Object[], Type[], Integer, Integer) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Find.
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 interface de.alpharogroup.db.service.jpa.BusinessService
Returns a list of objects.
findAll() - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Returns a list of objects.
findByCriteria(Criterion...) - Method in interface de.alpharogroup.db.service.api.BusinessService
Hibernate wrapper.
findByCriteria(Criterion...) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Find by criteria.
findByExample(T, String...) - Method in interface de.alpharogroup.db.service.api.BusinessService
Find by example.
findByExample(T, String...) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Find by example.
flush() - Method in interface de.alpharogroup.db.service.api.BusinessService
Flush.
flush() - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
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 interface de.alpharogroup.db.service.jpa.BusinessService
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.
getDao() - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Gets the dao reference.
getDao() - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Gets the dao reference.
getId() - Method in interface de.alpharogroup.db.domain.BusinessObject
Gets the id.
getQuery(String) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Gets the query.
getQuery(String) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Gets the query.
getSession() - Method in interface de.alpharogroup.db.service.api.BusinessService
Gets the hibernate session.
getSession() - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Gets the 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 interface de.alpharogroup.db.service.jpa.BusinessService
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(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
Merges the given object.
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.jpa.AbstractBusinessService
Merges all new objects in the given list.
merge(T) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
Merges the given object.
merge(List<T>) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
Merges all new objects in the given list.
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 interface de.alpharogroup.db.service.api.BusinessService
Merge and flush.
mergeAndFlush(T) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Merge and flush.

N

newMapper(List<String>) - Method in class de.alpharogroup.db.entitymapper.AbstractEntityBOMapper
Factory method for creating the new Mapper for the mapping process with the given mapping files list.

R

read(PK) - Method in class de.alpharogroup.db.service.entitymapper.AbstractBusinessMapperService
Read an entity with the given id and maps it to a business object that will be returned.
read(PK) - Method in interface de.alpharogroup.db.service.entitymapper.BusinessMapperService
Read an entity with the given id and maps it to a business object that will be returned.
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 interface de.alpharogroup.db.service.jpa.BusinessService
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 interface de.alpharogroup.db.service.jpa.BusinessService
Save all new objects in the given list.
save(T) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
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 interface de.alpharogroup.db.service.api.BusinessService
Save all given objects into database and flush.
saveAndFlush(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
Save the given object into database and flush.
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.
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 interface de.alpharogroup.db.service.jpa.BusinessService
Save or update all given objects into database.
saveOrUpdate(T) - Method in interface de.alpharogroup.db.service.jpa.BusinessService
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 interface de.alpharogroup.db.service.api.BusinessService
Save or update all given objects into database and flush.
saveOrUpdateAndFlush(T) - Method in interface de.alpharogroup.db.service.api.BusinessService
Save or update the given object into database and flush.
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.
setDao(DAO) - Method in class de.alpharogroup.db.service.jpa.AbstractBusinessService
Sets the dao reference.
setDao(DAO) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Sets the dao reference.
setId(K) - Method in interface de.alpharogroup.db.domain.BusinessObject
Sets the id.
setSession(Session) - Method in interface de.alpharogroup.db.service.api.BusinessService
Sets the hibernate session.
setSession(Session) - Method in class de.alpharogroup.db.service.sessionfactory.AbstractBusinessService
Sets the session.

T

toBusinessObject(E) - Method in class de.alpharogroup.db.entitymapper.AbstractEntityBOMapper
Maps the given entity object to a business object.
toBusinessObject(E) - Method in interface de.alpharogroup.db.entitymapper.EntityBOMapper
Maps the given entity object to a business object.
toBusinessObjects(List<E>) - Method in class de.alpharogroup.db.entitymapper.AbstractEntityBOMapper
Maps the given list of entity objects to a list of business objects.
toBusinessObjects(List<E>) - Method in interface de.alpharogroup.db.entitymapper.EntityBOMapper
Maps the given list of entity objects to a list of business objects.
toEntities(List<BO>) - Method in class de.alpharogroup.db.entitymapper.AbstractEntityBOMapper
Maps the given list of business objects to a list of entity objects.
toEntities(List<BO>) - Method in interface de.alpharogroup.db.entitymapper.EntityBOMapper
Maps the given list of business objects to a list of entity objects.
toEntity(BO) - Method in class de.alpharogroup.db.entitymapper.AbstractEntityBOMapper
Maps the given business object to a entity object.
toEntity(BO) - Method in interface de.alpharogroup.db.entitymapper.EntityBOMapper
Maps the given business object to a entity object.

U

update(BO) - Method in class de.alpharogroup.db.service.entitymapper.AbstractBusinessMapperService
Updates the given business object to the underlying database.
update(BO) - Method in interface de.alpharogroup.db.service.entitymapper.BusinessMapperService
Updates the given business object to the underlying database.
A B C D E F G L M N R S T U 
Skip navigation links

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