| Package | Description |
|---|---|
| org.plasma.query.dsl |
| Modifier and Type | Class and Description |
|---|---|
class |
WildcardDataNode
A domain query node which is a wild card data end point within a query graph.
|
| Modifier and Type | Method and Description |
|---|---|
Wildcard |
PathNode.dataWildcard()
Returns all data properties for current
Type. |
Wildcard |
PathNode.referenceWildcard()
Returns all reference properties for current
Type. |
Wildcard |
PathNode.subclassDataWildcard()
Returns all data properties for current
Type and all of its sub
types. |
Wildcard |
PathNode.wildcard()
Returns all data properties for current
Type. |
| Modifier and Type | Method and Description |
|---|---|
DomainQuery |
DomainRoot.select(Wildcard property) |
DomainQuery |
DomainQuery.select(Wildcard property)
Appends the given wildcard property to the select clause within this query
and returns the query.
|
Copyright © 2021. All rights reserved.