类的使用
org.hibernate.metamodel.model.domain.NavigableRole
-
使用NavigableRole的程序包 程序包 说明 org.hibernate.cache.cfg.internal org.hibernate.cache.cfg.spi 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 "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 This package abstracts the persistence mechanism for collections.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel.org.hibernate.stat.internal org.hibernate.stat.spi -
-
org.hibernate.cache.cfg.internal中NavigableRole的使用
返回NavigableRole的org.hibernate.cache.cfg.internal中的方法 修饰符和类型 方法 说明 NavigableRoleCollectionDataCachingConfigImpl. getNavigableRole()NavigableRoleEntityDataCachingConfigImpl. getNavigableRole()NavigableRoleNaturalIdDataCachingConfigImpl. getNavigableRole()返回变量类型为NavigableRole的类型的org.hibernate.cache.cfg.internal中的方法 修饰符和类型 方法 说明 Set<NavigableRole>EntityDataCachingConfigImpl. getCachedTypes()参数类型为NavigableRole的org.hibernate.cache.cfg.internal中的方法 修饰符和类型 方法 说明 voidEntityDataCachingConfigImpl. addCachedType(NavigableRole typeRole)参数类型为NavigableRole的org.hibernate.cache.cfg.internal中的构造器 构造器 说明 EntityDataCachingConfigImpl(NavigableRole rootEntityName, Supplier<Comparator> versionComparatorAccess, boolean isEntityMutable, AccessType accessType) -
org.hibernate.cache.cfg.spi中NavigableRole的使用
返回NavigableRole的org.hibernate.cache.cfg.spi中的方法 修饰符和类型 方法 说明 NavigableRoleDomainDataCachingConfig. getNavigableRole()TheNavigableRoleof the thing to be cached返回变量类型为NavigableRole的类型的org.hibernate.cache.cfg.spi中的方法 修饰符和类型 方法 说明 Set<NavigableRole>EntityDataCachingConfig. getCachedTypes()The list of specific subclasses of the root that are actually written to cache. -
org.hibernate.cache.internal中NavigableRole的使用
参数类型为NavigableRole的org.hibernate.cache.internal中的方法 修饰符和类型 方法 说明 CollectionDataAccessDisabledCaching. getCollectionRegionAccess(NavigableRole collectionRole)CollectionDataAccessEnabledCaching. getCollectionRegionAccess(NavigableRole collectionRole)EntityDataAccessDisabledCaching. getEntityRegionAccess(NavigableRole rootEntityName)EntityDataAccessEnabledCaching. getEntityRegionAccess(NavigableRole rootEntityName)NaturalIdDataAccessDisabledCaching. getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName)NaturalIdDataAccessEnabledCaching. getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName) -
org.hibernate.cache.spi中NavigableRole的使用
参数类型为NavigableRole的org.hibernate.cache.spi中的方法 修饰符和类型 方法 说明 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)已过时。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)已过时。UseEntityPersister.getCacheAccessStrategy()insteadNaturalIdDataAccessCacheImplementor. getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName)已过时。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) -
org.hibernate.cache.spi.support中NavigableRole的使用
参数类型为NavigableRole的org.hibernate.cache.spi.support中的方法 修饰符和类型 方法 说明 CollectionDataAccessAbstractDomainDataRegion. getCollectionDataAccess(NavigableRole collectionRole)EntityDataAccessAbstractDomainDataRegion. getEntityDataAccess(NavigableRole rootEntityRole)NaturalIdDataAccessAbstractDomainDataRegion. getNaturalIdDataAccess(NavigableRole rootEntityRole) -
org.hibernate.engine.spi中NavigableRole的使用
参数类型为NavigableRole的org.hibernate.engine.spi中的方法 修饰符和类型 方法 说明 CollectionDataAccessCacheImplementor. getCollectionRegionAccess(NavigableRole collectionRole)已过时。UseEntityPersister.getNaturalIdCacheAccessStrategy()()} insteadEntityDataAccessCacheImplementor. getEntityRegionAccess(NavigableRole rootEntityName)已过时。UseEntityPersister.getCacheAccessStrategy()insteadNaturalIdDataAccessCacheImplementor. getNaturalIdCacheRegionAccessStrategy(NavigableRole rootEntityName)已过时。UseEntityPersister.getNaturalIdCacheAccessStrategy()()} instead -
org.hibernate.metamodel.model.domain中NavigableRole的使用
返回NavigableRole的org.hibernate.metamodel.model.domain中的方法 修饰符和类型 方法 说明 NavigableRoleNavigableRole. append(String property)NavigableRoleNavigableRole. getParent()参数类型为NavigableRole的org.hibernate.metamodel.model.domain中的构造器 构造器 说明 NavigableRole(NavigableRole parent, String navigableName) -
org.hibernate.persister.collection中NavigableRole的使用
返回NavigableRole的org.hibernate.persister.collection中的方法 修饰符和类型 方法 说明 NavigableRoleAbstractCollectionPersister. getNavigableRole()NavigableRoleCollectionPersister. getNavigableRole() -
org.hibernate.persister.entity中NavigableRole的使用
返回NavigableRole的org.hibernate.persister.entity中的方法 修饰符和类型 方法 说明 NavigableRoleAbstractEntityPersister. getNavigableRole()NavigableRoleEntityPersister. getNavigableRole() -
org.hibernate.stat.internal中NavigableRole的使用
返回NavigableRole的org.hibernate.stat.internal中的方法 修饰符和类型 方法 说明 NavigableRoleStatsHelper. getRootEntityRole(EntityPersister entityDescriptor)参数类型为NavigableRole的org.hibernate.stat.internal中的方法 修饰符和类型 方法 说明 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) -
org.hibernate.stat.spi中NavigableRole的使用
参数类型为NavigableRole的org.hibernate.stat.spi中的方法 修饰符和类型 方法 说明 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.
-