接口 ShardingFilter<P extends Props>

类型参数:
P - The EntityProps type generated by apt
所有超级接口:
Filter<P>
所有已知子接口:
ShardingCacheableFilter<P>

public interface ShardingFilter<P extends Props> extends Filter<P>
Sharding global filter for java, Kotlin developer should use `KShardingFilter<E>`

Sharding filter means the filter conditions will always be used, even if when query object(s) by id(s).

  • 方法概要

    从接口继承的方法 org.babyfish.jimmer.sql.filter.Filter

    filter