Uses of Interface
org.jooq.RecordUnmapperProvider
-
Packages that use RecordUnmapperProvider Package Description org.jooq Theorg.jooqpackage contains jOOQ's public API.org.jooq.impl Theorg.jooq.implpackage contains jOOQ's implementation classes.org.jooq.tools.jdbc Theorg.jooq.tools.jdbcpackage contains compatibility classes to bridge between JDBC 4.0 and JDBC 4.1. -
-
Uses of RecordUnmapperProvider in org.jooq
Methods in org.jooq that return RecordUnmapperProvider Modifier and Type Method Description RecordUnmapperProviderConfiguration. recordUnmapperProvider()Get this configuration's underlying record unmapper provider.Methods in org.jooq with parameters of type RecordUnmapperProvider Modifier and Type Method Description ConfigurationConfiguration. derive(RecordUnmapperProvider newRecordUnmapperProvider)Create a derived configuration from this one, with a new record unmapper provider.ConfigurationConfiguration. set(RecordUnmapperProvider newRecordUnmapperProvider)Change this configuration to hold a new record unmapper provider. -
Uses of RecordUnmapperProvider in org.jooq.impl
Classes in org.jooq.impl that implement RecordUnmapperProvider Modifier and Type Class Description classDefaultRecordUnmapperProviderA defaultRecordUnmapperProviderimplementation, providing aDefaultRecordUnmapperinstance.Methods in org.jooq.impl that return RecordUnmapperProvider Modifier and Type Method Description RecordUnmapperProviderDefaultConfiguration. recordUnmapperProvider()Methods in org.jooq.impl with parameters of type RecordUnmapperProvider Modifier and Type Method Description ConfigurationDefaultConfiguration. derive(RecordUnmapperProvider newRecordUnmapperProvider)ConfigurationDefaultConfiguration. set(RecordUnmapperProvider newRecordUnmapperProvider)voidDefaultConfiguration. setRecordUnmapperProvider(RecordUnmapperProvider newRecordUnmapperProvider) -
Uses of RecordUnmapperProvider in org.jooq.tools.jdbc
Methods in org.jooq.tools.jdbc that return RecordUnmapperProvider Modifier and Type Method Description RecordUnmapperProviderMockConfiguration. recordUnmapperProvider()Methods in org.jooq.tools.jdbc with parameters of type RecordUnmapperProvider Modifier and Type Method Description ConfigurationMockConfiguration. derive(RecordUnmapperProvider newRecordUnmapperProvider)ConfigurationMockConfiguration. set(RecordUnmapperProvider newRecordUnmapperProvider)
-