Uses of Interface
org.jdbi.v3.core.cache.JdbiCacheBuilder
Packages that use JdbiCacheBuilder
Package
Description
Pluggable cache interface for Jdbi internal caches.
The
statement package provides most of the Fluent API
to drive statement execution.-
Uses of JdbiCacheBuilder in org.jdbi.v3.core.cache
Methods in org.jdbi.v3.core.cache that return JdbiCacheBuilderModifier and TypeMethodDescriptionJdbiCacheBuilder.maxSize(int maxSize) Sets an upper boundary to the cache size. -
Uses of JdbiCacheBuilder in org.jdbi.v3.core.statement
Methods in org.jdbi.v3.core.statement with parameters of type JdbiCacheBuilderModifier and TypeMethodDescriptionSqlStatements.setTemplateCache(JdbiCacheBuilder cacheBuilder) Sets the cache used to avoid repeatedly parsing SQL statements.Constructors in org.jdbi.v3.core.statement with parameters of type JdbiCacheBuilderModifierConstructorDescriptionColonPrefixSqlParser(JdbiCacheBuilder cacheBuilder) HashPrefixSqlParser(JdbiCacheBuilder cacheBuilder)