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.
|
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 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 EntityInfo
String
public void setName(String value)
value
- allowed object is
String
public String getEntityName()
getEntityName
in interface EntityInfo
String
public void setEntityName(String value)
value
- allowed object is
String
public Boolean isAbstract()
isAbstract
in interface EntityInfo
Boolean
public void setAbstract(Boolean value)
value
- allowed object is
Boolean
public Boolean isLazy()
isLazy
in interface EntityInfo
Boolean
public void setLazy(Boolean value)
value
- allowed object is
Boolean
public String getProxy()
getProxy
in interface EntityInfo
String
public void setProxy(String value)
value
- allowed object is
String
public int getBatchSize()
getBatchSize
in interface EntityInfo
Integer
public void setBatchSize(Integer value)
value
- allowed object is
Integer
public boolean isDynamicInsert()
isDynamicInsert
in interface EntityInfo
Boolean
public void setDynamicInsert(Boolean value)
value
- allowed object is
Boolean
public boolean isDynamicUpdate()
isDynamicUpdate
in interface EntityInfo
Boolean
public void setDynamicUpdate(Boolean value)
value
- allowed object is
Boolean
public boolean isSelectBeforeUpdate()
isSelectBeforeUpdate
in interface EntityInfo
Boolean
public void setSelectBeforeUpdate(Boolean value)
value
- allowed object is
Boolean
public String getNode()
String
public void setNode(String value)
value
- allowed object is
String
public String getPersister()
getPersister
in interface EntityInfo
String
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.