public abstract class JaxbHbmSubclassEntityBaseDefinition extends JaxbHbmEntityBaseDefinition implements java.io.Serializable
Java class for SubclassEntityBaseDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubclassEntityBaseDefinition">
<complexContent>
<extension base="{http://www.hibernate.org/xsd/orm/hbm}EntityBaseDefinition">
<attribute name="extends" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_extends |
_abstract, batchSize, dynamicInsert, dynamicUpdate, entityName, lazy, name, node, persister, proxy, selectBeforeUpdatetoolingHints| Constructor and Description |
|---|
JaxbHbmSubclassEntityBaseDefinition() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExtends()
Gets the value of the extends property.
|
void |
setExtends(java.lang.String value)
Sets the value of the extends property.
|
getBatchSize, getEntityName, getName, getNode, getPersister, getProxy, isAbstract, isDynamicInsert, isDynamicUpdate, isLazy, isSelectBeforeUpdate, setAbstract, setBatchSize, setDynamicInsert, setDynamicUpdate, setEntityName, setLazy, setName, setNode, setPersister, setProxy, setSelectBeforeUpdategetToolingHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributes, getFetchProfile, getLoader, getQuery, getResultset, getSqlDelete, getSqlInsert, getSqlQuery, getSqlUpdate, getSynchronize, getTuplizergetToolingHintsCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.