| Package | Description |
|---|---|
| org.plasma.query.dsl |
| Modifier and Type | Class and Description |
|---|---|
class |
DomainRoot
The implementation of a domain query as a root within a query graph.
|
| Modifier and Type | Field and Description |
|---|---|
protected PathNode |
DomainObject.source |
| Modifier and Type | Method and Description |
|---|---|
protected PathNode |
PathNode.getSource() |
| Constructor and Description |
|---|
DataNode(PathNode source,
String name) |
DomainEndpoint(PathNode source,
String sourceProperty) |
DomainObject(PathNode source,
String sourceProperty) |
DomainRoot(PathNode source,
String sourceProperty) |
DomainRoot(PathNode source,
String sourceProperty,
Expression expr) |
PathNode(PathNode source,
String sourceProperty) |
PathNode(PathNode source,
String sourceProperty,
Expression expr) |
WildcardDataNode(PathNode source,
String name) |
Copyright © 2021. All rights reserved.