public abstract class JaxbHbmEntityBaseDefinition extends JaxbHbmToolingHintContainer implements 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 Boolean |
_abstract |
protected Integer |
batchSize |
protected Boolean |
dynamicInsert |
protected Boolean |
dynamicUpdate |
protected String |
entityName |
protected Boolean |
lazy |
protected String |
name |
protected String |
node |
protected String |
persister |
protected String |
proxy |
protected Boolean |
selectBeforeUpdate |
toolingHints| Constructor and Description |
|---|
JaxbHbmEntityBaseDefinition() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize()
Gets the value of the batchSize property.
|
String |
getEntityName()
Gets the value of the entityName 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.
|
String |
getProxy()
Gets the value of the proxy 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(Integer value)
Sets the value of the batchSize 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 |
setLazy(Boolean value)
Sets the value of the lazy 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.
|
getToolingHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributes, getFetchProfile, getLoader, getQuery, getResultset, getSqlDelete, getSqlInsert, getSqlQuery, getSqlUpdate, getSynchronize, getTuplizergetToolingHintsprotected String name
protected String entityName
protected Boolean _abstract
protected Boolean lazy
protected String proxy
protected Integer batchSize
protected Boolean dynamicInsert
protected Boolean dynamicUpdate
protected Boolean selectBeforeUpdate
protected String node
protected String persister
public String getName()
getName in interface EntityInfoStringpublic void setName(String value)
value - allowed object is
Stringpublic String getEntityName()
getEntityName in interface EntityInfoStringpublic void setEntityName(String value)
value - allowed object is
Stringpublic Boolean isAbstract()
isAbstract in interface EntityInfoBooleanpublic void setAbstract(Boolean value)
value - allowed object is
Booleanpublic Boolean isLazy()
isLazy in interface EntityInfoBooleanpublic void setLazy(Boolean value)
value - allowed object is
Booleanpublic String getProxy()
getProxy in interface EntityInfoStringpublic void setProxy(String value)
value - allowed object is
Stringpublic int getBatchSize()
getBatchSize in interface EntityInfoIntegerpublic void setBatchSize(Integer value)
value - allowed object is
Integerpublic boolean isDynamicInsert()
isDynamicInsert in interface EntityInfoBooleanpublic void setDynamicInsert(Boolean value)
value - allowed object is
Booleanpublic boolean isDynamicUpdate()
isDynamicUpdate in interface EntityInfoBooleanpublic void setDynamicUpdate(Boolean value)
value - allowed object is
Booleanpublic boolean isSelectBeforeUpdate()
isSelectBeforeUpdate in interface EntityInfoBooleanpublic void setSelectBeforeUpdate(Boolean value)
value - allowed object is
Booleanpublic String getNode()
Stringpublic void setNode(String value)
value - allowed object is
Stringpublic String getPersister()
getPersister in interface EntityInfoStringCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.