Annotation Type DelegatePersistence


@Retention(RUNTIME) @Target({CONSTRUCTOR,FIELD}) public @interface DelegatePersistence
Delegates persistence to a given Persister, which will be used to create and save instances.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Persister<?>>