org.spicefactory.pimento.config
Annotation Type Managed


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface Managed

Marks a persistent entity class to be managed by Pimento.

Author:
Jens Halm

Optional Element Summary
 Operation[] operations
          The EntityManager operations permitted for clients for the annotated entity class.
 

operations

public abstract Operation[] operations
The EntityManager operations permitted for clients for the annotated entity class. If you omit this property no EntityManager operations are allowed but the entity would still be managed by Pimento if used as a parameter or return value in a regular Cinnamon remote service.

Returns:
the EntityManager operations permitted for clients
Default:
{}