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.
JDBC tooling.
-
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 TypeMethodDescriptionfinal Configuration
DefaultConfiguration.derive
(CacheProvider newCacheProvider) final Configuration
DefaultConfiguration.set
(CacheProvider newCacheProvider) final 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)