jimmer-sql-kotlin
0.8.125
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt.cache.spi
Package
org.
babyfish.
jimmer.
sql.
kt.
cache.
spi
Types
Types
Abstract
KRemote
Hash
Binder
Link copied to clipboard
abstract
class
AbstractKRemoteHashBinder
<
K
,
V
>
(
objectMapper
:
ObjectMapper
?
,
type
:
ImmutableType
?
,
prop
:
ImmutableProp
?
,
duration
:
Duration
,
randomPercent
:
Int
)
:
AbstractRemoteHashBinder
<
K
,
V
>
Content copied to clipboard
Abstract
KRemote
Value
Binder
Link copied to clipboard
abstract
class
AbstractKRemoteValueBinder
<
K
,
V
>
(
objectMapper
:
ObjectMapper
?
,
type
:
ImmutableType
?
,
prop
:
ImmutableProp
?
,
duration
:
Duration
,
randomPercent
:
Int
)
:
AbstractRemoteValueBinder
<
K
,
V
>
Content copied to clipboard