JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
tech.yanand.flyingmybatis
Annotation Interface Table
@Documented
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
public @interface
Table
Mark the Domain object as a database table.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The name of the database table.
Element Details
value
String
value
The name of the database table.
Returns:
The table name.