Uses of Class
org.jdbi.v3.core.qualifier.Qualifier
-
Packages that use Qualifier Package Description org.jdbi.v3.core.enums org.jdbi.v3.core.qualifier org.jdbi.v3.json org.jdbi.v3.postgres Thepostgresplugin provides improved support forjava.time,hstore,uuid, andenumtypes when configured with a recent Postgres database server. -
-
Uses of Qualifier in org.jdbi.v3.core.enums
Classes in org.jdbi.v3.core.enums with annotations of type Qualifier Modifier and Type Class Description interfaceEnumByNameSpecifies that anEnumvalue should be bound or mapped as itsEnum.name().interfaceEnumByOrdinalSpecifies that anEnumvalue should be bound or mapped as itsEnum.ordinal(). -
Uses of Qualifier in org.jdbi.v3.core.qualifier
Classes in org.jdbi.v3.core.qualifier with annotations of type Qualifier Modifier and Type Class Description interfaceNVarcharArgument qualifier annotation, indicating that the annotated String element should be bound as anNVARCHARinstead of aVARCHAR. -
Uses of Qualifier in org.jdbi.v3.json
Classes in org.jdbi.v3.json with annotations of type Qualifier Modifier and Type Class Description interfaceEncodedJsonType qualifying annotation for pre-encodedjsondata.interfaceJsonType qualifying annotation for converting Java types tojsondata type. -
Uses of Qualifier in org.jdbi.v3.postgres
Classes in org.jdbi.v3.postgres with annotations of type Qualifier Modifier and Type Class Description interfaceHStoreType qualifying annotation forHSTOREdata type.interfaceMacAddrType qualifying annotation forMACADDRdata type.
-