JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.vertx.sqlclient.templates.annotations
Column
Contents
Description
Optional Element Summary
Element Details
name
Hide sidebar
Show sidebar
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 Details
name
String
name
Returns:
the column name
Default:
""