|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={PACKAGE,TYPE,METHOD,FIELD}) @Retention(value=RUNTIME) public @interface AnyMetaDef
Defines @Any and @manyToAny metadata
Required Element Summary | |
---|---|
String |
idType
Hibernate type of the id column |
String |
metaType
meta discriminator Hibernate type |
MetaValue[] |
metaValues
Matching discriminator values with their respective entity |
Optional Element Summary | |
---|---|
String |
name
If defined, assign a global meta definition name to be used in an @Any or @ManyToAny annotation If not defined, the metadata applies to the current property or field |
Element Detail |
---|
public abstract String metaType
public abstract String idType
public abstract MetaValue[] metaValues
public abstract String name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |