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, selectBeforeUpdate
toolingHints
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, setSelectBeforeUpdate
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 _extends
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.