Uses of Enum
org.jdbi.v3.sqlobject.customizer.BindList.EmptyHandling
Packages that use BindList.EmptyHandling
Package
Description
The
sqlobject.customizer package provides annotations
that customize the execution of a statement.-
Uses of BindList.EmptyHandling in org.jdbi.v3.sqlobject.customizer
Subclasses with type arguments of type BindList.EmptyHandling in org.jdbi.v3.sqlobject.customizerModifier and TypeClassDescriptionstatic enumdescribes what needs to be done if the passed argument is null or emptyMethods in org.jdbi.v3.sqlobject.customizer that return BindList.EmptyHandlingModifier and TypeMethodDescriptionstatic BindList.EmptyHandlingReturns the enum constant of this type with the specified name.static BindList.EmptyHandling[]BindList.EmptyHandling.values()Returns an array containing the constants of this enum type, in the order they are declared.