public class JaxbHibernateMapping extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="meta" type="{http://www.hibernate.org/xsd/hibernate-mapping}meta-element" maxOccurs="unbounded" minOccurs="0"/>
         <element name="identifier-generator" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="typedef" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="param" type="{http://www.hibernate.org/xsd/hibernate-mapping}param-element" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="filter-def" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded" minOccurs="0">
                   <element name="filter-param">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                           <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
                 <attribute name="condition" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="import" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 <attribute name="rename" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="class">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence>
                     <element name="meta" type="{http://www.hibernate.org/xsd/hibernate-mapping}meta-element" maxOccurs="unbounded" minOccurs="0"/>
                     <element name="subselect" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                     <element name="cache" type="{http://www.hibernate.org/xsd/hibernate-mapping}cache-element" minOccurs="0"/>
                     <element name="synchronize" type="{http://www.hibernate.org/xsd/hibernate-mapping}synchronize-element" maxOccurs="unbounded" minOccurs="0"/>
                     <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                     <element name="tuplizer" type="{http://www.hibernate.org/xsd/hibernate-mapping}tuplizer-element" maxOccurs="unbounded" minOccurs="0"/>
                     <choice>
                       <element name="id">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="meta" type="{http://www.hibernate.org/xsd/hibernate-mapping}meta-element" maxOccurs="unbounded" minOccurs="0"/>
                                 <element name="column" type="{http://www.hibernate.org/xsd/hibernate-mapping}column-element" maxOccurs="unbounded" minOccurs="0"/>
                                 <element name="type" type="{http://www.hibernate.org/xsd/hibernate-mapping}type-element" minOccurs="0"/>
                                 <element name="generator" type="{http://www.hibernate.org/xsd/hibernate-mapping}generator-element" minOccurs="0"/>
                               </sequence>
                               <attribute name="access" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="unsaved-value" type="{http://www.w3.org/2001/XMLSchema}string" />
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                       <element name="composite-id">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="meta" type="{http://www.hibernate.org/xsd/hibernate-mapping}meta-element" maxOccurs="unbounded" minOccurs="0"/>
                                 <choice maxOccurs="unbounded">
                                   <element name="key-property" type="{http://www.hibernate.org/xsd/hibernate-mapping}key-property-element"/>
                                   <element name="key-many-to-one" type="{http://www.hibernate.org/xsd/hibernate-mapping}key-many-to-one-element"/>
                                 </choice>
                                 <element name="generator" type="{http://www.hibernate.org/xsd/hibernate-mapping}generator-element" minOccurs="0"/>
                               </sequence>
                               <attribute name="access" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="mapped" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                               <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="unsaved-value" default="undefined">
                                 <simpleType>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                                     <enumeration value="any"/>
                                     <enumeration value="none"/>
                                     <enumeration value="undefined"/>
                                   </restriction>
                                 </simpleType>
                               </attribute>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </choice>
                     <element name="discriminator" minOccurs="0">
                       <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                             <sequence>
                               <choice minOccurs="0">
                                 <element name="column" type="{http://www.hibernate.org/xsd/hibernate-mapping}column-element"/>
                                 <element name="formula" type="{http://www.w3.org/2001/XMLSchema}string"/>
                               </choice>
                             </sequence>
                             <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" />
                             <attribute name="force" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                             <attribute name="formula" type="{http://www.w3.org/2001/XMLSchema}string" />
                             <attribute name="insert" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
                             <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}string" />
                             <attribute name="not-null" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
                             <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" default="string" />
                           </restriction>
                         </complexContent>
                       </complexType>
                     </element>
                     <element name="natural-id" minOccurs="0">
                       <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                             <sequence>
                               <choice maxOccurs="unbounded" minOccurs="0">
                                 <element name="property" type="{http://www.hibernate.org/xsd/hibernate-mapping}property-element"/>
                                 <element name="many-to-one" type="{http://www.hibernate.org/xsd/hibernate-mapping}many-to-one-element"/>
                                 <element name="component" type="{http://www.hibernate.org/xsd/hibernate-mapping}component-element"/>
                                 <element name="dynamic-component" type="{http://www.hibernate.org/xsd/hibernate-mapping}dynamic-component-element"/>
                                 <element name="any" type="{http://www.hibernate.org/xsd/hibernate-mapping}any-element"/>
                               </choice>
                             </sequence>
                             <attribute name="mutable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                           </restriction>
                         </complexContent>
                       </complexType>
                     </element>
                     <choice minOccurs="0">
                       <element name="version">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="meta" type="{http://www.hibernate.org/xsd/hibernate-mapping}meta-element" maxOccurs="unbounded" minOccurs="0"/>
                                 <element name="column" type="{http://www.hibernate.org/xsd/hibernate-mapping}column-element" maxOccurs="unbounded" minOccurs="0"/>
                               </sequence>
                               <attribute name="access" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="generated" type="{http://www.hibernate.org/xsd/hibernate-mapping}generated-attribute" default="never" />
                               <attribute name="insert" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                               <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" default="integer" />
                               <attribute name="unsaved-value" default="undefined">
                                 <simpleType>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                                     <enumeration value="negative"/>
                                     <enumeration value="null"/>
                                     <enumeration value="undefined"/>
                                   </restriction>
                                 </simpleType>
                               </attribute>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                       <element name="timestamp">
                         <complexType>
                           <complexContent>
                             <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                               <sequence>
                                 <element name="meta" type="{http://www.hibernate.org/xsd/hibernate-mapping}meta-element" maxOccurs="unbounded" minOccurs="0"/>
                               </sequence>
                               <attribute name="access" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="generated" type="{http://www.hibernate.org/xsd/hibernate-mapping}generated-attribute" default="never" />
                               <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
                               <attribute name="source" default="vm">
                                 <simpleType>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                                     <enumeration value="db"/>
                                     <enumeration value="vm"/>
                                   </restriction>
                                 </simpleType>
                               </attribute>
                               <attribute name="unsaved-value" default="null">
                                 <simpleType>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                                     <enumeration value="null"/>
                                     <enumeration value="undefined"/>
                                   </restriction>
                                 </simpleType>
                               </attribute>
                             </restriction>
                           </complexContent>
                         </complexType>
                       </element>
                     </choice>
                     <choice maxOccurs="unbounded" minOccurs="0">
                       <element name="property" type="{http://www.hibernate.org/xsd/hibernate-mapping}property-element"/>
                       <element name="many-to-one" type="{http://www.hibernate.org/xsd/hibernate-mapping}many-to-one-element"/>
                       <element name="one-to-one" type="{http://www.hibernate.org/xsd/hibernate-mapping}one-to-one-element"/>
                       <element name="component" type="{http://www.hibernate.org/xsd/hibernate-mapping}component-element"/>
                       <element name="dynamic-component" type="{http://www.hibernate.org/xsd/hibernate-mapping}dynamic-component-element"/>
                       <element name="properties" type="{http://www.hibernate.org/xsd/hibernate-mapping}properties-element"/>
                       <element name="any" type="{http://www.hibernate.org/xsd/hibernate-mapping}any-element"/>
                       <element name="map" type="{http://www.hibernate.org/xsd/hibernate-mapping}map-element"/>
                       <element name="set" type="{http://www.hibernate.org/xsd/hibernate-mapping}set-element"/>
                       <element name="list" type="{http://www.hibernate.org/xsd/hibernate-mapping}list-element"/>
                       <element name="bag" type="{http://www.hibernate.org/xsd/hibernate-mapping}bag-element"/>
                       <element name="idbag" type="{http://www.hibernate.org/xsd/hibernate-mapping}idbag-element"/>
                       <element name="array" type="{http://www.hibernate.org/xsd/hibernate-mapping}array-element"/>
                       <element name="primitive-array" type="{http://www.hibernate.org/xsd/hibernate-mapping}primitive-array-element"/>
                     </choice>
                     <choice>
                       <sequence>
                         <element name="join" type="{http://www.hibernate.org/xsd/hibernate-mapping}join-element" maxOccurs="unbounded" minOccurs="0"/>
                         <element name="subclass" type="{http://www.hibernate.org/xsd/hibernate-mapping}subclass-element" maxOccurs="unbounded" minOccurs="0"/>
                       </sequence>
                       <element name="joined-subclass" type="{http://www.hibernate.org/xsd/hibernate-mapping}joined-subclass-element" maxOccurs="unbounded" minOccurs="0"/>
                       <element name="union-subclass" type="{http://www.hibernate.org/xsd/hibernate-mapping}union-subclass-element" maxOccurs="unbounded" minOccurs="0"/>
                     </choice>
                     <element name="loader" type="{http://www.hibernate.org/xsd/hibernate-mapping}loader-element" minOccurs="0"/>
                     <element name="sql-insert" type="{http://www.hibernate.org/xsd/hibernate-mapping}sql-insert-element" minOccurs="0"/>
                     <element name="sql-update" type="{http://www.hibernate.org/xsd/hibernate-mapping}sql-update-element" minOccurs="0"/>
                     <element name="sql-delete" type="{http://www.hibernate.org/xsd/hibernate-mapping}sql-delete-element" minOccurs="0"/>
                     <element name="filter" type="{http://www.hibernate.org/xsd/hibernate-mapping}filter-element" maxOccurs="unbounded" minOccurs="0"/>
                     <element name="fetch-profile" type="{http://www.hibernate.org/xsd/hibernate-mapping}fetch-profile-element" maxOccurs="unbounded" minOccurs="0"/>
                     <element name="resultset" type="{http://www.hibernate.org/xsd/hibernate-mapping}resultset-element" maxOccurs="unbounded" minOccurs="0"/>
                     <choice maxOccurs="unbounded" minOccurs="0">
                       <element name="query" type="{http://www.hibernate.org/xsd/hibernate-mapping}query-element"/>
                       <element name="sql-query" type="{http://www.hibernate.org/xsd/hibernate-mapping}sql-query-element"/>
                     </choice>
                   </sequence>
                   <attribute name="abstract" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                   <attribute name="batch-size" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="catalog" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="check" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="discriminator-value" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="dynamic-insert" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                   <attribute name="dynamic-update" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                   <attribute name="entity-name" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="lazy" type="{http://www.w3.org/2001/XMLSchema}boolean" />
                   <attribute name="mutable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
                   <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="optimistic-lock" default="version">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                         <enumeration value="all"/>
                         <enumeration value="dirty"/>
                         <enumeration value="none"/>
                         <enumeration value="version"/>
                       </restriction>
                     </simpleType>
                   </attribute>
                   <attribute name="persister" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="polymorphism" default="implicit">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                         <enumeration value="explicit"/>
                         <enumeration value="implicit"/>
                       </restriction>
                     </simpleType>
                   </attribute>
                   <attribute name="proxy" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="rowid" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="schema" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="select-before-update" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
                   <attribute name="subselect" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="table" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="where" type="{http://www.w3.org/2001/XMLSchema}string" />
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="subclass" type="{http://www.hibernate.org/xsd/hibernate-mapping}subclass-element"/>
           <element name="joined-subclass" type="{http://www.hibernate.org/xsd/hibernate-mapping}joined-subclass-element"/>
           <element name="union-subclass" type="{http://www.hibernate.org/xsd/hibernate-mapping}union-subclass-element"/>
         </choice>
         <element name="resultset" type="{http://www.hibernate.org/xsd/hibernate-mapping}resultset-element" maxOccurs="unbounded" minOccurs="0"/>
         <choice maxOccurs="unbounded" minOccurs="0">
           <element name="query" type="{http://www.hibernate.org/xsd/hibernate-mapping}query-element"/>
           <element name="sql-query" type="{http://www.hibernate.org/xsd/hibernate-mapping}sql-query-element"/>
         </choice>
         <element name="fetch-profile" type="{http://www.hibernate.org/xsd/hibernate-mapping}fetch-profile-element" maxOccurs="unbounded" minOccurs="0"/>
         <element name="database-object" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <choice>
                     <element name="definition">
                       <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                             <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                           </restriction>
                         </complexContent>
                       </complexType>
                     </element>
                     <sequence>
                       <element name="create" type="{http://www.w3.org/2001/XMLSchema}string"/>
                       <element name="drop" type="{http://www.w3.org/2001/XMLSchema}string"/>
                     </sequence>
                   </choice>
                   <element name="dialect-scope" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <simpleContent>
                         <extension base="<http://www.w3.org/2001/XMLSchema>string">
                           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </extension>
                       </simpleContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="auto-import" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="catalog" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="default-access" type="{http://www.w3.org/2001/XMLSchema}string" default="property" />
       <attribute name="default-cascade" type="{http://www.w3.org/2001/XMLSchema}string" default="none" />
       <attribute name="default-lazy" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="package" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="schema" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Class and Description | 
|---|---|
static class  | 
JaxbHibernateMapping.JaxbClass
Java class for anonymous complex type. 
 | 
static class  | 
JaxbHibernateMapping.JaxbDatabaseObject
Java class for anonymous complex type. 
 | 
static class  | 
JaxbHibernateMapping.JaxbFilterDef
Java class for anonymous complex type. 
 | 
static class  | 
JaxbHibernateMapping.JaxbIdentifierGenerator
Java class for anonymous complex type. 
 | 
static class  | 
JaxbHibernateMapping.JaxbImport
Java class for anonymous complex type. 
 | 
static class  | 
JaxbHibernateMapping.JaxbTypedef
Java class for anonymous complex type. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected List<JaxbHibernateMapping.JaxbImport> | 
_import  | 
protected String | 
_package  | 
protected Boolean | 
autoImport  | 
protected String | 
catalog  | 
protected List<Object> | 
clazzOrSubclassOrJoinedSubclass  | 
protected List<JaxbHibernateMapping.JaxbDatabaseObject> | 
databaseObject  | 
protected String | 
defaultAccess  | 
protected String | 
defaultCascade  | 
protected Boolean | 
defaultLazy  | 
protected List<JaxbFetchProfileElement> | 
fetchProfile  | 
protected List<JaxbHibernateMapping.JaxbFilterDef> | 
filterDef  | 
protected List<JaxbHibernateMapping.JaxbIdentifierGenerator> | 
identifierGenerator  | 
protected List<JaxbMetaElement> | 
meta  | 
protected List<Object> | 
queryOrSqlQuery  | 
protected List<JaxbResultsetElement> | 
resultset  | 
protected String | 
schema  | 
protected List<JaxbHibernateMapping.JaxbTypedef> | 
typedef  | 
| Constructor and Description | 
|---|
JaxbHibernateMapping()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCatalog()
Gets the value of the catalog property. 
 | 
List<Object> | 
getClazzOrSubclassOrJoinedSubclass()
Gets the value of the clazzOrSubclassOrJoinedSubclass property. 
 | 
List<JaxbHibernateMapping.JaxbDatabaseObject> | 
getDatabaseObject()
Gets the value of the databaseObject property. 
 | 
String | 
getDefaultAccess()
Gets the value of the defaultAccess property. 
 | 
String | 
getDefaultCascade()
Gets the value of the defaultCascade property. 
 | 
List<JaxbFetchProfileElement> | 
getFetchProfile()
Gets the value of the fetchProfile property. 
 | 
List<JaxbHibernateMapping.JaxbFilterDef> | 
getFilterDef()
Gets the value of the filterDef property. 
 | 
List<JaxbHibernateMapping.JaxbIdentifierGenerator> | 
getIdentifierGenerator()
Gets the value of the identifierGenerator property. 
 | 
List<JaxbHibernateMapping.JaxbImport> | 
getImport()
Gets the value of the import property. 
 | 
List<JaxbMetaElement> | 
getMeta()
Gets the value of the meta property. 
 | 
String | 
getPackage()
Gets the value of the package property. 
 | 
List<Object> | 
getQueryOrSqlQuery()
Gets the value of the queryOrSqlQuery property. 
 | 
List<JaxbResultsetElement> | 
getResultset()
Gets the value of the resultset property. 
 | 
String | 
getSchema()
Gets the value of the schema property. 
 | 
List<JaxbHibernateMapping.JaxbTypedef> | 
getTypedef()
Gets the value of the typedef property. 
 | 
boolean | 
isAutoImport()
Gets the value of the autoImport property. 
 | 
boolean | 
isDefaultLazy()
Gets the value of the defaultLazy property. 
 | 
void | 
setAutoImport(Boolean value)
Sets the value of the autoImport property. 
 | 
void | 
setCatalog(String value)
Sets the value of the catalog property. 
 | 
void | 
setDefaultAccess(String value)
Sets the value of the defaultAccess property. 
 | 
void | 
setDefaultCascade(String value)
Sets the value of the defaultCascade property. 
 | 
void | 
setDefaultLazy(Boolean value)
Sets the value of the defaultLazy property. 
 | 
void | 
setPackage(String value)
Sets the value of the package property. 
 | 
void | 
setSchema(String value)
Sets the value of the schema property. 
 | 
protected List<JaxbMetaElement> meta
protected List<JaxbHibernateMapping.JaxbIdentifierGenerator> identifierGenerator
protected List<JaxbHibernateMapping.JaxbTypedef> typedef
protected List<JaxbHibernateMapping.JaxbFilterDef> filterDef
protected List<JaxbHibernateMapping.JaxbImport> _import
protected List<JaxbResultsetElement> resultset
protected List<JaxbFetchProfileElement> fetchProfile
protected List<JaxbHibernateMapping.JaxbDatabaseObject> databaseObject
protected Boolean autoImport
protected String catalog
protected String defaultAccess
protected String defaultCascade
protected Boolean defaultLazy
protected String _package
protected String schema
public List<JaxbMetaElement> getMeta()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the meta property.
 
 
For example, to add a new item, do as follows:
    getMeta().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 JaxbMetaElement
public List<JaxbHibernateMapping.JaxbIdentifierGenerator> getIdentifierGenerator()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the identifierGenerator property.
 
 
For example, to add a new item, do as follows:
    getIdentifierGenerator().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 JaxbHibernateMapping.JaxbIdentifierGenerator
public List<JaxbHibernateMapping.JaxbTypedef> getTypedef()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the typedef property.
 
 
For example, to add a new item, do as follows:
    getTypedef().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 JaxbHibernateMapping.JaxbTypedef
public List<JaxbHibernateMapping.JaxbFilterDef> getFilterDef()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the filterDef property.
 
 
For example, to add a new item, do as follows:
    getFilterDef().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 JaxbHibernateMapping.JaxbFilterDef
public List<JaxbHibernateMapping.JaxbImport> getImport()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the import property.
 
 
For example, to add a new item, do as follows:
    getImport().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 JaxbHibernateMapping.JaxbImport
public List<Object> getClazzOrSubclassOrJoinedSubclass()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the clazzOrSubclassOrJoinedSubclass property.
 
 
For example, to add a new item, do as follows:
    getClazzOrSubclassOrJoinedSubclass().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 JaxbSubclassElement
 JaxbUnionSubclassElement
 JaxbJoinedSubclassElement
 JaxbHibernateMapping.JaxbClass
public List<JaxbResultsetElement> getResultset()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the resultset property.
 
 
For example, to add a new item, do as follows:
    getResultset().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 JaxbResultsetElement
public List<Object> getQueryOrSqlQuery()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the queryOrSqlQuery property.
 
 
For example, to add a new item, do as follows:
    getQueryOrSqlQuery().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 JaxbSqlQueryElement
 JaxbQueryElement
public List<JaxbFetchProfileElement> getFetchProfile()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the fetchProfile property.
 
 
For example, to add a new item, do as follows:
    getFetchProfile().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 JaxbFetchProfileElement
public List<JaxbHibernateMapping.JaxbDatabaseObject> getDatabaseObject()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the databaseObject property.
 
 
For example, to add a new item, do as follows:
    getDatabaseObject().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 JaxbHibernateMapping.JaxbDatabaseObject
public boolean isAutoImport()
Booleanpublic void setAutoImport(Boolean value)
value - allowed object is
     Booleanpublic String getCatalog()
Stringpublic void setCatalog(String value)
value - allowed object is
     Stringpublic String getDefaultAccess()
Stringpublic void setDefaultAccess(String value)
value - allowed object is
     Stringpublic String getDefaultCascade()
Stringpublic void setDefaultCascade(String value)
value - allowed object is
     Stringpublic boolean isDefaultLazy()
Booleanpublic void setDefaultLazy(Boolean value)
value - allowed object is
     Booleanpublic String getPackage()
Stringpublic void setPackage(String value)
value - allowed object is
     Stringpublic String getSchema()
StringCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.