JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
ru.tinkoff.kora.database.common.annotation
Annotation Interface Table
@Target
(
TYPE
)
@Retention
(
CLASS
)
public @interface
Table
Indicates database table name mapping should be used for specific model.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Element Details
value
String
value
Returns:
database table name.