Uses of Class
org.hibernate.metamodel.model.domain.NavigableRole
-
Packages that use NavigableRole Package Description org.hibernate.cache.cfg.spi org.hibernate.cache.spi Defines the integration aspect of Hibernate's second-level caching allowing "caching back ends" to be plugged in as a caching provider.org.hibernate.cache.spi.support Package intended for simplifying the worked needed to implement a caching provider.org.hibernate.engine.spi org.hibernate.metamodel.model.domain org.hibernate.persister.collection org.hibernate.persister.entity org.hibernate.stat.spi -
-
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 java.util.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 a CollectionRegionAccess instance representing access to collection data stored in this cache region using the given AccessType.CollectionDataAccessCacheImplementor. getCollectionRegionAccess(NavigableRole collectionRole)Deprecated.UseEntityPersister.getNaturalIdCacheAccessStrategy()()} insteadEntityDataAccessDomainDataRegion. 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)Deprecated.UseEntityPersister.getCacheAccessStrategy()insteadNaturalIdDataAccessCacheImplementor. getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName)Deprecated.UseEntityPersister.getNaturalIdCacheAccessStrategy()()} insteadNaturalIdDataAccessDomainDataRegion. 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.engine.spi
Methods in org.hibernate.engine.spi with parameters of type NavigableRole Modifier and Type Method Description CollectionDataAccessCacheImplementor. getCollectionRegionAccess(NavigableRole collectionRole)Deprecated.UseEntityPersister.getNaturalIdCacheAccessStrategy()()} insteadEntityDataAccessCacheImplementor. getEntityRegionAccess(NavigableRole rootEntityName)Deprecated.UseEntityPersister.getCacheAccessStrategy()insteadNaturalIdDataAccessCacheImplementor. getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName)Deprecated.UseEntityPersister.getNaturalIdCacheAccessStrategy()()} instead -
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(java.lang.String property)NavigableRoleNavigableRole. getParent()Constructors in org.hibernate.metamodel.model.domain with parameters of type NavigableRole Constructor Description NavigableRole(NavigableRole parent, java.lang.String navigableName) -
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()NavigableRoleEntityPersister. getNavigableRole() -
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, java.lang.String regionName)Callback indicating a get from second level cache resulted in a hit.voidStatisticsImplementor. collectionCacheMiss(NavigableRole collectionRole, java.lang.String regionName)Callback indicating a get from second level cache resulted in a miss.voidStatisticsImplementor. collectionCachePut(NavigableRole collectionRole, java.lang.String regionName)Callback indicating a put into second level cache.voidStatisticsImplementor. entityCacheHit(NavigableRole entityName, java.lang.String regionName)Callback indicating a get from second level cache resulted in a hit.voidStatisticsImplementor. entityCacheMiss(NavigableRole entityName, java.lang.String regionName)Callback indicating a get from second level cache resulted in a miss.voidStatisticsImplementor. entityCachePut(NavigableRole entityName, java.lang.String regionName)Callback indicating a put into second level cache.voidStatisticsImplementor. naturalIdCacheHit(NavigableRole rootEntityName, java.lang.String regionName)Callback indicating a get from natural id cache resulted in a hit.voidStatisticsImplementor. naturalIdCacheMiss(NavigableRole rootEntityName, java.lang.String regionName)Callback indicating a get from natural id cache resulted in a miss.voidStatisticsImplementor. naturalIdCachePut(NavigableRole rootEntityName, java.lang.String regionName)Callback indicating a put into natural id cache.
-