@Target(value={PACKAGE,TYPE,METHOD,FIELD}) @Retention(value=RUNTIME) public @interface AnyMetaDef
AnyMetaDefs
Modifier and Type | Required Element and Description |
---|---|
String |
idType
Names the identifier Hibernate Type for the entity associated through this Any/ManyToAny mapping.
|
String |
metaType
Names the discriminator Hibernate Type for this Any/ManyToAny mapping.
|
MetaValue[] |
metaValues
Maps discriminator values to the matching corresponding entity types.
|
public abstract String metaType
StringType
public abstract String idType
public abstract MetaValue[] metaValues
public abstract String name
Copyright © 2017 JBoss by Red Hat. All rights reserved.