public abstract class JaxbHbmEntityBaseDefinition extends JaxbHbmToolingHintContainer implements java.io.Serializable, EntityInfo
Java class for EntityBaseDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntityBaseDefinition">
<complexContent>
<extension base="{http://www.hibernate.org/xsd/orm/hbm}ToolingHintContainer">
<attribute name="name" type="{http://www.hibernate.org/xsd/orm/hbm}ClassNameType" />
<attribute name="entity-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="abstract" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="lazy" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="proxy" type="{http://www.hibernate.org/xsd/orm/hbm}ClassNameType" />
<attribute name="batch-size" type="{http://www.w3.org/2001/XMLSchema}int" default="-1" />
<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="select-before-update" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="node" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="persister" type="{http://www.hibernate.org/xsd/orm/hbm}ClassNameType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
_abstract |
protected java.lang.Integer |
batchSize |
protected java.lang.Boolean |
dynamicInsert |
protected java.lang.Boolean |
dynamicUpdate |
protected java.lang.String |
entityName |
protected java.lang.Boolean |
lazy |
protected java.lang.String |
name |
protected java.lang.String |
node |
protected java.lang.String |
persister |
protected java.lang.String |
proxy |
protected java.lang.Boolean |
selectBeforeUpdate |
toolingHints| Constructor and Description |
|---|
JaxbHbmEntityBaseDefinition() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize()
Gets the value of the batchSize property.
|
java.lang.String |
getEntityName()
Gets the value of the entityName property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getNode()
Gets the value of the node property.
|
java.lang.String |
getPersister()
Gets the value of the persister property.
|
java.lang.String |
getProxy()
Gets the value of the proxy property.
|
java.lang.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.
|
java.lang.Boolean |
isLazy()
Gets the value of the lazy property.
|
boolean |
isSelectBeforeUpdate()
Gets the value of the selectBeforeUpdate property.
|
void |
setAbstract(java.lang.Boolean value)
Sets the value of the abstract property.
|
void |
setBatchSize(java.lang.Integer value)
Sets the value of the batchSize property.
|
void |
setDynamicInsert(java.lang.Boolean value)
Sets the value of the dynamicInsert property.
|
void |
setDynamicUpdate(java.lang.Boolean value)
Sets the value of the dynamicUpdate property.
|
void |
setEntityName(java.lang.String value)
Sets the value of the entityName property.
|
void |
setLazy(java.lang.Boolean value)
Sets the value of the lazy property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setNode(java.lang.String value)
Sets the value of the node property.
|
void |
setPersister(java.lang.String value)
Sets the value of the persister property.
|
void |
setProxy(java.lang.String value)
Sets the value of the proxy property.
|
void |
setSelectBeforeUpdate(java.lang.Boolean value)
Sets the value of the selectBeforeUpdate property.
|
getToolingHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributes, getFetchProfile, getLoader, getQuery, getResultset, getSqlDelete, getSqlInsert, getSqlQuery, getSqlUpdate, getSynchronize, getTuplizergetToolingHintsprotected java.lang.String name
protected java.lang.String entityName
protected java.lang.Boolean _abstract
protected java.lang.Boolean lazy
protected java.lang.String proxy
protected java.lang.Integer batchSize
protected java.lang.Boolean dynamicInsert
protected java.lang.Boolean dynamicUpdate
protected java.lang.Boolean selectBeforeUpdate
protected java.lang.String node
protected java.lang.String persister
public java.lang.String getName()
getName in interface EntityInfoStringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEntityName()
getEntityName in interface EntityInfoStringpublic void setEntityName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isAbstract()
isAbstract in interface EntityInfoBooleanpublic void setAbstract(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isLazy()
isLazy in interface EntityInfoBooleanpublic void setLazy(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getProxy()
getProxy in interface EntityInfoStringpublic void setProxy(java.lang.String value)
value - allowed object is
Stringpublic int getBatchSize()
getBatchSize in interface EntityInfoIntegerpublic void setBatchSize(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isDynamicInsert()
isDynamicInsert in interface EntityInfoBooleanpublic void setDynamicInsert(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isDynamicUpdate()
isDynamicUpdate in interface EntityInfoBooleanpublic void setDynamicUpdate(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSelectBeforeUpdate()
isSelectBeforeUpdate in interface EntityInfoBooleanpublic void setSelectBeforeUpdate(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getNode()
Stringpublic void setNode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPersister()
getPersister in interface EntityInfoStringpublic void setPersister(java.lang.String value)
value - allowed object is
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.