@Target(value=TYPE) @Retention(value=RUNTIME) @Repeatable(value=FetchGroups.class) public @interface FetchGroup
Modifier and Type | Required Element and Description |
---|---|
Persistent[] |
members
Members (fields and properties) of the fetch group.
|
public abstract Persistent[] members
public abstract String name
public abstract String postLoad
public abstract String[] fetchGroups
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.