Class JaxbPluralAnyMappingImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbPluralAnyMappingImpl
All Implemented Interfaces:
Serializable, JaxbAnyMapping, JaxbCascadableAttribute, JaxbLockableAttribute, JaxbPersistentAttribute, JaxbPluralAttribute, JaxbStandardAttribute

public class JaxbPluralAnyMappingImpl extends Object implements Serializable, JaxbAnyMapping, JaxbCascadableAttribute, JaxbPluralAttribute
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>
         <group ref="{http://www.hibernate.org/xsd/orm/mapping}collection-structure-group"/>
         <element name="discriminator" type="{http://www.hibernate.org/xsd/orm/mapping}any-discriminator"/>
         <element name="key" type="{http://www.hibernate.org/xsd/orm/mapping}any-key"/>
         <element name="cascade" type="{http://www.hibernate.org/xsd/orm/mapping}cascade-type" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="fetch" type="{http://www.hibernate.org/xsd/orm/mapping}fetch-type" />
       <attribute name="fetch-mode" type="{http://www.hibernate.org/xsd/orm/mapping}plural-fetch-mode" />
       <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" />
       <attribute name="optimistic-lock" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="classification" type="{http://www.hibernate.org/xsd/orm/mapping}limited-collection-classification-enum" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also: