Save This Page
Home » hibernate-entity-src-20081106 » org.hibernate » annotations » [javadoc | source]
org.hibernate.annotations
public class: AnyMetaDef [javadoc | source]
org.hibernate.annotations.AnyMetaDef
Defines @Any and @manyToAny metadata
Method from org.hibernate.annotations.AnyMetaDef Summary:
idType,   metaType,   metaValues,   name
Method from org.hibernate.annotations.AnyMetaDef Detail:
 String idType() 
    Hibernate type of the id column
 String metaType() 
    meta discriminator Hibernate type
 MetaValue[] metaValues() 
    Matching discriminator values with their respective entity
 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