| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={PACKAGE,TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface AnyMetaDefDefines @Any and @manyToAny metadata
| Required Element Summary | |
|---|---|
|  String | idTypeHibernate type of the id column | 
|  String | metaTypemeta discriminator Hibernate type | 
|  MetaValue[] | metaValuesMatching discriminator values with their respective entity | 
| Optional Element Summary | |
|---|---|
|  String | nameIf 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 | |||||||||