Package org.jdbi.v3.core.qualifier
package org.jdbi.v3.core.qualifier
Qualified types add context to Java types for database mapping.
The Qualifier meta-annotation
marks custom qualifying annotations, and
QualifiedType pairs a Java type
with its qualifiers for use in argument binding and column mapping.
-
ClassDescriptionArgument qualifier annotation, indicating that the annotated String element should be bound as an
NVARCHARinstead of aVARCHAR.ATypequalified by a set of qualifier annotations.Annotation used to identify type qualifying annotations.Utility class for type qualifiers supported by Jdbi core.