Uses of Class
org.hibernate.mapping.RootClass
-
-
Uses of RootClass in org.hibernate.cache.cfg.internal
Methods in org.hibernate.cache.cfg.internal with parameters of type RootClass Modifier and Type Method Description DomainDataRegionConfigImpl.Builder
DomainDataRegionConfigImpl.Builder. addNaturalIdConfig(RootClass rootEntityDescriptor, AccessType accessType)
Constructors in org.hibernate.cache.cfg.internal with parameters of type RootClass Constructor Description NaturalIdDataCachingConfigImpl(RootClass rootEntityDescriptor, AccessType accessType)
-
Uses of RootClass in org.hibernate.cfg
Constructors in org.hibernate.cfg with parameters of type RootClass Constructor Description CreateKeySecondPass(RootClass rootClass)
-
Uses of RootClass in org.hibernate.id.factory.spi
Methods in org.hibernate.id.factory.spi that return RootClass Modifier and Type Method Description RootClass
CustomIdGeneratorCreationContext. getRootClass()
-
Uses of RootClass in org.hibernate.mapping
Methods in org.hibernate.mapping that return RootClass Modifier and Type Method Description abstract RootClass
PersistentClass. getRootClass()
RootClass
RootClass. getRootClass()
RootClass
Subclass. getRootClass()
Methods in org.hibernate.mapping with parameters of type RootClass Modifier and Type Method Description Object
PersistentClassVisitor. accept(RootClass class1)
IdentifierGenerator
Component. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)
IdentifierGenerator
KeyValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)
Deprecated.IdentifierGenerator
KeyValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)
IdentifierGenerator
SimpleValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)
IdentifierGenerator
SimpleValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)
-
Uses of RootClass in org.hibernate.metamodel.mapping.internal
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type RootClass Constructor Description EntityVersionMappingImpl(RootClass bootEntityDescriptor, Supplier<?> templateInstanceAccess, String attributeName, String columnTableExpression, String columnExpression, String columnDefinition, Long length, Integer precision, Integer scale, BasicType<?> versionBasicType, EntityMappingType declaringType, MappingModelCreationProcess creationProcess)
IdClassEmbeddable(Component idClassSource, RootClass bootEntityDescriptor, NonAggregatedIdentifierMapping idMapping, EntityMappingType identifiedEntityMapping, String idTable, String[] idColumns, VirtualIdEmbeddable virtualIdEmbeddable, MappingModelCreationProcess creationProcess)
NonAggregatedIdentifierMappingImpl(EntityPersister entityPersister, RootClass bootEntityDescriptor, String rootTableName, String[] rootTableKeyColumnNames, MappingModelCreationProcess creationProcess)
-
Uses of RootClass in org.hibernate.query.sqm.mutation.internal
Methods in org.hibernate.query.sqm.mutation.internal with parameters of type RootClass Modifier and Type Method Description static SqmMultiTableInsertStrategy
SqmMutationStrategyHelper. resolveInsertStrategy(RootClass entityBootDescriptor, EntityMappingType rootEntityDescriptor, MappingModelCreationProcess creationProcess)
Standard resolution of SqmInsertStrategy to use for a given entity hierarchy.static SqmMultiTableMutationStrategy
SqmMutationStrategyHelper. resolveStrategy(RootClass entityBootDescriptor, EntityMappingType rootEntityDescriptor, MappingModelCreationProcess creationProcess)
Standard resolution of SqmMutationStrategy to use for a given entity hierarchy. -
Uses of RootClass in org.hibernate.testing.orm.junit
Method parameters in org.hibernate.testing.orm.junit with type arguments of type RootClass Modifier and Type Method Description default void
DomainModelScope. visitHierarchies(Consumer<RootClass> action)
default void
DomainModelScope. withHierarchy(Class rootType, Consumer<RootClass> action)
default void
DomainModelScope. withHierarchy(String rootTypeName, Consumer<RootClass> action)
-