public static class JaxbHibernateConfiguration.JaxbSessionFactory
extends java.lang.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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
Java class for anonymous complex type.
|
static class |
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache
Java class for anonymous complex type.
|
static class |
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent
Java class for anonymous complex type.
|
static class |
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
Java class for anonymous complex type.
|
static class |
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbProperty
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
classCacheOrCollectionCache |
protected java.util.List<JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent> |
event |
protected java.util.List<JaxbListenerElement> |
listener |
protected java.util.List<JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping> |
mapping |
protected java.lang.String |
name |
protected java.util.List<JaxbHibernateConfiguration.JaxbSessionFactory.JaxbProperty> |
property |
| Constructor and Description |
|---|
JaxbHibernateConfiguration.JaxbSessionFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getClassCacheOrCollectionCache()
Gets the value of the classCacheOrCollectionCache property.
|
java.util.List<JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent> |
getEvent()
Gets the value of the event property.
|
java.util.List<JaxbListenerElement> |
getListener()
Gets the value of the listener property.
|
java.util.List<JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping> |
getMapping()
Gets the value of the mapping property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<JaxbHibernateConfiguration.JaxbSessionFactory.JaxbProperty> |
getProperty()
Gets the value of the property property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.util.List<JaxbHibernateConfiguration.JaxbSessionFactory.JaxbProperty> property
protected java.util.List<JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping> mapping
protected java.util.List<java.lang.Object> classCacheOrCollectionCache
protected java.util.List<JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent> event
protected java.util.List<JaxbListenerElement> listener
protected java.lang.String name
public JaxbHibernateConfiguration.JaxbSessionFactory()
public java.util.List<JaxbHibernateConfiguration.JaxbSessionFactory.JaxbProperty> getProperty()
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 property property.
For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbProperty
public java.util.List<JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping> getMapping()
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 mapping property.
For example, to add a new item, do as follows:
getMapping().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbMapping
public java.util.List<java.lang.Object> getClassCacheOrCollectionCache()
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 classCacheOrCollectionCache property.
For example, to add a new item, do as follows:
getClassCacheOrCollectionCache().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbCollectionCache
public java.util.List<JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent> getEvent()
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 event property.
For example, to add a new item, do as follows:
getEvent().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbEvent
public java.util.List<JaxbListenerElement> getListener()
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 listener property.
For example, to add a new item, do as follows:
getListener().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbListenerElement
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
StringCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.