Package tech.ydb.yoj.databind.schema
Annotation Interface Table
Specifies the table for the annotated entity.
If no
Table annotation is specified, the default values apply.
Example:
@Table(name="CUSTOMERS")
public class Customer { ... }
-
Required Element Summary
Required Elements
-
Element Details
-
name
String nameThe name of the table. Defaults to the type name.
-