类 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
-
- 所有已实现的接口:
Serializable,EntityInfo,ToolingHintContainer
- 直接已知子类:
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>- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 protected String_extends-
从类继承的字段 org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
_abstract, batchSize, dynamicInsert, dynamicUpdate, entityName, lazy, name, node, persister, proxy, selectBeforeUpdate
-
从类继承的字段 org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
toolingHints
-
-
构造器概要
构造器 构造器 说明 JaxbHbmSubclassEntityBaseDefinition()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetExtends()Gets the value of the extends property.voidsetExtends(String value)Sets the value of the extends property.-
从类继承的方法 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
-
从类继承的方法 org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
getToolingHints
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 org.hibernate.boot.jaxb.hbm.spi.EntityInfo
getAttributes, getFetchProfile, getLoader, getQuery, getResultset, getSqlDelete, getSqlInsert, getSqlQuery, getSqlUpdate, getSynchronize, getTuplizer
-
从接口继承的方法 org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
getToolingHints
-
-
-
-
字段详细资料
-
_extends
protected String _extends
-
-