Uses of Interface
org.jooq.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
Modifier and TypeMethodDescription@NotNull CacheProvider
Configuration.cacheProvider()
Get this configuration's underlying cache provider.Modifier 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
Modifier and TypeMethodDescriptionDefaultConfiguration.derive(CacheProvider newCacheProvider)
DefaultConfiguration.set(CacheProvider newCacheProvider)
void
DefaultConfiguration.setCacheProvider(CacheProvider newCacheProvider)
-
Uses of CacheProvider in org.jooq.tools.jdbc
Modifier and TypeMethodDescriptionMockConfiguration.derive(CacheProvider newCacheProvider)
MockConfiguration.set(CacheProvider newCacheProvider)