|
||||||||||
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.JaxbSubclassElement
public class JaxbSubclassElement
Java class for subclass-element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="subclass-element"> <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="tuplizer" type="{http://www.hibernate.org/xsd/hibernate-mapping}tuplizer-element" maxOccurs="unbounded" minOccurs="0"/> <element name="synchronize" type="{http://www.hibernate.org/xsd/hibernate-mapping}synchronize-element" maxOccurs="unbounded" minOccurs="0"/> <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="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> <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"/> <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="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="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="extends" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="lazy" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="persister" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="proxy" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="select-before-update" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Boolean |
_abstract
|
protected String |
_extends
|
protected String |
batchSize
|
protected String |
discriminatorValue
|
protected Boolean |
dynamicInsert
|
protected Boolean |
dynamicUpdate
|
protected String |
entityName
|
protected List<JaxbFetchProfileElement> |
fetchProfile
|
protected List<JaxbJoinElement> |
join
|
protected Boolean |
lazy
|
protected JaxbLoaderElement |
loader
|
protected List<JaxbMetaElement> |
meta
|
protected String |
name
|
protected String |
node
|
protected String |
persister
|
protected List<Object> |
propertyOrManyToOneOrOneToOne
|
protected String |
proxy
|
protected List<Object> |
queryOrSqlQuery
|
protected List<JaxbResultsetElement> |
resultset
|
protected Boolean |
selectBeforeUpdate
|
protected JaxbSqlDeleteElement |
sqlDelete
|
protected JaxbSqlInsertElement |
sqlInsert
|
protected JaxbSqlUpdateElement |
sqlUpdate
|
protected List<JaxbSubclassElement> |
subclass
|
protected List<JaxbSynchronizeElement> |
synchronize
|
protected List<JaxbTuplizerElement> |
tuplizer
|
Constructor Summary | |
---|---|
JaxbSubclassElement()
|
Method Summary | |
---|---|
String |
getBatchSize()
Gets the value of the batchSize property. |
String |
getDiscriminatorValue()
Gets the value of the discriminatorValue property. |
String |
getEntityName()
Gets the value of the entityName property. |
String |
getExtends()
Gets the value of the extends property. |
List<JaxbFetchProfileElement> |
getFetchProfile()
Gets the value of the fetchProfile property. |
List<JaxbJoinElement> |
getJoin()
Gets the value of the join property. |
JaxbLoaderElement |
getLoader()
Gets the value of the loader property. |
List<JaxbMetaElement> |
getMeta()
Gets the value of the meta property. |
String |
getName()
Gets the value of the name property. |
String |
getNode()
Gets the value of the node property. |
String |
getPersister()
Gets the value of the persister property. |
List<Object> |
getPropertyOrManyToOneOrOneToOne()
Gets the value of the propertyOrManyToOneOrOneToOne property. |
String |
getProxy()
Gets the value of the proxy property. |
List<Object> |
getQueryOrSqlQuery()
Gets the value of the queryOrSqlQuery property. |
List<JaxbResultsetElement> |
getResultset()
Gets the value of the resultset property. |
JaxbSqlDeleteElement |
getSqlDelete()
Gets the value of the sqlDelete property. |
JaxbSqlInsertElement |
getSqlInsert()
Gets the value of the sqlInsert property. |
JaxbSqlUpdateElement |
getSqlUpdate()
Gets the value of the sqlUpdate property. |
List<JaxbSubclassElement> |
getSubclass()
Gets the value of the subclass property. |
List<JaxbSynchronizeElement> |
getSynchronize()
Gets the value of the synchronize property. |
List<JaxbTuplizerElement> |
getTuplizer()
Gets the value of the tuplizer property. |
Boolean |
isAbstract()
Gets the value of the abstract property. |
boolean |
isDynamicInsert()
Gets the value of the dynamicInsert property. |
boolean |
isDynamicUpdate()
Gets the value of the dynamicUpdate property. |
Boolean |
isLazy()
Gets the value of the lazy property. |
boolean |
isSelectBeforeUpdate()
Gets the value of the selectBeforeUpdate property. |
void |
setAbstract(Boolean value)
Sets the value of the abstract property. |
void |
setBatchSize(String value)
Sets the value of the batchSize property. |
void |
setDiscriminatorValue(String value)
Sets the value of the discriminatorValue property. |
void |
setDynamicInsert(Boolean value)
Sets the value of the dynamicInsert property. |
void |
setDynamicUpdate(Boolean value)
Sets the value of the dynamicUpdate property. |
void |
setEntityName(String value)
Sets the value of the entityName property. |
void |
setExtends(String value)
Sets the value of the extends property. |
void |
setLazy(Boolean value)
Sets the value of the lazy property. |
void |
setLoader(JaxbLoaderElement value)
Sets the value of the loader property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setNode(String value)
Sets the value of the node property. |
void |
setPersister(String value)
Sets the value of the persister property. |
void |
setProxy(String value)
Sets the value of the proxy property. |
void |
setSelectBeforeUpdate(Boolean value)
Sets the value of the selectBeforeUpdate property. |
void |
setSqlDelete(JaxbSqlDeleteElement value)
Sets the value of the sqlDelete property. |
void |
setSqlInsert(JaxbSqlInsertElement value)
Sets the value of the sqlInsert property. |
void |
setSqlUpdate(JaxbSqlUpdateElement value)
Sets the value of the sqlUpdate property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<JaxbMetaElement> meta
protected List<JaxbTuplizerElement> tuplizer
protected List<JaxbSynchronizeElement> synchronize
protected List<Object> propertyOrManyToOneOrOneToOne
protected List<JaxbJoinElement> join
protected List<JaxbSubclassElement> subclass
protected JaxbLoaderElement loader
protected JaxbSqlInsertElement sqlInsert
protected JaxbSqlUpdateElement sqlUpdate
protected JaxbSqlDeleteElement sqlDelete
protected List<JaxbFetchProfileElement> fetchProfile
protected List<JaxbResultsetElement> resultset
protected List<Object> queryOrSqlQuery
protected Boolean _abstract
protected String batchSize
protected String discriminatorValue
protected Boolean dynamicInsert
protected Boolean dynamicUpdate
protected String entityName
protected String _extends
protected Boolean lazy
protected String name
protected String node
protected String persister
protected String proxy
protected Boolean selectBeforeUpdate
Constructor Detail |
---|
public JaxbSubclassElement()
Method Detail |
---|
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
getMeta
in interface MetaAttributeContainer
public List<JaxbTuplizerElement> getTuplizer()
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 tuplizer property.
For example, to add a new item, do as follows:
getTuplizer().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbTuplizerElement
getTuplizer
in interface EntityElement
public List<JaxbSynchronizeElement> getSynchronize()
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 synchronize property.
For example, to add a new item, do as follows:
getSynchronize().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbSynchronizeElement
getSynchronize
in interface EntityElement
public List<Object> getPropertyOrManyToOneOrOneToOne()
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 propertyOrManyToOneOrOneToOne property.
For example, to add a new item, do as follows:
getPropertyOrManyToOneOrOneToOne().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbPropertyElement
JaxbAnyElement
JaxbOneToOneElement
JaxbBagElement
JaxbMapElement
JaxbPrimitiveArrayElement
JaxbDynamicComponentElement
JaxbIdbagElement
JaxbListElement
JaxbArrayElement
JaxbComponentElement
JaxbManyToOneElement
JaxbSetElement
getPropertyOrManyToOneOrOneToOne
in interface EntityElement
public List<JaxbJoinElement> getJoin()
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 join property.
For example, to add a new item, do as follows:
getJoin().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbJoinElement
getJoin
in interface JoinElementSource
public List<JaxbSubclassElement> getSubclass()
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 subclass property.
For example, to add a new item, do as follows:
getSubclass().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbSubclassElement
public JaxbLoaderElement getLoader()
getLoader
in interface EntityElement
JaxbLoaderElement
public void setLoader(JaxbLoaderElement value)
value
- allowed object is
JaxbLoaderElement
public JaxbSqlInsertElement getSqlInsert()
getSqlInsert
in interface EntityElement
JaxbSqlInsertElement
public void setSqlInsert(JaxbSqlInsertElement value)
value
- allowed object is
JaxbSqlInsertElement
public JaxbSqlUpdateElement getSqlUpdate()
getSqlUpdate
in interface EntityElement
JaxbSqlUpdateElement
public void setSqlUpdate(JaxbSqlUpdateElement value)
value
- allowed object is
JaxbSqlUpdateElement
public JaxbSqlDeleteElement getSqlDelete()
getSqlDelete
in interface EntityElement
JaxbSqlDeleteElement
public void setSqlDelete(JaxbSqlDeleteElement value)
value
- allowed object is
JaxbSqlDeleteElement
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
getFetchProfile
in interface EntityElement
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
getResultset
in interface EntityElement
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
getQueryOrSqlQuery
in interface EntityElement
public Boolean isAbstract()
isAbstract
in interface EntityElement
Boolean
public void setAbstract(Boolean value)
value
- allowed object is
Boolean
public String getBatchSize()
getBatchSize
in interface EntityElement
String
public void setBatchSize(String value)
value
- allowed object is
String
public String getDiscriminatorValue()
String
public void setDiscriminatorValue(String value)
value
- allowed object is
String
public boolean isDynamicInsert()
isDynamicInsert
in interface EntityElement
Boolean
public void setDynamicInsert(Boolean value)
value
- allowed object is
Boolean
public boolean isDynamicUpdate()
isDynamicUpdate
in interface EntityElement
Boolean
public void setDynamicUpdate(Boolean value)
value
- allowed object is
Boolean
public String getEntityName()
getEntityName
in interface EntityElement
String
public void setEntityName(String value)
value
- allowed object is
String
public String getExtends()
getExtends
in interface SubEntityElement
String
public void setExtends(String value)
value
- allowed object is
String
public Boolean isLazy()
isLazy
in interface EntityElement
Boolean
public void setLazy(Boolean value)
value
- allowed object is
Boolean
public String getName()
getName
in interface EntityElement
String
public void setName(String value)
value
- allowed object is
String
public String getNode()
String
public void setNode(String value)
value
- allowed object is
String
public String getPersister()
getPersister
in interface EntityElement
String
public void setPersister(String value)
value
- allowed object is
String
public String getProxy()
getProxy
in interface EntityElement
String
public void setProxy(String value)
value
- allowed object is
String
public boolean isSelectBeforeUpdate()
isSelectBeforeUpdate
in interface EntityElement
Boolean
public void setSelectBeforeUpdate(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |