JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Module
storm.foundation
Package
st.orm
Annotation Interface DbColumns
@Target
({
RECORD_COMPONENT
,
PARAMETER
})
@Retention
(
RUNTIME
)
public @interface
DbColumns
Annotation for specifying multiple database column names, e.g., for compound keys.
Since:
1.3
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
DbColumn
[]
value
The array of database column names.
Element Details
value
DbColumn
[]
value
The array of database column names.
Returns:
the array of
DbColumn
annotations