JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
io.jmix.core.metamodel.annotation
Annotation Interface Ddl
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
@Inherited
@Repeatable
(
DdlByDbms.class
)
public @interface
Ddl
Defines a DDL code to be generated by tooling.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
DDL code.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
dbms
DBMS type for which to apply this DDL code.
Element Details
value
String
value
DDL code.
dbms
String
dbms
DBMS type for which to apply this DDL code. If not specified, this DDL is the default for any DBMS.
Default:
""