Uses of Class
org.hibernate.mapping.RootClass
Packages that use RootClass
Package
Description
Implementation of the second-level cache configuration SPI.
This package defines an abstraction over all kinds of automatic
value generation, including id generation and version number
generation.
This package defines the Hibernate configuration-time mapping model.
-
Uses of RootClass in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type RootClassModifier and TypeMethodDescriptionstatic void
GeneratorParameters.collectBaselineProperties
(SimpleValue identifierValue, Dialect dialect, RootClass rootClass, BiConsumer<String, String> parameterCollector) static Properties
GeneratorParameters.collectParameters
(SimpleValue identifierValue, Dialect dialect, RootClass rootClass) Collect the parameters which should be passed toConfigurable.configure(GeneratorCreationContext, Properties)
.static void
GeneratorParameters.collectParameters
(SimpleValue identifierValue, Dialect dialect, RootClass rootClass, BiConsumer<String, String> parameterCollector) static Properties
GeneratorParameters.collectParameters
(SimpleValue identifierValue, Dialect dialect, RootClass rootClass, Map<String, Object> configuration) Collect the parameters which should be passed toConfigurable.configure(GeneratorCreationContext, Properties)
.static String
GeneratorParameters.identityTablesString
(Dialect dialect, RootClass rootClass) Constructors in org.hibernate.boot.model.internal with parameters of type RootClass -
Uses of RootClass in org.hibernate.cache.cfg.internal
Methods in org.hibernate.cache.cfg.internal with parameters of type RootClassModifier and TypeMethodDescriptionDomainDataRegionConfigImpl.Builder.addNaturalIdConfig
(RootClass rootEntityDescriptor, AccessType accessType) Constructors in org.hibernate.cache.cfg.internal with parameters of type RootClassModifierConstructorDescriptionNaturalIdDataCachingConfigImpl
(RootClass rootEntityDescriptor, AccessType accessType) -
Uses of RootClass in org.hibernate.generator
Methods in org.hibernate.generator that return RootClassModifier and TypeMethodDescriptionGeneratorCreationContext.getRootClass()
Mapping details for the root of the entity hierarchy. -
Uses of RootClass in org.hibernate.mapping
Methods in org.hibernate.mapping that return RootClassModifier and TypeMethodDescriptionabstract RootClass
PersistentClass.getRootClass()
RootClass.getRootClass()
Subclass.getRootClass()
Methods in org.hibernate.mapping with parameters of type RootClassModifier and TypeMethodDescriptionComponent.createGenerator
(Dialect dialect, RootClass rootClass, Property property, GeneratorSettings defaults) KeyValue.createGenerator
(Dialect dialect, RootClass rootClass) Deprecated, for removal: This API element is subject to removal in a future version.No longer called, except from tests.KeyValue.createGenerator
(Dialect dialect, RootClass rootClass, Property property, GeneratorSettings defaults) SimpleValue.createGenerator
(Dialect dialect, RootClass rootClass) Deprecated, for removal: This API element is subject to removal in a future version.SimpleValue.createGenerator
(Dialect dialect, RootClass rootClass, Property property, GeneratorSettings defaults) -
Uses of RootClass in org.hibernate.metamodel.mapping.internal
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type RootClassModifierConstructorDescriptionEntityVersionMappingImpl
(RootClass bootEntityDescriptor, Supplier<?> templateInstanceAccess, String attributeName, String columnTableExpression, String columnExpression, String columnDefinition, Long length, Integer precision, Integer scale, Integer temporalPrecision, BasicType<?> versionBasicType, EntityMappingType declaringType) 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.testing.orm.junit
Method parameters in org.hibernate.testing.orm.junit with type arguments of type RootClassModifier and TypeMethodDescriptiondefault void
DomainModelScope.visitHierarchies
(Consumer<RootClass> action) default void
DomainModelScope.withHierarchy
(Class rootType, Consumer<RootClass> action) default void
DomainModelScope.withHierarchy
(String rootTypeName, Consumer<RootClass> action) -
Uses of RootClass in org.hibernate.testing.util.uuid
Methods in org.hibernate.testing.util.uuid that return RootClassConstructors in org.hibernate.testing.util.uuid with parameters of type RootClassModifierConstructorDescriptionIdGeneratorCreationContext
(MetadataImplementor domainModel, RootClass entityMapping) IdGeneratorCreationContext
(ServiceRegistry serviceRegistry, MetadataImplementor domainModel, RootClass entityMapping)