Uses of Class
org.hibernate.mapping.RootClass
-
Packages that use RootClass Package Description org.hibernate.boot.model.internal org.hibernate.cache.cfg.internal org.hibernate.id.factory.internal org.hibernate.id.factory.spi org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.query.sqm.mutation.internal org.hibernate.testing.orm.junit -
-
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.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.id.factory.internal
Methods in org.hibernate.id.factory.internal with parameters of type RootClass Modifier and Type Method Description static Generator
IdentifierGeneratorUtil. 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 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)
Generator
Component. createGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)
Generator
KeyValue. createGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)
Generator
SimpleValue. createGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)
default IdentifierGenerator
KeyValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, String defaultCatalog, String defaultSchema, RootClass rootClass)
Deprecated.default IdentifierGenerator
KeyValue. createIdentifierGenerator(IdentifierGeneratorFactory identifierGeneratorFactory, Dialect dialect, RootClass rootClass)
Deprecated. -
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)
-