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.collectParameters
(Value identifierValue, Dialect dialect, RootClass rootClass, BiConsumer<String, String> parameterCollector, ConfigurationService configService) static Properties
GeneratorParameters.collectParameters
(Value identifierValue, Dialect dialect, RootClass rootClass, Map<String, Object> configuration, ConfigurationService configService) 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)