Uses of Class
org.hibernate.mapping.RootClass
-
Packages that use RootClass Package Description org.hibernate.boot.model.internal org.hibernate.cache.cfg.internal Implementation of the second-level cache configuration SPI.org.hibernate.id.factory.internal Implementation of the SPI for id generator factories.org.hibernate.id.factory.spi Contains an SPI for id generator factories.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.testing.orm.junit org.hibernate.testing.util.uuid -
-
Uses of RootClass in org.hibernate.boot.model.internal
Constructors in org.hibernate.boot.model.internal with parameters of type RootClass Constructor Description CreateKeySecondPass(RootClass 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.BuilderDomainDataRegionConfigImpl.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.id.factory.internal
Methods in org.hibernate.id.factory.internal with parameters of type RootClass Modifier and Type Method Description static 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 Modifier and Type Method Description RootClassCustomIdGeneratorCreationContext. getRootClass() -
Uses of RootClass in org.hibernate.mapping
Methods in org.hibernate.mapping that return RootClass Modifier and Type Method Description abstract RootClassPersistentClass. getRootClass()RootClassRootClass. getRootClass()RootClassSubclass. getRootClass()Methods in org.hibernate.mapping with parameters of type RootClass Modifier and Type Method Description ObjectPersistentClassVisitor. accept(RootClass class1)GeneratorComponent. createGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)GeneratorKeyValue. createGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)GeneratorSimpleValue. 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 RootClass Constructor Description EntityVersionMappingImpl(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) -
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 voidDomainModelScope. visitHierarchies(Consumer<RootClass> action)default voidDomainModelScope. withHierarchy(Class rootType, Consumer<RootClass> action)default voidDomainModelScope. withHierarchy(String rootTypeName, Consumer<RootClass> action) -
Uses of RootClass in org.hibernate.testing.util.uuid
Methods in org.hibernate.testing.util.uuid that return RootClass Modifier and Type Method Description RootClassIdGeneratorCreationContext. getRootClass()Constructors in org.hibernate.testing.util.uuid with parameters of type RootClass Constructor Description IdGeneratorCreationContext(MetadataImplementor domainModel, RootClass entityMapping)IdGeneratorCreationContext(ServiceRegistry serviceRegistry, MetadataImplementor domainModel, RootClass entityMapping)
-