|
|||||||||
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 | |
---|---|
java.lang.String |
idType
Hibernate type of the id column |
java.lang.String |
metaType
meta discriminator Hibernate type |
MetaValue[] |
metaValues
Matching discriminator values with their respective entity |
Optional Element Summary | |
---|---|
java.lang.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 java.lang.String metaType
public abstract java.lang.String idType
public abstract MetaValue[] metaValues
public abstract java.lang.String name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |