public abstract class JaxbHbmSubclassEntityBaseDefinition extends JaxbHbmEntityBaseDefinition implements 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 String |
_extends |
_abstract, batchSize, dynamicInsert, dynamicUpdate, entityName, lazy, name, node, persister, proxy, selectBeforeUpdatetoolingHints| Constructor and Description |
|---|
JaxbHbmSubclassEntityBaseDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtends()
Gets the value of the extends property.
|
void |
setExtends(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, getTuplizergetToolingHintsprotected String _extends
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.