Package org.spicefactory.pimento.intercept

Pimento Interceptor API.

See:
          Description

Class Summary
CollectionUpdate Represents change set that will be applied to a persistent collection.
EntityEncoder Exposes a small subset of the entity encoder functionality for interceptor methods.
EntityUpdate Represents a set of property values that will be applied to a persistent entity.
 

Exception Summary
InterceptorConfigurationException Exception thrown when an interceptor configuration error occurs.
 

Annotation Types Summary
Load Marks a method as a listener for entities that get loaded into the client.
Merge Marks a method as a listener for entities that were merged by a client.
Persist Marks a method as a listener for entities that were persisted by a client.
PimentoInterceptor Marks a class as a container for Pimento interceptor methods.
Remove Marks a method as a listener for entities that were removed by a client.
 

Package org.spicefactory.pimento.intercept Description

Pimento Interceptor API.