JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
org.jdbi.v3.core.mapper
Nested
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Optional Element Summary
Element Details
value
Annotation Type Nested
@Retention
(
RUNTIME
)
@Target
({
PARAMETER
,
FIELD
,
METHOD
})
public @interface
Nested
Signals that the annotated element is a nested mapped type.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
value
The column name prefix for all members of the nested object.
Element Details
value
String
value
The column name prefix for all members of the nested object. If unset, no column name prefix is applied.
Returns:
the column name prefix
Default:
""