Uses of Interface
org.jdbi.v3.core.config.internal.ConfigCache
Packages that use ConfigCache
Package
Description
The
argument classes translate Java types into JDBC parameters.mappers take the JDBC ResultSet and produce Java results.
The
statement package 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 ConfigCacheModifier and TypeFieldDescriptionprivate static final ConfigCache<Class<?>,Map<String, Function<Object, TypedValue>>> ObjectFieldArguments.FIELD_CACHEDeprecated.private static final ConfigCache<Class<?>,Map<String, Function<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 ConfigCacheModifier and TypeFieldDescriptionprivate final Map<ConfigCache<?,?>, Map<Object, Object>> ConfigCaches.cachesMethods in org.jdbi.v3.core.config.internal that return ConfigCacheModifier and TypeMethodDescriptionstatic <K,V> ConfigCache<K, V> ConfigCaches.declare(BiFunction<ConfigRegistry, K, V> computer) static <K,V> ConfigCache<K, V> ConfigCaches.declare(Function<K, ?> keyNormalizer, BiFunction<ConfigRegistry, K, V> computer) static <K,V> ConfigCache<K, V> static <K,V> ConfigCache<K, V> -
Uses of ConfigCache in org.jdbi.v3.core.mapper
Fields in org.jdbi.v3.core.mapper declared as ConfigCacheModifier and TypeFieldDescriptionprivate static final ConfigCache<Class<? extends Enum<?>>,ConfigCache<String, Enum<?>>> EnumMapper.EnumByNameColumnMapper.BY_NAME_CACHEFields in org.jdbi.v3.core.mapper with type parameters of type ConfigCacheModifier and TypeFieldDescriptionprivate static final ConfigCache<Class<? extends Enum<?>>,ConfigCache<String, 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 ConfigCacheModifier and TypeFieldDescriptionstatic final ConfigCache<BuilderSpec<?,?>, BuilderPojoProperties<?, ?>> BuilderPojoPropertiesFactory.BUILDER_CACHEstatic final ConfigCache<ModifiablePojoPropertiesFactory.ModifiableSpec<?,?>, ModifiablePojoPropertiesFactory.ModifiablePojoProperties<?, ?>> ModifiablePojoPropertiesFactory.MODIFIABLE_CACHEprivate static final ConfigCache<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 ConfigCacheModifier and TypeFieldDescriptionprivate static final ConfigCache<AnnotatedElement,QualifiedType<?>> Qualifiers.QUALIFIED_TYPE_CACHEprivate static final ConfigCache<AnnotatedElement[],Set<Annotation>> Qualifiers.QUALIFIER_CACHE -
Uses of ConfigCache in org.jdbi.v3.core.statement
Fields in org.jdbi.v3.core.statement declared as ConfigCacheModifier and TypeFieldDescriptionprivate static final ConfigCache<Class<?>,Boolean> DescribedArgument.ARG_CLASS_HAS_TOSTRING