| Package | Description |
|---|---|
| org.jdbi.v3.core.enums | |
| org.jdbi.v3.core.qualifier |
| Modifier and Type | Class and Description |
|---|---|
interface |
DatabaseValue |
interface |
EnumByName
Specifies that an
Enum value should be bound or mapped as its Enum.name(). |
interface |
EnumByOrdinal
Specifies that an
Enum value should be bound or mapped as its Enum.ordinal(). |
| Modifier and Type | Class and Description |
|---|---|
interface |
NVarchar
Argument qualifier annotation, indicating that the annotated String element should be bound as an
NVARCHAR instead of a VARCHAR. |
Copyright © 2019. All rights reserved.