Class SpecialRootClass
- java.lang.Object
-
- org.hibernate.mapping.PersistentClass
-
- org.hibernate.mapping.RootClass
-
- org.hibernate.tool.orm.jbt.internal.util.SpecialRootClass
-
- All Implemented Interfaces:
Serializable,org.hibernate.mapping.AttributeContainer,org.hibernate.mapping.Contributable,org.hibernate.mapping.Filterable,org.hibernate.mapping.IdentifiableTypeClass,org.hibernate.mapping.MetaAttributable,org.hibernate.mapping.SoftDeletable,org.hibernate.mapping.TableContainer,org.hibernate.mapping.TableOwner
public class SpecialRootClass extends org.hibernate.mapping.RootClass- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpecialRootClass(org.hibernate.mapping.Property property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.mapping.PropertygetParentProperty()org.hibernate.mapping.PropertygetProperty()-
Methods inherited from class org.hibernate.mapping.RootClass
accept, addSubclass, enableSoftDelete, getCacheConcurrencyStrategy, getCacheRegionName, getDeclaredIdentifierProperty, getDeclaredVersion, getDiscriminator, getEntityPersisterClass, getIdentifier, getIdentifierProperty, getIdentityTables, getKey, getKeyClosure, getNaturalIdCacheRegionName, getPropertyClosure, getRootClass, getRootTable, getSoftDeleteColumn, getSubclassId, getSuperclass, getSynchronizedTables, getTable, getTableClosure, getVersion, getWhere, hasDiscriminator, hasEmbeddedIdentifier, hasIdentifierProperty, isConcreteProxy, isDiscriminatorInsertable, isExplicitPolymorphism, isForceDiscriminator, isInherited, isJoinedSubclass, isLazyPropertiesCacheable, isMutable, isPolymorphic, isVersioned, setCacheConcurrencyStrategy, setCacheRegionName, setConcreteProxy, setDeclaredIdentifierProperty, setDeclaredVersion, setDiscriminator, setDiscriminatorInsertable, setEmbeddedIdentifier, setEntityPersisterClass, setExplicitPolymorphism, setForceDiscriminator, setIdentifier, setIdentifierProperty, setLazyPropertiesCacheable, setMutable, setNaturalIdCacheRegionName, setPolymorphic, setTable, setVersion, setWhere, validate
-
Methods inherited from class org.hibernate.mapping.PersistentClass
addCallbackDefinitions, addCheckConstraint, addFilter, addJoin, addMappedSuperclassProperty, addProperty, addSubclassJoin, addSubclassProperty, addSubclassTable, addSynchronizedTable, applyProperty, assignCheckConstraintsToTable, checkColumnDuplication, contains, createPrimaryKey, findSecondaryTable, findTable, getBatchSize, getCallbackDefinitions, getCheckConstraints, getClassName, getContributor, getCustomSQLDelete, getCustomSQLDeleteCheckStyle, getCustomSQLInsert, getCustomSQLInsertCheckStyle, getCustomSQLUpdate, getCustomSQLUpdateCheckStyle, getDeclaredIdentifierMapper, getDeclaredProperties, getDeleteExpectation, getDirectSubclasses, getDiscriminatorValue, getEntityName, getFilters, getIdentifierMapper, getIdentityTable, getImplicitTable, getInsertExpectation, getJoinClosure, getJoinClosureSpan, getJoinNumber, getJoins, getJpaEntityName, getLoaderName, getMappedClass, getMetaAttribute, getMetaAttributes, getNonDuplicatedProperties, getOptimisticLockMode, getOptimisticLockStyle, getProperties, getProperty, getPropertyClosureSpan, getProxyInterface, getProxyInterfaceName, getQueryCacheLayout, getRecursiveProperty, getReferenceableProperties, getReferencedProperty, getSecondaryTable, getServiceRegistry, getSubclassClosure, getSubclasses, getSubclassJoinClosure, getSubclassProperty, getSubclassPropertyClosure, getSubclassSpan, getSubclassTableClosure, getSubTypes, getSuperMappedSuperclass, getSuperPersistentClass, getSuperType, getTable, getUnjoinedProperties, getUpdateExpectation, hasCollectionNotReferencingPK, hasIdentifierMapper, hasNaturalId, hasPartitionedSelectionMapping, hasPojoRepresentation, hasProperty, hasSelectBeforeUpdate, hasSubclasses, hasSubselectLoadableCollections, isAbstract, isCached, isCachingExplicitlyRequested, isClassOrSuperclassJoin, isClassOrSuperclassTable, isCustomDeleteCallable, isCustomInsertCallable, isCustomUpdateCallable, isDefinedOnMultipleSubclasses, isDiscriminatorValueNotNull, isDiscriminatorValueNull, isLazy, isPropertyDefinedInHierarchy, isPropertyDefinedInSuperHierarchy, prepareForMappingModel, setAbstract, setBatchSize, setCached, setCachingExplicitlyRequested, setClassName, setCustomSQLDelete, setCustomSQLInsert, setCustomSQLUpdate, setDeclaredIdentifierMapper, setDeleteExpectation, setDiscriminatorValue, setDynamicInsert, setDynamicUpdate, setEntityName, setIdentifierMapper, setInsertExpectation, setJpaEntityName, setLazy, setLoaderName, setMetaAttributes, setOptimisticLockMode, setOptimisticLockStyle, setProxyInterfaceName, setQueryCacheLayout, setSelectBeforeUpdate, setSubselectLoadableCollections, setSuperMappedSuperclass, setUpdateExpectation, toString, useDynamicInsert, useDynamicUpdate
-
-