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 ConstructorPropertiesProviderConfiguration.constructorPropertiesProvider()Get this configuration's underlying constructor properties provider.Methods in org.jooq with parameters of type ConstructorPropertiesProviderModifier and TypeMethodDescription@NotNull ConfigurationConfiguration.derive(ConstructorPropertiesProvider newConstructorPropertiesProvider) Create a derived configuration from this one, with a new constructor properties provider.@NotNull ConfigurationConfiguration.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 ConfigurationDefaultConfiguration.derive(ConstructorPropertiesProvider newConstructorPropertiesProvider) final ConfigurationDefaultConfiguration.set(ConstructorPropertiesProvider newConstructorPropertiesProvider) final voidDefaultConfiguration.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)