Package org.hibernate.boot.jaxb.hbm.spi
Class JaxbHbmEntityBaseDefinition
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
-
- All Implemented Interfaces:
java.io.Serializable,EntityInfo,ToolingHintContainer
- Direct Known Subclasses:
JaxbHbmRootEntityType,JaxbHbmSubclassEntityBaseDefinition
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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Boolean_abstractprotected java.lang.IntegerbatchSizeprotected java.lang.BooleandynamicInsertprotected java.lang.BooleandynamicUpdateprotected java.lang.StringentityNameprotected java.lang.Booleanlazyprotected java.lang.Stringnameprotected java.lang.Stringnodeprotected java.lang.Stringpersisterprotected java.lang.Stringproxyprotected java.lang.BooleanselectBeforeUpdate-
Fields inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
toolingHints
-
-
Constructor Summary
Constructors Constructor Description JaxbHbmEntityBaseDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBatchSize()Gets the value of the batchSize property.java.lang.StringgetEntityName()Gets the value of the entityName property.java.lang.StringgetName()Gets the value of the name property.java.lang.StringgetNode()Gets the value of the node property.java.lang.StringgetPersister()Gets the value of the persister property.java.lang.StringgetProxy()Gets the value of the proxy property.java.lang.BooleanisAbstract()Gets the value of the abstract property.booleanisDynamicInsert()Gets the value of the dynamicInsert property.booleanisDynamicUpdate()Gets the value of the dynamicUpdate property.java.lang.BooleanisLazy()Gets the value of the lazy property.booleanisSelectBeforeUpdate()Gets the value of the selectBeforeUpdate property.voidsetAbstract(java.lang.Boolean value)Sets the value of the abstract property.voidsetBatchSize(java.lang.Integer value)Sets the value of the batchSize property.voidsetDynamicInsert(java.lang.Boolean value)Sets the value of the dynamicInsert property.voidsetDynamicUpdate(java.lang.Boolean value)Sets the value of the dynamicUpdate property.voidsetEntityName(java.lang.String value)Sets the value of the entityName property.voidsetLazy(java.lang.Boolean value)Sets the value of the lazy property.voidsetName(java.lang.String value)Sets the value of the name property.voidsetNode(java.lang.String value)Sets the value of the node property.voidsetPersister(java.lang.String value)Sets the value of the persister property.voidsetProxy(java.lang.String value)Sets the value of the proxy property.voidsetSelectBeforeUpdate(java.lang.Boolean value)Sets the value of the selectBeforeUpdate property.-
Methods inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
getToolingHints
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
getAttributes, getFetchProfile, getLoader, getQuery, getResultset, getSqlDelete, getSqlInsert, getSqlQuery, getSqlUpdate, getSynchronize, getTuplizer
-
Methods inherited from interface org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
getToolingHints
-
-
-
-
Field Detail
-
name
protected java.lang.String name
-
entityName
protected java.lang.String entityName
-
_abstract
protected java.lang.Boolean _abstract
-
lazy
protected java.lang.Boolean lazy
-
proxy
protected java.lang.String proxy
-
batchSize
protected java.lang.Integer batchSize
-
dynamicInsert
protected java.lang.Boolean dynamicInsert
-
dynamicUpdate
protected java.lang.Boolean dynamicUpdate
-
selectBeforeUpdate
protected java.lang.Boolean selectBeforeUpdate
-
node
protected java.lang.String node
-
persister
protected java.lang.String persister
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the value of the name property.- Specified by:
getNamein interfaceEntityInfo- Returns:
- possible object is
String
-
setName
public void setName(java.lang.String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getEntityName
public java.lang.String getEntityName()
Gets the value of the entityName property.- Specified by:
getEntityNamein interfaceEntityInfo- Returns:
- possible object is
String
-
setEntityName
public void setEntityName(java.lang.String value)
Sets the value of the entityName property.- Parameters:
value- allowed object isString
-
isAbstract
public java.lang.Boolean isAbstract()
Gets the value of the abstract property.- Specified by:
isAbstractin interfaceEntityInfo- Returns:
- possible object is
Boolean
-
setAbstract
public void setAbstract(java.lang.Boolean value)
Sets the value of the abstract property.- Parameters:
value- allowed object isBoolean
-
isLazy
public java.lang.Boolean isLazy()
Gets the value of the lazy property.- Specified by:
isLazyin interfaceEntityInfo- Returns:
- possible object is
Boolean
-
setLazy
public void setLazy(java.lang.Boolean value)
Sets the value of the lazy property.- Parameters:
value- allowed object isBoolean
-
getProxy
public java.lang.String getProxy()
Gets the value of the proxy property.- Specified by:
getProxyin interfaceEntityInfo- Returns:
- possible object is
String
-
setProxy
public void setProxy(java.lang.String value)
Sets the value of the proxy property.- Parameters:
value- allowed object isString
-
getBatchSize
public int getBatchSize()
Gets the value of the batchSize property.- Specified by:
getBatchSizein interfaceEntityInfo- Returns:
- possible object is
Integer
-
setBatchSize
public void setBatchSize(java.lang.Integer value)
Sets the value of the batchSize property.- Parameters:
value- allowed object isInteger
-
isDynamicInsert
public boolean isDynamicInsert()
Gets the value of the dynamicInsert property.- Specified by:
isDynamicInsertin interfaceEntityInfo- Returns:
- possible object is
Boolean
-
setDynamicInsert
public void setDynamicInsert(java.lang.Boolean value)
Sets the value of the dynamicInsert property.- Parameters:
value- allowed object isBoolean
-
isDynamicUpdate
public boolean isDynamicUpdate()
Gets the value of the dynamicUpdate property.- Specified by:
isDynamicUpdatein interfaceEntityInfo- Returns:
- possible object is
Boolean
-
setDynamicUpdate
public void setDynamicUpdate(java.lang.Boolean value)
Sets the value of the dynamicUpdate property.- Parameters:
value- allowed object isBoolean
-
isSelectBeforeUpdate
public boolean isSelectBeforeUpdate()
Gets the value of the selectBeforeUpdate property.- Specified by:
isSelectBeforeUpdatein interfaceEntityInfo- Returns:
- possible object is
Boolean
-
setSelectBeforeUpdate
public void setSelectBeforeUpdate(java.lang.Boolean value)
Sets the value of the selectBeforeUpdate property.- Parameters:
value- allowed object isBoolean
-
getNode
public java.lang.String getNode()
Gets the value of the node property.- Returns:
- possible object is
String
-
setNode
public void setNode(java.lang.String value)
Sets the value of the node property.- Parameters:
value- allowed object isString
-
getPersister
public java.lang.String getPersister()
Gets the value of the persister property.- Specified by:
getPersisterin interfaceEntityInfo- Returns:
- possible object is
String
-
setPersister
public void setPersister(java.lang.String value)
Sets the value of the persister property.- Parameters:
value- allowed object isString
-
-