Uses of Interface
org.jooq.LoaderFieldMapper.LoaderFieldContext
-
Packages that use LoaderFieldMapper.LoaderFieldContext Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of LoaderFieldMapper.LoaderFieldContext in org.jooq
Methods in org.jooq with parameters of type LoaderFieldMapper.LoaderFieldContext Modifier and Type Method Description Field<?>
LoaderFieldMapper. map(LoaderFieldMapper.LoaderFieldContext ctx)
Map aField
from the loader source onto a target tableField
.
-