jimmer-sql-kotlin
0.6.32-0.7-preview
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt.filter
/
KShardingCacheableFilter
KSharding
Cacheable
Filter
interface
KShardingCacheableFilter
<
E
:
Any
>
:
KCacheableFilter
<
E
>
,
KShardingFilter
<
E
>
Content copied to clipboard
Functions
Functions
filter
Link copied to clipboard
abstract
fun
filter
(
args
:
KFilterArgs
<
E
>
)
Content copied to clipboard
get
Parameters
Link copied to clipboard
abstract
fun
getParameters
(
)
:
SortedMap
<
String
,
Any
>
?
Content copied to clipboard
is
Affected
By
Link copied to clipboard
abstract
fun
isAffectedBy
(
e
:
EntityEvent
<
*
>
)
:
Boolean
Content copied to clipboard