public class JaxbHibernateConfiguration 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="session-factory">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="property" 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>
                   <element name="mapping" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
                           <attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
                           <attribute name="jar" type="{http://www.w3.org/2001/XMLSchema}string" />
                           <attribute name="package" type="{http://www.w3.org/2001/XMLSchema}string" />
                           <attribute name="resource" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <choice maxOccurs="unbounded" minOccurs="0">
                     <element name="class-cache">
                       <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="include" default="all">
                               <simpleType>
                                 <restriction base="{http://www.w3.org/2001/XMLSchema}token">
                                   <enumeration value="all"/>
                                   <enumeration value="non-lazy"/>
                                 </restriction>
                               </simpleType>
                             </attribute>
                             <attribute name="region" type="{http://www.w3.org/2001/XMLSchema}string" />
                             <attribute name="usage" use="required" type="{http://www.hibernate.org/xsd/hibernate-configuration}usage-attribute" />
                           </restriction>
                         </complexContent>
                       </complexType>
                     </element>
                     <element name="collection-cache">
                       <complexType>
                         <complexContent>
                           <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                             <attribute name="collection" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                             <attribute name="region" type="{http://www.w3.org/2001/XMLSchema}string" />
                             <attribute name="usage" use="required" type="{http://www.hibernate.org/xsd/hibernate-configuration}usage-attribute" />
                           </restriction>
                         </complexContent>
                       </complexType>
                     </element>
                   </choice>
                   <element name="event" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="listener" type="{http://www.hibernate.org/xsd/hibernate-configuration}listener-element" maxOccurs="unbounded" minOccurs="0"/>
                           </sequence>
                           <attribute name="type" use="required" type="{http://www.hibernate.org/xsd/hibernate-configuration}type-attribute" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                   <element name="listener" type="{http://www.hibernate.org/xsd/hibernate-configuration}listener-element" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="security" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="grant" maxOccurs="unbounded" minOccurs="0">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <attribute name="actions" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                           <attribute name="entity-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                           <attribute name="role" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
                 <attribute name="context" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Class and Description | 
|---|---|
static class  | 
JaxbHibernateConfiguration.JaxbSecurity
Java class for anonymous complex type. 
 | 
static class  | 
JaxbHibernateConfiguration.JaxbSessionFactory
Java class for anonymous complex type. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected JaxbHibernateConfiguration.JaxbSecurity | 
security  | 
protected JaxbHibernateConfiguration.JaxbSessionFactory | 
sessionFactory  | 
| Constructor and Description | 
|---|
JaxbHibernateConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
JaxbHibernateConfiguration.JaxbSecurity | 
getSecurity()
Gets the value of the security property. 
 | 
JaxbHibernateConfiguration.JaxbSessionFactory | 
getSessionFactory()
Gets the value of the sessionFactory property. 
 | 
void | 
setSecurity(JaxbHibernateConfiguration.JaxbSecurity value)
Sets the value of the security property. 
 | 
void | 
setSessionFactory(JaxbHibernateConfiguration.JaxbSessionFactory value)
Sets the value of the sessionFactory property. 
 | 
protected JaxbHibernateConfiguration.JaxbSessionFactory sessionFactory
protected JaxbHibernateConfiguration.JaxbSecurity security
public JaxbHibernateConfiguration.JaxbSessionFactory getSessionFactory()
JaxbHibernateConfiguration.JaxbSessionFactorypublic void setSessionFactory(JaxbHibernateConfiguration.JaxbSessionFactory value)
value - allowed object is
     JaxbHibernateConfiguration.JaxbSessionFactorypublic JaxbHibernateConfiguration.JaxbSecurity getSecurity()
JaxbHibernateConfiguration.JaxbSecuritypublic void setSecurity(JaxbHibernateConfiguration.JaxbSecurity value)
value - allowed object is
     JaxbHibernateConfiguration.JaxbSecurityCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.