Uses of Interface
org.jooq.CacheProvider
Packages that use CacheProvider
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
This package contains compatibility classes to bridge between JDBC 4.0 and
JDBC 4.1.
-
Uses of CacheProvider in org.jooq
Methods in org.jooq that return CacheProviderModifier and TypeMethodDescription@NotNull CacheProvider
Configuration.cacheProvider()
Get this configuration's underlying cache provider.Methods in org.jooq with parameters of type CacheProviderModifier and TypeMethodDescription@NotNull Configuration
Configuration.derive(CacheProvider newCacheProvider)
Create a derived configuration from this one, with a new cache provider.@NotNull Configuration
Configuration.set(CacheProvider newCacheProvider)
Change this configuration to hold a new cache provider. -
Uses of CacheProvider in org.jooq.impl
Methods in org.jooq.impl that return CacheProviderMethods in org.jooq.impl with parameters of type CacheProviderModifier and TypeMethodDescriptionDefaultConfiguration.derive(CacheProvider newCacheProvider)
DefaultConfiguration.set(CacheProvider newCacheProvider)
void
DefaultConfiguration.setCacheProvider(CacheProvider newCacheProvider)
-
Uses of CacheProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return CacheProviderMethods in org.jooq.tools.jdbc with parameters of type CacheProviderModifier and TypeMethodDescriptionMockConfiguration.derive(CacheProvider newCacheProvider)
MockConfiguration.set(CacheProvider newCacheProvider)