| Package | Description |
|---|---|
| org.jdbi.v3.core.config |
The
config classes define a configuration registry starting from
each Jdbi instance. |
| org.jdbi.v3.core.mapper.reflect.internal |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> JdbiCache<K,V> |
JdbiCaches.declare(Function<K,?> keyNormalizer,
Function<K,V> computer) |
static <K,V> JdbiCache<K,V> |
JdbiCaches.declare(Function<K,V> computer) |
| Modifier and Type | Field and Description |
|---|---|
static JdbiCache<ImmutablesPropertiesFactory.ImmutableSpec<?,?>,ImmutablesPropertiesFactory.ImmutablePojoProperties<?,?>> |
ImmutablesPropertiesFactory.IMMUTABLE_CACHE |
static JdbiCache<ImmutablesPropertiesFactory.ModifiableSpec<?,?>,ImmutablesPropertiesFactory.ModifiablePojoProperties<?,?>> |
ImmutablesPropertiesFactory.MODIFIABLE_CACHE |
Copyright © 2019. All rights reserved.