JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
Package
io.vertx.sqlclient.templates.annotations
Annotation Type Column
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
FIELD
}) public @interface
Column
Annotate a Vert.x data object property for custom configuration when it is mapped to a column.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
name
Element Detail
name
String
name
Returns:
the column name
Default:
""