Uses of Annotation Type
org.jdbi.v3.core.qualifier.Qualifier
Package
Description
The
postgres
plugin provides improved support for
java.time
, hstore
, uuid
, and enum
types when configured with a recent Postgres database server.-
Uses of Qualifier in org.jdbi.v3.core.enums
Modifier and TypeClassDescription@interface
Specifies that anEnum
value should be bound or mapped as itsEnum.name()
.@interface
Specifies that anEnum
value should be bound or mapped as itsEnum.ordinal()
. -
Uses of Qualifier in org.jdbi.v3.core.qualifier
Modifier and TypeClassDescription@interface
Argument qualifier annotation, indicating that the annotated String element should be bound as anNVARCHAR
instead of aVARCHAR
. -
Uses of Qualifier in org.jdbi.v3.json
Modifier and TypeClassDescription@interface
Type qualifying annotation for pre-encodedjson
data.@interface
Type qualifying annotation for converting Java types tojson
data type. -
Uses of Qualifier in org.jdbi.v3.postgres