JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Package
org.jdbi.v3.core.enums
Annotation Type DatabaseValue
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
public @interface
DatabaseValue
Map a value from the database column directly onto an enum value.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The database value that this annotation represents.
Element Details
value
String
value
The database value that this annotation represents.
Returns:
the database value