Uses of Class
org.hibernate.mapping.RootClass
Packages that use RootClass
Package
Description
Implementation of the second-level cache configuration SPI.
Implementation of the SPI for id generator factories.
Contains an SPI for id generator factories.
This package defines the Hibernate configuration-time mapping model.
-
Uses of RootClass in org.hibernate.boot.model.internal
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.id.factory.internal
Methods in org.hibernate.id.factory.internal with parameters of type RootClassModifier and TypeMethodDescriptionstatic PropertiesIdentifierGeneratorUtil.collectParameters(SimpleValue simpleValue, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass) static GeneratorIdentifierGeneratorUtil.createLegacyIdentifierGenerator(SimpleValue simpleValue, IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass) -
Uses of RootClass in org.hibernate.id.factory.spi
Methods in org.hibernate.id.factory.spi that return RootClass -
Uses of RootClass in org.hibernate.mapping
Methods in org.hibernate.mapping that return RootClassModifier and TypeMethodDescriptionabstract RootClassPersistentClass.getRootClass()RootClass.getRootClass()Subclass.getRootClass()Methods in org.hibernate.mapping with parameters of type RootClassModifier and TypeMethodDescriptionComponent.createGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass) KeyValue.createGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass) SimpleValue.createGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass) default IdentifierGeneratorKeyValue.createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass) Deprecated, for removal: This API element is subject to removal in a future version.default IdentifierGeneratorKeyValue.createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass) Deprecated, for removal: This API element is subject to removal in a future version. -
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, 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)
KeyValue.createGenerator(IdentifierGeneratorFactory, Dialect, RootClass)instead.