接口 EntityDataCachingConfig

    • 方法详细资料

      • isVersioned

        boolean isVersioned()
        Mainly here to allow optimization of not having to know the actual comparator instance to use here yet. If this method returns true, then users can safely assume that accessing getVersionComparatorAccess() will not produce a null Comparator later
        指定者:
        isVersioned 在接口中 DomainDataCachingConfig
      • getVersionComparatorAccess

        Supplier<Comparator> getVersionComparatorAccess()
        Access to the comparator to be used with the entity's version. If the entity is not versioned, then this method returns null.
      • getCachedTypes

        Set<NavigableRole> getCachedTypes()
        The list of specific subclasses of the root that are actually written to cache.