| Package | Description |
|---|---|
| org.plasma.query |
The PlasmaQuery� API provides a flexible mechanism to fully describe any arbitrary SDO results Data Graph, independent of any persistence framework or type of data store. |
| org.plasma.query.dsl | |
| org.plasma.query.model |
Copyright 2017 TerraMeta Software, Inc.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataProperty
A non-reference property with a type which is a data type.
|
interface |
IntegralDataProperty
A non-reference property with a type which is a String data type.
|
interface |
PathProperty
A reference (or non data type) property which constitutes part of a path
within a data graph
|
interface |
RealDataProperty
A non-reference property with a type which is an real data type.
|
interface |
StringDataProperty
A non-reference property with a type which is a String data type.
|
interface |
TemporalDataProperty
A non-reference property with a type which is a temporal data type.
|
interface |
Wildcard
A wild card property indicating the selection of all data properties within a
type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataNode
A domain query node which is a data property end point within a query graph.
|
class |
DomainRoot
The implementation of a domain query as a root within a query graph.
|
class |
PathNode
A domain object which is not an end point but a single step within a path
within a query graph.
|
class |
WildcardDataNode
A domain query node which is a wild card data end point within a query graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Property |
Copyright © 2021. All rights reserved.