Uses of Class
org.hibernate.metamodel.model.domain.NavigableRole
-
Packages that use NavigableRole Package Description org.hibernate.cache.cfg.spi An SPI modelling various aspects of the second-level cache configuration.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.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.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.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).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.spi An SPI allowing customized statistics collection. -
-
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.spi
Methods in org.hibernate.cache.spi with parameters of type NavigableRole Modifier and Type Method Description CollectionDataAccessDomainDataRegion. getCollectionDataAccess(NavigableRole collectionRole)Build aCollectionDataAccessinstance representing access to destructured collection data stored in this cache region.@Remove CollectionDataAccessCacheImplementor. getCollectionRegionAccess(NavigableRole collectionRole)Find the cache data access strategy for the given collection.EntityDataAccessDomainDataRegion. getEntityDataAccess(NavigableRole rootEntityRole)Build aEntityDataAccessinstance representing access to destructured entity data stored in this cache region.@Remove EntityDataAccessCacheImplementor. getEntityRegionAccess(NavigableRole rootEntityName)Find the cache data access strategy for an entity.@Remove NaturalIdDataAccessCacheImplementor. getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName)Find the cache data access strategy for the given entity's natural-id cache.NaturalIdDataAccessDomainDataRegion. getNaturalIdDataAccess(NavigableRole rootEntityRole)Build aNaturalIdDataAccessinstance representing access to natural id mappings stored in this cache region.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.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.mapping
Methods in org.hibernate.metamodel.mapping that return NavigableRole Modifier and Type Method Description NavigableRoleDiscriminatorConverter. getNavigableRole()NavigableRoleModelPart. 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)DiscriminatorConverter(NavigableRole discriminatorRole, JavaType<O> domainJavaType, JavaType<R> relationalJavaType)MappedDiscriminatorConverter(NavigableRole discriminatorRole, JavaType<O> domainJavaType, JavaType<R> relationalJavaType, List<DiscriminatorValueDetails> valueMappings) -
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.persister.collection
Methods in org.hibernate.persister.collection that return NavigableRole Modifier and Type Method Description NavigableRoleAbstractCollectionPersister. getNavigableRole()NavigableRoleCollectionPersister. 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 NavigableRoleAbstractEntityPersister. getNavigableRole()Methods in org.hibernate.persister.entity with parameters of type NavigableRole Modifier and Type Method Description protected AttributeMappingAbstractEntityPersister. buildSingularAssociationAttributeMapping(String attrName, NavigableRole navigableRole, int stateArrayPosition, int fetchableIndex, Property bootProperty, ManagedMappingType declaringType, EntityPersister declaringEntityPersister, EntityType attrType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, org.hibernate.metamodel.mapping.internal.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 NavigableRoleAnonymousTupleBasicValuedModelPart. getNavigableRole()NavigableRoleAnonymousTupleEmbeddableValuedModelPart. getNavigableRole()NavigableRoleAnonymousTupleEntityValuedModelPart. getNavigableRole()NavigableRoleAnonymousTupleTableGroupProducer. getNavigableRole() -
Uses of NavigableRole in org.hibernate.sql.model
Methods in org.hibernate.sql.model that return NavigableRole Modifier and Type Method Description NavigableRoleMutationTarget. getNavigableRole()The model role of this target -
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.
-