Uses of Interface
org.jooq.ConstructorPropertiesProvider
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
JDBC tooling.
-
Uses of ConstructorPropertiesProvider in org.jooq
Modifier and TypeMethodDescription@NotNull ConstructorPropertiesProvider
Configuration.constructorPropertiesProvider()
Get this configuration's underlying constructor properties provider.Modifier and TypeMethodDescription@NotNull Configuration
Configuration.derive
(ConstructorPropertiesProvider newConstructorPropertiesProvider) Create a derived configuration from this one, with a new constructor properties provider.@NotNull Configuration
Configuration.set
(ConstructorPropertiesProvider newConstructorPropertiesProvider) Change this configuration to hold a new constructor properties provider. -
Uses of ConstructorPropertiesProvider in org.jooq.impl
Modifier and TypeMethodDescriptionfinal Configuration
DefaultConfiguration.derive
(ConstructorPropertiesProvider newConstructorPropertiesProvider) final Configuration
DefaultConfiguration.set
(ConstructorPropertiesProvider newConstructorPropertiesProvider) final void
DefaultConfiguration.setConstructorPropertiesProvider
(ConstructorPropertiesProvider newConstructorPropertiesProvider) -
Uses of ConstructorPropertiesProvider in org.jooq.tools.jdbc
Modifier and TypeMethodDescriptionMockConfiguration.derive
(ConstructorPropertiesProvider newConstructorPropertiesProvider) MockConfiguration.set
(ConstructorPropertiesProvider newConstructorPropertiesProvider)