See: Description
| Interface | Description | 
|---|---|
| EntityActionListener<A extends EntityActionEvent<?,?>> | 
 Represents an action listener that is notified before (pre-hook) and after (post-hook) a high-level action is executed on an entity. 
 | 
| EntityService<E extends Entity> | 
 Provides generic access to an entity service. 
 | 
| PredicatePostProcessor<E extends Entity> | 
 Represents a post processor that provides the ability to add restrictions to a predicate before it is evaluated in the persistence layer ( 
restrict) and is able to
restrict entities from being returned by the service methods. | 
| Class | Description | 
|---|---|
| BaseEntityService<E extends Entity,EB extends Entity.EntityBuilder<E,EB>,OC extends EntityOperandContainer,W extends EntityModification<E,EB>,WB extends EntityModification.EntityModificationBuilder<E,EB,W,WB>,A extends EntityActionEvent<E,WB>,L extends EntityActionListener<A>,M extends EntityManager<E,EB,OC,W,WB>,PROV extends EntityProvider<?>,PERS extends EntityPersistence<E>> | 
 Base class for all entity object services. 
 | 
| EntityActionEvent<E extends Entity,WB extends EntityModification.EntityModificationBuilder<E,?,?,WB>> | 
 Base class for all entity events that are fired when an action on a entity has been executed or is about to be executed. 
 | 
| EntityActionEvent.Type | 
 A type of entity action event. 
 | 
| GearWorkObjectUpdate | 
 Concrete update builder for a gear work object. 
 | 
| GearWorkObjectUpdate.Builder | |
| NoOpPredicatePostProcessor<E extends Entity> | 
 No operation predicate post processor which has no functionality. 
 | 
| PathAdjuster<S extends EntityService<? extends HierarchicalEntity>> | 
Classes related to entity services.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.