Uses of Class
org.hibernate.metamodel.model.domain.NavigableRole
-
Packages that use NavigableRole Package Description org.hibernate.cache.cfg.internal Implementation of the second-level cache configuration SPI.org.hibernate.cache.cfg.spi An SPI modelling various aspects of the second-level cache configuration.org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.org.hibernate.cache.spi.support This package provides a framework intended to reduce the work needed to implement a caching provider.org.hibernate.internal.log org.hibernate.metamodel This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.persister.collection This package abstracts persistence mechanisms for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.derived org.hibernate.sql.model Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.org.hibernate.stat.internal The built-in implementation of the statistics collection service.org.hibernate.stat.spi An SPI allowing customized statistics collection. -
-
Uses of NavigableRole in org.hibernate.cache.cfg.internal
Methods in org.hibernate.cache.cfg.internal that return NavigableRole Modifier and Type Method Description NavigableRole
CollectionDataCachingConfigImpl. getNavigableRole()
NavigableRole
EntityDataCachingConfigImpl. getNavigableRole()
NavigableRole
NaturalIdDataCachingConfigImpl. getNavigableRole()
Methods in org.hibernate.cache.cfg.internal that return types with arguments of type NavigableRole Modifier and Type Method Description Set<NavigableRole>
EntityDataCachingConfigImpl. getCachedTypes()
Methods in org.hibernate.cache.cfg.internal with parameters of type NavigableRole Modifier and Type Method Description void
EntityDataCachingConfigImpl. addCachedType(NavigableRole typeRole)
Constructors in org.hibernate.cache.cfg.internal with parameters of type NavigableRole Constructor Description EntityDataCachingConfigImpl(NavigableRole rootEntityName, Supplier<Comparator> versionComparatorAccess, boolean isEntityMutable, AccessType accessType)
-
Uses of NavigableRole in org.hibernate.cache.cfg.spi
Methods in org.hibernate.cache.cfg.spi that return NavigableRole Modifier and Type Method Description NavigableRole
DomainDataCachingConfig. getNavigableRole()
TheNavigableRole
of the thing to be cachedMethods in org.hibernate.cache.cfg.spi that return types with arguments of type NavigableRole Modifier and Type Method Description Set<NavigableRole>
EntityDataCachingConfig. getCachedTypes()
The list of specific subclasses of the root that are actually written to cache. -
Uses of NavigableRole in org.hibernate.cache.internal
Methods in org.hibernate.cache.internal with parameters of type NavigableRole Modifier and Type Method Description CollectionDataAccess
DisabledCaching. getCollectionRegionAccess(NavigableRole collectionRole)
Deprecated.CollectionDataAccess
EnabledCaching. getCollectionRegionAccess(NavigableRole collectionRole)
Deprecated.EntityDataAccess
DisabledCaching. getEntityRegionAccess(NavigableRole rootEntityName)
Deprecated.EntityDataAccess
EnabledCaching. getEntityRegionAccess(NavigableRole rootEntityName)
Deprecated.NaturalIdDataAccess
DisabledCaching. getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName)
Deprecated.NaturalIdDataAccess
EnabledCaching. getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName)
Deprecated. -
Uses of NavigableRole in org.hibernate.cache.spi
Methods in org.hibernate.cache.spi with parameters of type NavigableRole Modifier and Type Method Description CollectionDataAccess
DomainDataRegion. getCollectionDataAccess(NavigableRole collectionRole)
Build aCollectionDataAccess
instance representing access to destructured collection data stored in this cache region.@Remove CollectionDataAccess
CacheImplementor. getCollectionRegionAccess(NavigableRole collectionRole)
Find the cache data access strategy for the given collection.EntityDataAccess
DomainDataRegion. getEntityDataAccess(NavigableRole rootEntityRole)
Build aEntityDataAccess
instance representing access to destructured entity data stored in this cache region.@Remove EntityDataAccess
CacheImplementor. getEntityRegionAccess(NavigableRole rootEntityName)
Find the cache data access strategy for an entity.@Remove NaturalIdDataAccess
CacheImplementor. getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName)
Find the cache data access strategy for the given entity's natural-id cache.NaturalIdDataAccess
DomainDataRegion. getNaturalIdDataAccess(NavigableRole rootEntityRole)
Build aNaturalIdDataAccess
instance representing access to natural id mappings stored in this cache region.void
SecondLevelCacheLogger. readOnlyCachingMutableEntity(NavigableRole navigableRole)
void
SecondLevelCacheLogger. readOnlyCachingMutableNaturalId(NavigableRole navigableRole)
-
Uses of NavigableRole in org.hibernate.cache.spi.support
Methods in org.hibernate.cache.spi.support with parameters of type NavigableRole Modifier and Type Method Description CollectionDataAccess
AbstractDomainDataRegion. getCollectionDataAccess(NavigableRole collectionRole)
EntityDataAccess
AbstractDomainDataRegion. getEntityDataAccess(NavigableRole rootEntityRole)
NaturalIdDataAccess
AbstractDomainDataRegion. getNaturalIdDataAccess(NavigableRole rootEntityRole)
-
Uses of NavigableRole in org.hibernate.internal.log
Methods in org.hibernate.internal.log with parameters of type NavigableRole Modifier and Type Method Description static String
LoggingHelper. toLoggableString(NavigableRole role)
static String
LoggingHelper. toLoggableString(NavigableRole role, Object key)
-
Uses of NavigableRole in org.hibernate.metamodel
Methods in org.hibernate.metamodel with parameters of type NavigableRole Modifier and Type Method Description CollectionPersister
MappingMetamodel. findCollectionDescriptor(NavigableRole role)
Find a collection mapping descriptor based on its role.CollectionPersister
MappingMetamodel. getCollectionDescriptor(NavigableRole role)
Get a collection mapping descriptor based on its roleEmbeddableValuedModelPart
MappingMetamodel. getEmbeddableValuedModelPart(NavigableRole role)
Get an EmbeddableMappingType based on its NavigableRole.EmbeddableValuedModelPart
RuntimeMetamodels. getEmbedded(NavigableRole role)
EntityPersister
MappingMetamodel. getEntityDescriptor(NavigableRole name)
Get an entity mapping descriptor based on its NavigableRole. -
Uses of NavigableRole in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return NavigableRole Modifier and Type Method Description NavigableRole
AbstractCompositeIdentifierMapping. getNavigableRole()
Methods in org.hibernate.metamodel.internal with parameters of type NavigableRole Modifier and Type Method Description EmbeddableValuedModelPart
RuntimeMetamodelsImpl. getEmbedded(NavigableRole role)
-
Uses of NavigableRole in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return NavigableRole Modifier and Type Method Description NavigableRole
ModelPart. getNavigableRole()
Methods in org.hibernate.metamodel.mapping with parameters of type NavigableRole Modifier and Type Method Description static <O,R>
DefaultDiscriminatorConverter<O,R>DefaultDiscriminatorConverter. fromMappingMetamodel(NavigableRole role, JavaType<O> domainJavaType, BasicType<R> underlyingJdbcMapping, MappingMetamodelImplementor mappingMetamodel)
static <O,R>
MappedDiscriminatorConverter<O,R>MappedDiscriminatorConverter. fromValueMappings(NavigableRole role, JavaType<O> domainJavaType, BasicType<R> underlyingJdbcMapping, Map<Object,String> valueMappings, MappingMetamodelImplementor mappingMetamodel)
Constructors in org.hibernate.metamodel.mapping with parameters of type NavigableRole Constructor Description DefaultDiscriminatorConverter(NavigableRole discriminatorRole, JavaType<O> domainJavaType, JavaType<R> relationalJavaType, MappingMetamodelImplementor mappingMetamodel)
MappedDiscriminatorConverter(NavigableRole discriminatorRole, JavaType<O> domainJavaType, JavaType<R> relationalJavaType, List<DiscriminatorValueDetails> valueMappings)
-
Uses of NavigableRole in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return NavigableRole Modifier and Type Method Description NavigableRole
AbstractDiscriminatorMapping. getNavigableRole()
NavigableRole
AbstractEntityCollectionPart. getNavigableRole()
NavigableRole
AbstractNaturalIdMapping. getNavigableRole()
NavigableRole
AnyDiscriminatorPart. getNavigableRole()
NavigableRole
AnyKeyPart. getNavigableRole()
NavigableRole
BasicAttributeMapping. getNavigableRole()
NavigableRole
BasicEntityIdentifierMappingImpl. getNavigableRole()
NavigableRole
BasicValuedCollectionPart. getNavigableRole()
NavigableRole
CollectionIdentifierDescriptorImpl. getNavigableRole()
NavigableRole
DiscriminatedAssociationAttributeMapping. getNavigableRole()
NavigableRole
DiscriminatedCollectionPart. getNavigableRole()
NavigableRole
EmbeddableMappingTypeImpl. getNavigableRole()
NavigableRole
EmbeddedAttributeMapping. getNavigableRole()
NavigableRole
EmbeddedCollectionPart. getNavigableRole()
NavigableRole
EmbeddedForeignKeyDescriptor. getNavigableRole()
NavigableRole
EntityRowIdMappingImpl. getNavigableRole()
NavigableRole
EntityVersionMappingImpl. getNavigableRole()
NavigableRole
IdClassEmbeddable. getNavigableRole()
NavigableRole
PluralAttributeMappingImpl. getNavigableRole()
NavigableRole
SimpleForeignKeyDescriptor. getNavigableRole()
NavigableRole
SoftDeleteMappingImpl. getNavigableRole()
NavigableRole
ToOneAttributeMapping. getNavigableRole()
NavigableRole
VirtualIdEmbeddable. getNavigableRole()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type NavigableRole Modifier and Type Method Description static BasicAttributeMapping
MappingModelCreationHelper. buildBasicAttributeMapping(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, BasicType attrType, String tableExpression, String attrColumnName, SelectablePath selectablePath, boolean isAttrFormula, String readExpr, String writeExpr, String columnDefinition, Long length, Integer precision, Integer scale, Integer temporalPrecision, boolean isLob, boolean nullable, boolean insertable, boolean updateable, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)
static ToOneAttributeMapping
MappingModelCreationHelper. buildSingularAssociationAttributeMapping(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)
For Hibernate Reactivestatic ToOneAttributeMapping
MappingModelCreationHelper. buildSingularAssociationAttributeMapping(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess, Function<ToOneAttributeMapping,ToOneAttributeMapping> mappingConverter)
protected boolean
AbstractEmbeddableMapping. finishInitialization(NavigableRole navigableRole, Component bootDescriptor, CompositeType compositeType, String rootTableExpression, String[] rootTableKeyColumnNames, EmbeddableMappingType declarer, EmbeddableRepresentationStrategy representationStrategy, AbstractEmbeddableMapping.AttributeTypeValidator attributeTypeValidator, AbstractEmbeddableMapping.ConcreteTableResolver concreteTableResolver, Consumer<AttributeMapping> attributeConsumer, AbstractEmbeddableMapping.SuccessfulCompletionCallback completionCallback, MappingModelCreationProcess creationProcess)
static DiscriminatedAssociationMapping
DiscriminatedAssociationMapping. from(NavigableRole containerRole, JavaType<?> baseAssociationJtd, DiscriminatedAssociationModelPart declaringModelPart, AnyType anyType, Any bootValueMapping, MappingModelCreationProcess creationProcess)
static BasicType<?>
MappingModelCreationHelper. resolveAggregateColumnBasicType(MappingModelCreationProcess creationProcess, NavigableRole navigableRole, Column column)
Constructors in org.hibernate.metamodel.mapping.internal with parameters of type NavigableRole Constructor Description AnyDiscriminatorPart(NavigableRole partRole, DiscriminatedAssociationModelPart declaringType, String table, String column, String customReadExpression, String customWriteExpression, String columnDefinition, Long length, Integer precision, Integer scale, boolean insertable, boolean updateable, boolean partitioned, BasicType<?> underlyingJdbcMapping, Map<Object,String> valueToEntityNameMap, MappingMetamodelImplementor mappingMetamodel)
AnyKeyPart(NavigableRole navigableRole, DiscriminatedAssociationModelPart anyPart, String table, String column, String customReadExpression, String customWriteExpression, String columnDefinition, Long length, Integer precision, Integer scale, boolean nullable, boolean insertable, boolean updateable, boolean partitioned, JdbcMapping jdbcMapping)
BasicAttributeMapping(String attributeName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, AttributeMetadata attributeMetadata, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, String tableExpression, String mappedColumnExpression, SelectablePath selectablePath, boolean isFormula, String customReadExpression, String customWriteExpression, String columnDefinition, Long length, Integer precision, Integer scale, Integer temporalPrecision, boolean isLob, boolean nullable, boolean insertable, boolean updateable, boolean partitioned, JdbcMapping jdbcMapping, ManagedMappingType declaringType, PropertyAccess propertyAccess)
DiscriminatedAssociationAttributeMapping(NavigableRole attributeRole, JavaType<?> baseAssociationJtd, ManagedMappingType declaringType, int stateArrayPosition, int fetchableIndex, AttributeMetadata attributeMetadata, FetchTiming fetchTiming, PropertyAccess propertyAccess, Property bootProperty, AnyType anyType, Any bootValueMapping, MappingModelCreationProcess creationProcess)
EmbeddedAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, String tableExpression, AttributeMetadata attributeMetadata, String parentInjectionAttributeName, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess)
EmbeddedAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, String tableExpression, AttributeMetadata attributeMetadata, PropertyAccess parentInjectionAttributePropertyAccess, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess)
ToOneAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, ToOne bootValue, AttributeMetadata attributeMetadata, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EntityMappingType entityMappingType, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, PropertyAccess propertyAccess)
ToOneAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, ToOne bootValue, AttributeMetadata attributeMetadata, FetchOptions mappedFetchOptions, EntityMappingType entityMappingType, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, PropertyAccess propertyAccess)
VirtualEmbeddedAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, String tableExpression, AttributeMetadata attributeMetadata, String parentInjectionAttributeName, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess)
VirtualEmbeddedAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, String tableExpression, AttributeMetadata attributeMetadata, PropertyAccess parentInjectionAttributePropertyAccess, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess)
-
Uses of NavigableRole in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return NavigableRole Modifier and Type Method Description NavigableRole
NavigableRole. append(String name)
NavigableRole
NavigableRole. appendContainer(String name)
Uses `#` as the separator rather than `.`.NavigableRole
NavigableRole. getParent()
Constructors in org.hibernate.metamodel.model.domain with parameters of type NavigableRole Constructor Description NavigableRole(NavigableRole parent, String localName)
NavigableRole(NavigableRole parent, String localName, char separator)
-
Uses of NavigableRole in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal with parameters of type NavigableRole Modifier and Type Method Description CollectionPersister
MappingMetamodelImpl. findCollectionDescriptor(NavigableRole role)
CollectionPersister
MappingMetamodelImpl. getCollectionDescriptor(NavigableRole role)
EmbeddableValuedModelPart
MappingMetamodelImpl. getEmbeddableValuedModelPart(NavigableRole role)
EntityPersister
MappingMetamodelImpl. getEntityDescriptor(NavigableRole name)
-
Uses of NavigableRole in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return NavigableRole Modifier and Type Method Description NavigableRole
AbstractCollectionPersister. getNavigableRole()
NavigableRole
CollectionPersister. getNavigableRole()
The NavigableRole for this collection. -
Uses of NavigableRole in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return NavigableRole Modifier and Type Method Description NavigableRole
AbstractEntityPersister. getNavigableRole()
Methods in org.hibernate.persister.entity with parameters of type NavigableRole Modifier and Type Method Description protected AttributeMapping
AbstractEntityPersister. buildSingularAssociationAttributeMapping(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)
For Hibernate Reactive -
Uses of NavigableRole in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return NavigableRole Modifier and Type Method Description NavigableRole
AnonymousTupleBasicValuedModelPart. getNavigableRole()
NavigableRole
AnonymousTupleEmbeddableValuedModelPart. getNavigableRole()
NavigableRole
AnonymousTupleEntityValuedModelPart. getNavigableRole()
NavigableRole
AnonymousTupleTableGroupProducer. getNavigableRole()
-
Uses of NavigableRole in org.hibernate.sql.model
Methods in org.hibernate.sql.model that return NavigableRole Modifier and Type Method Description NavigableRole
MutationTarget. getNavigableRole()
The model role of this target -
Uses of NavigableRole in org.hibernate.stat.internal
Methods in org.hibernate.stat.internal that return NavigableRole Modifier and Type Method Description NavigableRole
StatsHelper. getRootEntityRole(EntityPersister entityDescriptor)
Methods in org.hibernate.stat.internal with parameters of type NavigableRole Modifier and Type Method Description void
StatisticsImpl. collectionCacheHit(NavigableRole collectionRole, String regionName)
void
StatisticsImpl. collectionCacheMiss(NavigableRole collectionRole, String regionName)
void
StatisticsImpl. collectionCachePut(NavigableRole collectionRole, String regionName)
void
StatisticsImpl. entityCacheHit(NavigableRole entityName, String regionName)
void
StatisticsImpl. entityCacheMiss(NavigableRole entityName, String regionName)
void
StatisticsImpl. entityCachePut(NavigableRole entityName, String regionName)
void
StatisticsImpl. naturalIdCacheHit(NavigableRole rootEntityName, String regionName)
void
StatisticsImpl. naturalIdCacheMiss(NavigableRole rootEntityName, String regionName)
void
StatisticsImpl. naturalIdCachePut(NavigableRole rootEntityName, String regionName)
-
Uses of NavigableRole in org.hibernate.stat.spi
Methods in org.hibernate.stat.spi with parameters of type NavigableRole Modifier and Type Method Description void
StatisticsImplementor. collectionCacheHit(NavigableRole collectionRole, String regionName)
Callback indicating a get from second level cache resulted in a hit.void
StatisticsImplementor. collectionCacheMiss(NavigableRole collectionRole, String regionName)
Callback indicating a get from second level cache resulted in a miss.void
StatisticsImplementor. collectionCachePut(NavigableRole collectionRole, String regionName)
Callback indicating a put into second level cache.void
StatisticsImplementor. entityCacheHit(NavigableRole entityName, String regionName)
Callback indicating a get from second level cache resulted in a hit.void
StatisticsImplementor. entityCacheMiss(NavigableRole entityName, String regionName)
Callback indicating a get from second level cache resulted in a miss.void
StatisticsImplementor. entityCachePut(NavigableRole entityName, String regionName)
Callback indicating a put into second level cache.void
StatisticsImplementor. naturalIdCacheHit(NavigableRole rootEntityName, String regionName)
Callback indicating a get from natural id cache resulted in a hit.void
StatisticsImplementor. naturalIdCacheMiss(NavigableRole rootEntityName, String regionName)
Callback indicating a get from natural id cache resulted in a miss.void
StatisticsImplementor. naturalIdCachePut(NavigableRole rootEntityName, String regionName)
Callback indicating a put into natural id cache.
-