Uses of Interface
org.jdbi.v3.core.config.internal.ConfigCache
-
Packages that use ConfigCache Package Description org.jdbi.v3.core.argument Theargumentclasses translate Java types into JDBC parameters.org.jdbi.v3.core.config.internal org.jdbi.v3.core.mapper mappers take the JDBC ResultSet and produce Java results.org.jdbi.v3.core.mapper.reflect.internal org.jdbi.v3.core.qualifier org.jdbi.v3.core.statement Thestatementpackage provides most of the Fluent API to drive statement execution. -
-
Uses of ConfigCache in org.jdbi.v3.core.argument
Fields in org.jdbi.v3.core.argument declared as ConfigCache Modifier and Type Field Description private static ConfigCache<java.lang.Class<?>,java.util.Map<java.lang.String,java.util.function.Function<java.lang.Object,TypedValue>>>ObjectFieldArguments. FIELD_CACHEDeprecated.private static ConfigCache<java.lang.Class<?>,java.util.Map<java.lang.String,java.util.function.Function<java.lang.Object,TypedValue>>>ObjectMethodArguments. NULLARY_METHOD_CACHEDeprecated. -
Uses of ConfigCache in org.jdbi.v3.core.config.internal
Fields in org.jdbi.v3.core.config.internal with type parameters of type ConfigCache Modifier and Type Field Description private java.util.Map<ConfigCache<?,?>,java.util.Map<java.lang.Object,java.lang.Object>>ConfigCaches. cachesMethods in org.jdbi.v3.core.config.internal that return ConfigCache Modifier and Type Method Description static <K,V>
ConfigCache<K,V>ConfigCaches. declare(java.util.function.BiFunction<ConfigRegistry,K,V> computer)static <K,V>
ConfigCache<K,V>ConfigCaches. declare(java.util.function.Function<K,?> keyNormalizer, java.util.function.BiFunction<ConfigRegistry,K,V> computer)static <K,V>
ConfigCache<K,V>ConfigCaches. declare(java.util.function.Function<K,?> keyNormalizer, java.util.function.Function<K,V> computer)static <K,V>
ConfigCache<K,V>ConfigCaches. declare(java.util.function.Function<K,V> computer) -
Uses of ConfigCache in org.jdbi.v3.core.mapper
Fields in org.jdbi.v3.core.mapper declared as ConfigCache Modifier and Type Field Description private static ConfigCache<java.lang.Class<? extends java.lang.Enum<?>>,ConfigCache<java.lang.String,java.lang.Enum<?>>>EnumMapper.EnumByNameColumnMapper. BY_NAME_CACHEFields in org.jdbi.v3.core.mapper with type parameters of type ConfigCache Modifier and Type Field Description private static ConfigCache<java.lang.Class<? extends java.lang.Enum<?>>,ConfigCache<java.lang.String,java.lang.Enum<?>>>EnumMapper.EnumByNameColumnMapper. BY_NAME_CACHE -
Uses of ConfigCache in org.jdbi.v3.core.mapper.reflect.internal
Fields in org.jdbi.v3.core.mapper.reflect.internal declared as ConfigCache Modifier and Type Field Description static ConfigCache<BuilderSpec<?,?>,BuilderPojoProperties<?,?>>BuilderPojoPropertiesFactory. BUILDER_CACHEstatic ConfigCache<ModifiablePojoPropertiesFactory.ModifiableSpec<?,?>,ModifiablePojoPropertiesFactory.ModifiablePojoProperties<?,?>>ModifiablePojoPropertiesFactory. MODIFIABLE_CACHEprivate static ConfigCache<java.lang.reflect.Type,BeanPropertiesFactory.BeanPojoProperties.PropertiesHolder<?>>BeanPropertiesFactory. PROPERTY_CACHE -
Uses of ConfigCache in org.jdbi.v3.core.qualifier
Fields in org.jdbi.v3.core.qualifier declared as ConfigCache Modifier and Type Field Description private static ConfigCache<java.lang.reflect.AnnotatedElement,QualifiedType<?>>Qualifiers. QUALIFIED_TYPE_CACHEprivate static ConfigCache<java.lang.reflect.AnnotatedElement[],java.util.Set<java.lang.annotation.Annotation>>Qualifiers. QUALIFIER_CACHE -
Uses of ConfigCache in org.jdbi.v3.core.statement
Fields in org.jdbi.v3.core.statement declared as ConfigCache Modifier and Type Field Description private static ConfigCache<java.lang.Class<?>,java.lang.Boolean>DescribedArgument. ARG_CLASS_HAS_TOSTRING
-