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` <p>Java class for hbm-many-to-any complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <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"/> <element name="join-table" type="{http://www.hibernate.org/xsd/orm/mapping}join-table"/> </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" /> <attribute name="classification" type="{http://www.hibernate.org/xsd/orm/mapping}limited-collection-classification-enum" /> </restriction> </complexContent> </complexType> }</pre>
See Also: