Uses of Interface
org.jooq.RecordMapperProvider
-
Packages that use RecordMapperProvider Package Description org.jooq This package contains jOOQ's public API.org.jooq.impl This package contains jOOQ's implementation classes.org.jooq.tools.jdbc This package contains compatibility classes to bridge between JDBC 4.0 and JDBC 4.1. -
-
Uses of RecordMapperProvider in org.jooq
Methods in org.jooq that return RecordMapperProvider Modifier and Type Method Description @NotNull RecordMapperProviderConfiguration. recordMapperProvider()Get this configuration's underlying record mapper provider.Methods in org.jooq with parameters of type RecordMapperProvider Modifier and Type Method Description @NotNull ConfigurationConfiguration. derive(RecordMapperProvider newRecordMapperProvider)Create a derived configuration from this one, with a new record mapper provider.@NotNull ConfigurationConfiguration. set(RecordMapperProvider newRecordMapperProvider)Change this configuration to hold a new record mapper provider. -
Uses of RecordMapperProvider in org.jooq.impl
Classes in org.jooq.impl that implement RecordMapperProvider Modifier and Type Class Description classDefaultRecordMapperProviderA defaultRecordMapperProviderimplementation, providing aDefaultRecordMapperinstance.Methods in org.jooq.impl that return RecordMapperProvider Modifier and Type Method Description RecordMapperProviderDefaultConfiguration. recordMapperProvider()Methods in org.jooq.impl with parameters of type RecordMapperProvider Modifier and Type Method Description ConfigurationDefaultConfiguration. derive(RecordMapperProvider newRecordMapperProvider)ConfigurationDefaultConfiguration. set(RecordMapperProvider newRecordMapperProvider)voidDefaultConfiguration. setRecordMapperProvider(RecordMapperProvider newRecordMapperProvider) -
Uses of RecordMapperProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return RecordMapperProvider Modifier and Type Method Description RecordMapperProviderMockConfiguration. recordMapperProvider()Methods in org.jooq.tools.jdbc with parameters of type RecordMapperProvider Modifier and Type Method Description ConfigurationMockConfiguration. derive(RecordMapperProvider newRecordMapperProvider)ConfigurationMockConfiguration. set(RecordMapperProvider newRecordMapperProvider)
-