JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Package
com.objectsql.annotation
Annotation Type RdRelated
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
@Documented
public @interface
RdRelated
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
Class
<?>
table
String
tableId
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
[]
asNames
JoinType
joinType
String
[]
names
Element Details
table
Class
<?>
table
tableId
String
tableId
names
String
[]
names
Default:
{}
asNames
String
[]
asNames
Default:
{}
joinType
JoinType
joinType
Default:
LEFT_JOIN