Class JaxbHbmSecondaryTableType

java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
All Implemented Interfaces:
Serializable, TableInformationContainer

public class JaxbHbmSecondaryTableType extends Object implements Serializable, TableInformationContainer
A join allows some properties of a class to be persisted to a second table <p>Java class for SecondaryTableType complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="SecondaryTableType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="subselect" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="key" type="{http://www.hibernate.org/xsd/orm/hbm}key-type"/> <choice maxOccurs="unbounded" minOccurs="0"> <element name="property" type="{http://www.hibernate.org/xsd/orm/hbm}BasicAttributeType"/> <element name="many-to-one" type="{http://www.hibernate.org/xsd/orm/hbm}ManyToOneType"/> <element name="component" type="{http://www.hibernate.org/xsd/orm/hbm}CompositeAttributeType"/> <element name="dynamic-component" type="{http://www.hibernate.org/xsd/orm/hbm}dynamic-component-type"/> <element name="any" type="{http://www.hibernate.org/xsd/orm/hbm}AnyAssociationType"/> </choice> <group ref="{http://www.hibernate.org/xsd/orm/hbm}CustomSqlDmlGroup"/> </sequence> <attribute name="schema" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="catalog" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="table" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="fetch" type="{http://www.hibernate.org/xsd/orm/hbm}FetchStyleEnum" default="join" /> <attribute name="inverse" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="optional" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType> }</pre>
See Also: