|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.internal.jaxb.cfg.JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
public static class JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache
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"> <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>
Field Summary | |
---|---|
protected String |
clazz
|
protected String |
include
|
protected String |
region
|
protected JaxbUsageAttribute |
usage
|
Constructor Summary | |
---|---|
JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache()
|
Method Summary | |
---|---|
String |
getClazz()
Gets the value of the clazz property. |
String |
getInclude()
Gets the value of the include property. |
String |
getRegion()
Gets the value of the region property. |
JaxbUsageAttribute |
getUsage()
Gets the value of the usage property. |
void |
setClazz(String value)
Sets the value of the clazz property. |
void |
setInclude(String value)
Sets the value of the include property. |
void |
setRegion(String value)
Sets the value of the region property. |
void |
setUsage(JaxbUsageAttribute value)
Sets the value of the usage property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String clazz
protected String include
protected String region
protected JaxbUsageAttribute usage
Constructor Detail |
---|
public JaxbHibernateConfiguration.JaxbSessionFactory.JaxbClassCache()
Method Detail |
---|
public String getClazz()
String
public void setClazz(String value)
value
- allowed object is
String
public String getInclude()
String
public void setInclude(String value)
value
- allowed object is
String
public String getRegion()
String
public void setRegion(String value)
value
- allowed object is
String
public JaxbUsageAttribute getUsage()
JaxbUsageAttribute
public void setUsage(JaxbUsageAttribute value)
value
- allowed object is
JaxbUsageAttribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |