类 CacheTracker.InvalidationEvent

java.lang.Object
org.babyfish.jimmer.sql.cache.CacheTracker.InvalidationEvent
封闭接口:
CacheTracker

public static class CacheTracker.InvalidationEvent extends Object
  • 构造器详细资料

    • InvalidationEvent

      public InvalidationEvent(org.babyfish.jimmer.meta.ImmutableType type, Collection<?> ids)
    • InvalidationEvent

      public InvalidationEvent(org.babyfish.jimmer.meta.ImmutableProp prop, Collection<?> ids)
  • 方法详细资料

    • getType

      @NotNull public @NotNull org.babyfish.jimmer.meta.ImmutableType getType()
    • getProp

      @Nullable public @Nullable org.babyfish.jimmer.meta.ImmutableProp getProp()
    • getIds

      @NotNull public @NotNull Collection<?> getIds()
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object