Package org.jdbi.v3.core.mapper
Annotation Type PropagateNull
-
@Retention(RUNTIME) @Target({PARAMETER,FIELD,METHOD,TYPE}) @Beta public @interface PropagateNullSignals that the annotated property signals the presence of the mapped type: reflective mappers should map a null bean if this property is null, rather than a present bean with a null property value. This is useful e.g. for aLEFT OUTER JOINor an optionally-present compound value type.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringvalueWhen annotating a type, thevalueis the column name to check for null.
-