Uses of Interface
org.jooq.ConstructorPropertiesProvider
Packages that use 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
Methods in org.jooq that return ConstructorPropertiesProviderModifier and TypeMethodDescription@NotNull ConstructorPropertiesProvider
Configuration.constructorPropertiesProvider()
Get this configuration's underlying constructor properties provider.Methods in org.jooq with parameters of type ConstructorPropertiesProviderModifier 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
Methods in org.jooq.impl that return ConstructorPropertiesProviderMethods in org.jooq.impl with parameters of type ConstructorPropertiesProviderModifier 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
Methods in org.jooq.tools.jdbc that return ConstructorPropertiesProviderMethods in org.jooq.tools.jdbc with parameters of type ConstructorPropertiesProviderModifier and TypeMethodDescriptionMockConfiguration.derive
(ConstructorPropertiesProvider newConstructorPropertiesProvider) MockConfiguration.set
(ConstructorPropertiesProvider newConstructorPropertiesProvider)