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

A

AbstractDomainService<PK extends Serializable,DO extends DomainObject<PK>,E extends de.alpharogroup.db.entity.BaseEntity<PK>,DAO extends de.alpharogroup.db.dao.jpa.EntityManagerDao<E,PK>,M extends EntityDOMapper<E,DO>> - Class in de.alpharogroup.service.domain
AbstractDomainService() - Constructor for class de.alpharogroup.service.domain.AbstractDomainService
 
AbstractEntityDOMapper<E extends de.alpharogroup.db.entity.BaseEntity<?>,DO extends DomainObject<?>> - Class in de.alpharogroup.db.entitymapper
The abstract class AbstractEntityDOMapper provides an base implementation for mapping entities to domain objects and back.
AbstractEntityDOMapper() - Constructor for class de.alpharogroup.db.entitymapper.AbstractEntityDOMapper
Instantiates a new AbstractEntityDOMapper.
AbstractEntityDOMapper(List<String>) - Constructor for class de.alpharogroup.db.entitymapper.AbstractEntityDOMapper
Instantiates a new AbstractEntityDOMapper.

B

BaseDomainObject<K> - Class in de.alpharogroup.domain
The abstract class BaseDomainObject is the base class for all domain objects.
BaseDomainObject() - Constructor for class de.alpharogroup.domain.BaseDomainObject
 

C

create(DO) - Method in class de.alpharogroup.service.domain.AbstractDomainService
Creates an entity from the given domain object and persist it to the underlying database.
create(DO) - Method in interface de.alpharogroup.service.domain.DomainService
Creates an entity from the given domain object and persist it to the underlying database.

D

de.alpharogroup.db.entitymapper - package de.alpharogroup.db.entitymapper
 
de.alpharogroup.domain - package de.alpharogroup.domain
 
de.alpharogroup.service.domain - package de.alpharogroup.service.domain
 
delete(PK) - Method in class de.alpharogroup.service.domain.AbstractDomainService
Deletes an entity with the given id.
delete(PK) - Method in interface de.alpharogroup.service.domain.DomainService
Deletes an entity with the given id.
DomainObject<K> - Interface in de.alpharogroup.domain
Marker interface for domain objects.
DomainService<PK extends Serializable,DO extends DomainObject<PK>> - Interface in de.alpharogroup.service.domain
The Interface DomainService provide methods for crud processes.

E

EntityDOMapper<E extends de.alpharogroup.db.entity.BaseEntity<?>,DO extends DomainObject<?>> - Interface in de.alpharogroup.db.entitymapper
The Interface EntityDOMapper provides the methods for mapping entities to domain objects and back.

G

getDomainObjectClass() - Method in interface de.alpharogroup.db.entitymapper.EntityDOMapper
Gets the domain object class.
getEntityClass() - Method in interface de.alpharogroup.db.entitymapper.EntityDOMapper
Gets the entity class.
getId() - Method in interface de.alpharogroup.domain.DomainObject
Gets the id.
getMapper() - Method in interface de.alpharogroup.db.entitymapper.EntityDOMapper
Gets the mapper.

M

map(S, Class<T>) - Method in interface de.alpharogroup.db.entitymapper.EntityDOMapper
Constructs new instance of destinationClass and performs mapping between from source.
map(Collection<S>, Class<T>) - Method in interface de.alpharogroup.db.entitymapper.EntityDOMapper
Constructs new instances of destinationClass and performs mapping between from source.
map(Mapper, S, Class<T>) - Static method in class de.alpharogroup.db.entitymapper.MapperExtensions
Constructs new instance of destinationClass and performs mapping between from source.
map(Mapper, Collection<S>, Class<T>) - Static method in class de.alpharogroup.db.entitymapper.MapperExtensions
Constructs new instances of destinationClass and performs mapping between from source.
MapperExtensions - Class in de.alpharogroup.db.entitymapper
The class MapperExtensions.
MapperExtensions() - Constructor for class de.alpharogroup.db.entitymapper.MapperExtensions
 

N

newMapper(List<String>) - Method in class de.alpharogroup.db.entitymapper.AbstractEntityDOMapper
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.service.domain.AbstractDomainService
Read an entity with the given id and maps it to a domain object that will be returned.
read(PK) - Method in interface de.alpharogroup.service.domain.DomainService
Read an entity with the given id and maps it to a domain object that will be returned.

S

setId(K) - Method in interface de.alpharogroup.domain.DomainObject
Sets the id.

T

toDomainObject(E) - Method in interface de.alpharogroup.db.entitymapper.EntityDOMapper
Maps the given entity object to a domain object.
toDomainObjects(Collection<E>) - Method in interface de.alpharogroup.db.entitymapper.EntityDOMapper
Maps the given list of entity objects to a list of domain objects.
toEntities(Collection<DO>) - Method in interface de.alpharogroup.db.entitymapper.EntityDOMapper
Maps the given list of domain objects to a list of entity objects.
toEntity(DO) - Method in interface de.alpharogroup.db.entitymapper.EntityDOMapper
Maps the given domain object to a entity object.

U

update(DO) - Method in class de.alpharogroup.service.domain.AbstractDomainService
Updates the given domain object to the underlying database.
update(DO) - Method in interface de.alpharogroup.service.domain.DomainService
Updates the given domain object to the underlying database.
A B C D E G M N R S T U 
Skip navigation links

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