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
net.datenwerke.rs.utils.simplequery.annotations
Annotation Interface Join
@Documented
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
public @interface
Join
Nested Class Summary
Nested Classes
Modifier and Type
Class
Description
static enum
Join.Type
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
joinAttribute
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
Join.Type
type
Predicate
[]
where
Element Details
joinAttribute
String
joinAttribute
where
Predicate
[]
where
Default:
{}
type
Join.Type
type
Default:
INNER