Java org.hibernate.mapping RootClass fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.mapping RootClass fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.mapping RootClass.

The text is from its open source code.

Subclass

org.hibernate.mapping.RootClass has subclasses.
Click this link to see all its subclasses.

Field

Constructor

Method

voidaddFilter(String name, String condition, boolean autoAliasInjection, java.util.Map aliasTableMap, java.util.Map aliasEntityMap)
voidaddProperty(Property p)
voidcreatePrimaryKey()
intgetBatchSize()
StringgetCacheConcurrencyStrategy()
StringgetClassName()
StringgetCustomSQLDelete()
StringgetCustomSQLInsert()
StringgetCustomSQLUpdate()
ValuegetDiscriminator()
StringgetDiscriminatorValue()
StringgetEntityName()
ClassgetEntityPersisterClass()
KeyValuegetIdentifier()
PropertygetIdentifierProperty()
StringgetLoaderName()
ClassgetMappedClass()
intgetOptimisticLockMode()
PropertygetProperty(String propertyName)
IteratorgetPropertyIterator()
Build an iterator over the properties defined on this class.
intgetSubclassId()
IteratorgetSubclassIterator()
Iterate over subclasses in a special 'order', most derived subclasses first.
TablegetTable()
StringgetWhere()
booleanhasSubclasses()
BooleanisAbstract()
booleanisCustomDeleteCallable()
booleanisCustomInsertCallable()
booleanisCustomUpdateCallable()
booleanisDiscriminatorInsertable()
booleanisDiscriminatorValueNotNull()
booleanisDiscriminatorValueNull()
booleanisExplicitPolymorphism()
booleanisForceDiscriminator()
booleanisInherited()
booleanisJoinedSubclass()
booleanisLazy()
booleanisLazyPropertiesCacheable()
booleanisMutable()
booleanisPolymorphic()
booleanisVersioned()
voidsetAbstract(Boolean isAbstract)
voidsetBatchSize(int batchSize)
voidsetCacheConcurrencyStrategy(String cacheConcurrencyStrategy)
voidsetCachingExplicitlyRequested(boolean cached)
voidsetClassName(String className)
voidsetDeclaredIdentifierProperty(Property declaredIdentifierProperty)
voidsetDiscriminator(Value discriminator)
voidsetDiscriminatorInsertable(boolean insertable)
voidsetDiscriminatorValue(String discriminatorValue)
voidsetDynamicInsert(boolean dynamicInsert)
voidsetDynamicUpdate(boolean dynamicUpdate)
voidsetEmbeddedIdentifier(boolean embeddedIdentifier)
voidsetEntityName(String entityName)
voidsetEntityPersisterClass(Class persister)
voidsetIdentifier(KeyValue identifier)
voidsetIdentifierProperty(Property identifierProperty)
voidsetJpaEntityName(String jpaEntityName)
voidsetLazy(boolean lazy)
voidsetLazyPropertiesCacheable(boolean lazyPropertiesCacheable)
voidsetMutable(boolean mutable)
voidsetOptimisticLockMode(int optimisticLockMode)
voidsetOptimisticLockStyle(OptimisticLockStyle optimisticLockStyle)
voidsetPolymorphic(boolean polymorphic)
voidsetProxyInterfaceName(String proxyInterfaceName)
voidsetTable(Table table)
voidsetVersion(Property version)