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.
|
getToolingHints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributes, getFetchProfile, getLoader, getQuery, getResultset, getSqlDelete, getSqlInsert, getSqlQuery, getSqlUpdate, getSynchronize, getTuplizer
getToolingHints
protected 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 EntityInfo
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEntityName()
getEntityName
in interface EntityInfo
String
public void setEntityName(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isAbstract()
isAbstract
in interface EntityInfo
Boolean
public void setAbstract(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isLazy()
isLazy
in interface EntityInfo
Boolean
public void setLazy(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getProxy()
getProxy
in interface EntityInfo
String
public void setProxy(java.lang.String value)
value
- allowed object is
String
public int getBatchSize()
getBatchSize
in interface EntityInfo
Integer
public void setBatchSize(java.lang.Integer value)
value
- allowed object is
Integer
public boolean isDynamicInsert()
isDynamicInsert
in interface EntityInfo
Boolean
public void setDynamicInsert(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isDynamicUpdate()
isDynamicUpdate
in interface EntityInfo
Boolean
public void setDynamicUpdate(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isSelectBeforeUpdate()
isSelectBeforeUpdate
in interface EntityInfo
Boolean
public void setSelectBeforeUpdate(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getNode()
String
public void setNode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPersister()
getPersister
in interface EntityInfo
String
public void setPersister(java.lang.String value)
value
- allowed object is
String
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.