Interface PersistenceDecorator
public interface PersistenceDecorator
-
Method Summary
Modifier and TypeMethodDescriptionbooleanactive()Flag whether the decorator should be considered.decorate(Persistence persistence) intpriority()Indicates the priority.
-
Method Details
-
active
boolean active()Flag whether the decorator should be considered. -
priority
int priority()Indicates the priority. Decorators with a lower priority are applied before those with a higher priority. -
decorate
-