Uses of Annotation Type
org.jdbi.v3.core.qualifier.NVarchar
Packages that use NVarchar
Package
Description
The
argument classes translate Java types into JDBC parameters.mappers take the JDBC ResultSet and produce Java results.-
Uses of NVarchar in org.jdbi.v3.core.argument
Classes in org.jdbi.v3.core.argument with annotations of type NVarcharModifier and TypeClassDescription(package private) classArgument factory for@NVarchar Stringqualified type. -
Uses of NVarchar in org.jdbi.v3.core.mapper
Classes in org.jdbi.v3.core.mapper with annotations of type NVarcharModifier and TypeClassDescription(package private) classColumn mapper for Java@NVarchar Stringqualified type.