Package org.hibernate.boot.jaxb.hbm.spi
Class JaxbHbmSubclassEntityBaseDefinition
java.lang.Object
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
- All Implemented Interfaces:
Serializable
,EntityInfo
,ResultSetMappingContainer
,ToolingHintContainer
- Direct Known Subclasses:
JaxbHbmDiscriminatorSubclassEntityType
,JaxbHbmJoinedSubclassEntityType
,JaxbHbmUnionSubclassEntityType
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>
- See Also:
-
Field Summary
FieldsFields inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
_abstract, batchSize, dynamicInsert, dynamicUpdate, entityName, lazy, name, node, persister, proxy, selectBeforeUpdate
Fields inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
toolingHints
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extends property.void
setExtends
(String value) Sets the value of the extends property.Methods inherited from class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
getBatchSize, getEntityName, getName, getNode, getPersister, getProxy, isAbstract, isDynamicInsert, isDynamicUpdate, isLazy, isSelectBeforeUpdate, setAbstract, setBatchSize, setDynamicInsert, setDynamicUpdate, setEntityName, setLazy, setName, setNode, setPersister, setProxy, setSelectBeforeUpdate
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 Details
-
_extends
-
-
Constructor Details
-
JaxbHbmSubclassEntityBaseDefinition
public JaxbHbmSubclassEntityBaseDefinition()
-
-
Method Details