Uses of Class
org.hibernate.metamodel.model.domain.NavigableRole
-
-
Uses of NavigableRole in org.hibernate.cache.cfg.internal
Methods in org.hibernate.cache.cfg.internal that return NavigableRole Modifier and Type Method Description NavigableRoleCollectionDataCachingConfigImpl. getNavigableRole()NavigableRoleEntityDataCachingConfigImpl. getNavigableRole()NavigableRoleNaturalIdDataCachingConfigImpl. 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 voidEntityDataCachingConfigImpl. 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 NavigableRoleDomainDataCachingConfig. getNavigableRole()TheNavigableRoleof 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 CollectionDataAccessDisabledCaching. getCollectionRegionAccess(NavigableRole collectionRole)Deprecated.CollectionDataAccessEnabledCaching. getCollectionRegionAccess(NavigableRole collectionRole)Deprecated.EntityDataAccessDisabledCaching. getEntityRegionAccess(NavigableRole rootEntityName)Deprecated.EntityDataAccessEnabledCaching. getEntityRegionAccess(NavigableRole rootEntityName)Deprecated.NaturalIdDataAccessDisabledCaching. getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName)Deprecated.NaturalIdDataAccessEnabledCaching. 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 CollectionDataAccessDomainDataRegion. getCollectionDataAccess(NavigableRole collectionRole)Build a CollectionRegionAccess instance representing access to collection data stored in this cache region using the given AccessType.CollectionDataAccessCacheImplementor. getCollectionRegionAccess(NavigableRole collectionRole)Find the cache data access strategy for the given collection.EntityDataAccessDomainDataRegion. getEntityDataAccess(NavigableRole rootEntityRole)Build a EntityRegionAccess instance representing access to entity data stored in this cache region using the given AccessType.EntityDataAccessCacheImplementor. getEntityRegionAccess(NavigableRole rootEntityName)Find the cache data access strategy for an entity.NaturalIdDataAccessCacheImplementor. getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName)Find the cache data access strategy for the given entity's natural-id cache.NaturalIdDataAccessDomainDataRegion. getNaturalIdDataAccess(NavigableRole rootEntityRole)Build a NaturalIdRegionAccess instance representing access to natural-id data stored in this cache region using the given AccessType.voidSecondLevelCacheLogger. readOnlyCachingMutableEntity(NavigableRole navigableRole)voidSecondLevelCacheLogger. 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 CollectionDataAccessAbstractDomainDataRegion. getCollectionDataAccess(NavigableRole collectionRole)EntityDataAccessAbstractDomainDataRegion. getEntityDataAccess(NavigableRole rootEntityRole)NaturalIdDataAccessAbstractDomainDataRegion. 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 StringLoggingHelper. toLoggableString(NavigableRole role)static StringLoggingHelper. 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 CollectionPersisterMappingMetamodel. findCollectionDescriptor(NavigableRole role)Find a collection mapping descriptor based on its role.CollectionPersisterMappingMetamodel. getCollectionDescriptor(NavigableRole role)Get a collection mapping descriptor based on its roleEmbeddableValuedModelPartMappingMetamodel. getEmbeddableValuedModelPart(NavigableRole role)Get an EmbeddableMappingType based on its NavigableRole.EmbeddableValuedModelPartRuntimeMetamodels. getEmbedded(NavigableRole role)EntityPersisterMappingMetamodel. 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 NavigableRoleAbstractCompositeIdentifierMapping. getNavigableRole()Methods in org.hibernate.metamodel.internal with parameters of type NavigableRole Modifier and Type Method Description EmbeddableValuedModelPartRuntimeMetamodelsImpl. 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 NavigableRoleModelPart. getNavigableRole() -
Uses of NavigableRole in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return NavigableRole Modifier and Type Method Description NavigableRoleAbstractDiscriminatorMapping. getNavigableRole()NavigableRoleAbstractNaturalIdMapping. getNavigableRole()NavigableRoleAnyDiscriminatorPart. getNavigableRole()NavigableRoleAnyKeyPart. getNavigableRole()NavigableRoleBasicAttributeMapping. getNavigableRole()NavigableRoleBasicEntityIdentifierMappingImpl. getNavigableRole()NavigableRoleBasicValuedCollectionPart. getNavigableRole()NavigableRoleCollectionIdentifierDescriptorImpl. getNavigableRole()NavigableRoleDiscriminatedAssociationAttributeMapping. getNavigableRole()NavigableRoleDiscriminatedCollectionPart. getNavigableRole()NavigableRoleEmbeddableMappingTypeImpl. getNavigableRole()NavigableRoleEmbeddedAttributeMapping. getNavigableRole()NavigableRoleEmbeddedCollectionPart. getNavigableRole()NavigableRoleEmbeddedForeignKeyDescriptor. getNavigableRole()NavigableRoleEntityCollectionPart. getNavigableRole()NavigableRoleEntityRowIdMappingImpl. getNavigableRole()NavigableRoleEntityVersionMappingImpl. getNavigableRole()NavigableRoleIdClassEmbeddable. getNavigableRole()NavigableRolePluralAttributeMappingImpl. getNavigableRole()NavigableRoleSimpleForeignKeyDescriptor. getNavigableRole()NavigableRoleToOneAttributeMapping. getNavigableRole()NavigableRoleVirtualIdEmbeddable. getNavigableRole()Methods in org.hibernate.metamodel.mapping.internal with parameters of type NavigableRole Modifier and Type Method Description static BasicAttributeMappingMappingModelCreationHelper. buildBasicAttributeMapping(String attrName, NavigableRole navigableRole, int stateArrayPosition, Property bootProperty, ManagedMappingType declaringType, BasicType attrType, String tableExpression, String attrColumnName, boolean isAttrFormula, String readExpr, String writeExpr, String columnDefinition, Long length, Integer precision, Integer scale, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)static ToOneAttributeMappingMappingModelCreationHelper. buildSingularAssociationAttributeMapping(String attrName, NavigableRole navigableRole, int stateArrayPosition, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, MappingModelCreationProcess creationProcess)protected static booleanAbstractEmbeddableMapping. 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 DiscriminatedAssociationMappingDiscriminatedAssociationMapping. from(NavigableRole containerRole, JavaType<?> baseAssociationJtd, DiscriminatedAssociationModelPart declaringModelPart, AnyType anyType, Any bootValueMapping, MappingModelCreationProcess creationProcess)Constructors in org.hibernate.metamodel.mapping.internal with parameters of type NavigableRole Constructor Description AnyDiscriminatorPart(NavigableRole partRole, DiscriminatedAssociationModelPart declaringType, String table, String column, String columnDefinition, Long length, Integer precision, Integer scale, boolean nullable, MetaType metaType)AnyKeyPart(NavigableRole navigableRole, DiscriminatedAssociationModelPart anyPart, String table, String column, String columnDefinition, Long length, Integer precision, Integer scale, boolean nullable, JdbcMapping jdbcMapping)BasicAttributeMapping(String attributeName, NavigableRole navigableRole, int stateArrayPosition, AttributeMetadataAccess attributeMetadataAccess, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, String tableExpression, String mappedColumnExpression, boolean isFormula, String customReadExpression, String customWriteExpression, String columnDefinition, Long length, Integer precision, Integer scale, JdbcMapping jdbcMapping, ManagedMappingType declaringType, PropertyAccess propertyAccess, ValueGeneration valueGeneration)DiscriminatedAssociationAttributeMapping(NavigableRole attributeRole, JavaType<?> baseAssociationJtd, ManagedMappingType declaringType, int stateArrayPosition, AttributeMetadataAccess attributeMetadataAccess, FetchTiming fetchTiming, PropertyAccess propertyAccess, Property bootProperty, AnyType anyType, Any bootValueMapping, MappingModelCreationProcess creationProcess)EmbeddedAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, String tableExpression, AttributeMetadataAccess attributeMetadataAccess, String parentInjectionAttributeName, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess, ValueGeneration valueGeneration)EmbeddedAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, String tableExpression, AttributeMetadataAccess attributeMetadataAccess, PropertyAccess parentInjectionAttributePropertyAccess, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess, ValueGeneration valueGeneration)ToOneAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, ToOne bootValue, AttributeMetadataAccess attributeMetadataAccess, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EntityMappingType entityMappingType, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, PropertyAccess propertyAccess)ToOneAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, ToOne bootValue, AttributeMetadataAccess attributeMetadataAccess, FetchOptions mappedFetchOptions, EntityMappingType entityMappingType, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, PropertyAccess propertyAccess)VirtualEmbeddedAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, String tableExpression, AttributeMetadataAccess attributeMetadataAccess, String parentInjectionAttributeName, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess, ValueGeneration valueGeneration)VirtualEmbeddedAttributeMapping(String name, NavigableRole navigableRole, int stateArrayPosition, String tableExpression, AttributeMetadataAccess attributeMetadataAccess, PropertyAccess parentInjectionAttributePropertyAccess, FetchTiming mappedFetchTiming, FetchStyle mappedFetchStyle, EmbeddableMappingType embeddableMappingType, ManagedMappingType declaringType, PropertyAccess propertyAccess, ValueGeneration valueGeneration) -
Uses of NavigableRole in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return NavigableRole Modifier and Type Method Description NavigableRoleNavigableRole. append(String name)NavigableRoleNavigableRole. appendContainer(String name)Uses `#` as the separator rather than `.`.NavigableRoleNavigableRole. 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 CollectionPersisterMappingMetamodelImpl. findCollectionDescriptor(NavigableRole role)CollectionPersisterMappingMetamodelImpl. getCollectionDescriptor(NavigableRole role)EmbeddableValuedModelPartMappingMetamodelImpl. getEmbeddableValuedModelPart(NavigableRole role)EntityPersisterMappingMetamodelImpl. 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 NavigableRoleAbstractCollectionPersister. getNavigableRole()NavigableRoleCollectionPersister. getNavigableRole() -
Uses of NavigableRole in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return NavigableRole Modifier and Type Method Description NavigableRoleAbstractEntityPersister. getNavigableRole() -
Uses of NavigableRole in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return NavigableRole Modifier and Type Method Description NavigableRoleAnonymousTupleBasicValuedModelPart. getNavigableRole()NavigableRoleAnonymousTupleEmbeddableValuedModelPart. getNavigableRole()NavigableRoleAnonymousTupleEntityValuedModelPart. getNavigableRole()NavigableRoleAnonymousTupleTableGroupProducer. getNavigableRole() -
Uses of NavigableRole in org.hibernate.sql.results.internal.domain
Methods in org.hibernate.sql.results.internal.domain that return NavigableRole Modifier and Type Method Description NavigableRoleCircularBiDirectionalFetchImpl. getNavigableRole()NavigableRoleCircularFetchImpl. getNavigableRole() -
Uses of NavigableRole in org.hibernate.stat.internal
Methods in org.hibernate.stat.internal that return NavigableRole Modifier and Type Method Description NavigableRoleStatsHelper. getRootEntityRole(EntityPersister entityDescriptor)Methods in org.hibernate.stat.internal with parameters of type NavigableRole Modifier and Type Method Description voidStatisticsImpl. collectionCacheHit(NavigableRole collectionRole, String regionName)voidStatisticsImpl. collectionCacheMiss(NavigableRole collectionRole, String regionName)voidStatisticsImpl. collectionCachePut(NavigableRole collectionRole, String regionName)voidStatisticsImpl. entityCacheHit(NavigableRole entityName, String regionName)voidStatisticsImpl. entityCacheMiss(NavigableRole entityName, String regionName)voidStatisticsImpl. entityCachePut(NavigableRole entityName, String regionName)voidStatisticsImpl. naturalIdCacheHit(NavigableRole rootEntityName, String regionName)voidStatisticsImpl. naturalIdCacheMiss(NavigableRole rootEntityName, String regionName)voidStatisticsImpl. 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 voidStatisticsImplementor. collectionCacheHit(NavigableRole collectionRole, String regionName)Callback indicating a get from second level cache resulted in a hit.voidStatisticsImplementor. collectionCacheMiss(NavigableRole collectionRole, String regionName)Callback indicating a get from second level cache resulted in a miss.voidStatisticsImplementor. collectionCachePut(NavigableRole collectionRole, String regionName)Callback indicating a put into second level cache.voidStatisticsImplementor. entityCacheHit(NavigableRole entityName, String regionName)Callback indicating a get from second level cache resulted in a hit.voidStatisticsImplementor. entityCacheMiss(NavigableRole entityName, String regionName)Callback indicating a get from second level cache resulted in a miss.voidStatisticsImplementor. entityCachePut(NavigableRole entityName, String regionName)Callback indicating a put into second level cache.voidStatisticsImplementor. naturalIdCacheHit(NavigableRole rootEntityName, String regionName)Callback indicating a get from natural id cache resulted in a hit.voidStatisticsImplementor. naturalIdCacheMiss(NavigableRole rootEntityName, String regionName)Callback indicating a get from natural id cache resulted in a miss.voidStatisticsImplementor. naturalIdCachePut(NavigableRole rootEntityName, String regionName)Callback indicating a put into natural id cache.
-