类 AbstractBinder<K>

java.lang.Object
org.babyfish.jimmer.sql.cache.spi.AbstractBinder<K>
所有已实现的接口:
Binder<K>
直接已知子类:
AbstractTrackingConsumerBinder, AbstractTrackingProducerBinder

public abstract class AbstractBinder<K> extends Object implements Binder<K>
  • 字段详细资料

    • type

      protected final org.babyfish.jimmer.meta.ImmutableType type
    • prop

      protected final org.babyfish.jimmer.meta.ImmutableProp prop
  • 构造器详细资料

    • AbstractBinder

      public AbstractBinder(@Nullable @Nullable org.babyfish.jimmer.meta.ImmutableType type, @Nullable @Nullable org.babyfish.jimmer.meta.ImmutableProp prop)
  • 方法详细资料

    • type

      @Nullable public final @Nullable org.babyfish.jimmer.meta.ImmutableType type()
      指定者:
      type 在接口中 Binder<K>
    • prop

      @Nullable public final @Nullable org.babyfish.jimmer.meta.ImmutableProp prop()
      指定者:
      prop 在接口中 Binder<K>
    • deleteAll

      public final void deleteAll(Collection<K> keys, Object reason)
      指定者:
      deleteAll 在接口中 Binder<K>
    • deleteAllImpl

      protected abstract void deleteAllImpl(Collection<K> keys)
    • logDeletedKeys

      protected void logDeletedKeys(Collection<?> keys)
    • matched

      protected abstract boolean matched(@Nullable @Nullable Object reason)
    • toString

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

      protected String toString(boolean simpleName)