Class JaxbAnyMappingImpl

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

See `@org.hibernate.annotations.Any` <p>Java class for hbm-any-mapping complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="hbm-any-mapping"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <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="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="fetch" type="{http://www.hibernate.org/xsd/orm/mapping}fetch-type" /> <attribute name="fetch-mode" type="{http://www.hibernate.org/xsd/orm/mapping}singular-fetch-mode" /> <attribute name="optional" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="optimistic-lock" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType> }</pre>
See Also: