Class JaxbHbmManyToAny

java.lang.Object
org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
All Implemented Interfaces:
Serializable, DiscriminatedAssociation, PersistentAttribute

public class JaxbHbmManyToAny extends Object implements Serializable, DiscriminatedAssociation
See `@org.hibernate.annotations.ManyToAny`

Java class for hbm-many-to-any complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="hbm-many-to-any">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="discriminator" type="{http://www.hibernate.org/xsd/orm/mapping}hbm-any-discriminator"/>
         <element name="key" type="{http://www.hibernate.org/xsd/orm/mapping}hbm-any-key"/>
         <element name="cascade" type="{http://www.hibernate.org/xsd/orm/mapping}cascade-type" minOccurs="0"/>
         <element name="optimistic-lock" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="access" type="{http://www.hibernate.org/xsd/orm/mapping}access-type" />
       <attribute name="attribute-accessor" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: