Uses of Annotation Interface
org.jdbi.v3.core.qualifier.Qualifier
Packages that use Qualifier
Package
Description
Configuration and annotations for binding and mapping Java
Enum types.
Qualified types add context to Java types for database mapping.
Annotations that provide metadata about the Jdbi API itself,
such as stability guarantees.
-
Uses of Qualifier in org.jdbi.v3.core.enums
Classes in org.jdbi.v3.core.enums with annotations of type QualifierModifier and TypeClassDescription@interfaceSpecifies that anEnumvalue should be bound or mapped as itsEnum.name().@interfaceSpecifies 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 QualifierModifier and TypeClassDescription@interfaceArgument qualifier annotation, indicating that the annotated String element should be bound as anNVARCHARinstead of aVARCHAR. -
Uses of Qualifier in org.jdbi.v3.meta
Classes in org.jdbi.v3.meta with annotations of type Qualifier