|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbDatabaseObject
public static class JaxbHibernateMapping.JaxbDatabaseObject
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> <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>
Nested Class Summary | |
---|---|
static class |
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition
Java class for anonymous complex type. |
static class |
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope
Java class for anonymous complex type. |
Field Summary | |
---|---|
protected String |
create
|
protected JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition |
definition
|
protected List<JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope> |
dialectScope
|
protected String |
drop
|
Constructor Summary | |
---|---|
JaxbHibernateMapping.JaxbDatabaseObject()
|
Method Summary | |
---|---|
String |
getCreate()
Gets the value of the create property. |
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition |
getDefinition()
Gets the value of the definition property. |
List<JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope> |
getDialectScope()
Gets the value of the dialectScope property. |
String |
getDrop()
Gets the value of the drop property. |
void |
setCreate(String value)
Sets the value of the create property. |
void |
setDefinition(JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition value)
Sets the value of the definition property. |
void |
setDrop(String value)
Sets the value of the drop property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition definition
protected String create
protected String drop
protected List<JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope> dialectScope
Constructor Detail |
---|
public JaxbHibernateMapping.JaxbDatabaseObject()
Method Detail |
---|
public JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition getDefinition()
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition
public void setDefinition(JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition value)
value
- allowed object is
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDefinition
public String getCreate()
String
public void setCreate(String value)
value
- allowed object is
String
public String getDrop()
String
public void setDrop(String value)
value
- allowed object is
String
public List<JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope> getDialectScope()
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 dialectScope property.
For example, to add a new item, do as follows:
getDialectScope().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbHibernateMapping.JaxbDatabaseObject.JaxbDialectScope
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |