| Package | Description |
|---|---|
| org.plasma.provisioning | |
| org.plasma.provisioning.rdb.mysql.any.query | |
| org.plasma.provisioning.rdb.mysql.v5_5.query | |
| org.plasma.provisioning.rdb.oracle.any.sys.query | |
| org.plasma.provisioning.rdb.oracle.g11.sys.query | |
| 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 |
PlasmaSDO™ License
This is a community release of PlasmaSDO™, a dual-license
Service Data Object (SDO) 2.1 implementation.
|
| org.plasma.query.visitor | |
| org.plasma.query.xpath | |
| org.plasma.sdo.access.client | |
| org.plasma.sdo.helper | |
| org.plasma.xml.uml |
| Constructor and Description |
|---|
MetamodelAssembler(Query query,
String destNamespaceURI,
String destNamespacePrefix)
Constructs a provisioning model based
on the given query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QGlobalVariable
Generated Domain Specific Language (DSL) implementation class representing the domain model entity GlobalVariable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QTable
Generated Domain Specific Language (DSL) implementation class representing the domain model entity Table.
|
class |
QTableColumn
Represents a system column definition which is linked to its
system Table definition by association.
|
class |
QTableColumnConstraint
Generated Domain Specific Language (DSL) implementation class representing the domain model entity TableColumnConstraint.
|
class |
QTableColumnKeyUsage
Generated Domain Specific Language (DSL) implementation class representing the domain model entity TableColumnKeyUsage.
|
class |
QTableConstraint
Generated Domain Specific Language (DSL) implementation class representing the domain model entity TableConstraint.
|
class |
QView
Generated Domain Specific Language (DSL) implementation class representing the domain model entity View.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QVersion
Generated Domain Specific Language (DSL) implementation class representing the domain model entity Version.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QConstraint
A constraint definition
|
class |
QTableColumnComment
The comment for a column
|
class |
QTableComment
A comment on a table
|
class |
QViewColumn
Represents a system column definition which is linked to its
system Table definition by association.
|
class |
QViewColumnComment
The comment for a column
|
class |
QViewComment
A comment on a table
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
DataProperty.in(Query subquery)
Returns a subquery expression, where
this property is found within the given subquery results collection.
|
Expression |
DataProperty.notIn(Query subquery)
Returns a subquery expression, where
this property is not found within the given subquery results collection.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DomainQuery
A domain specific query serving as the entry point for
assembly of a data graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomainRoot
The implementation of a domain query as a root within
a query graph.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
DataNode.in(Query subquery) |
Expression |
DataNode.notIn(Query subquery) |
| Modifier and Type | Class and Description |
|---|---|
class |
Query |
| Modifier and Type | Method and Description |
|---|---|
Expression |
Property.exists(Query subquery) |
Expression |
Property.in(Query subquery) |
Expression |
Property.notIn(Query subquery) |
void |
AbstractQueryValidator.start(Query query) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryVisitor.end(Query query) |
void |
DefaultQueryVisitor.end(Query query) |
void |
QueryVisitor.start(Query query) |
void |
DefaultQueryVisitor.start(Query query) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
XPathQuery |
| Modifier and Type | Method and Description |
|---|---|
int |
SDODataAccessClient.count(Query query) |
int |
PojoDataAccessClient.count(Query query) |
int |
EJBDataAccessClient.count(Query query) |
int |
DefaultEJBDataAccessClient.count(Query query) |
int |
DataAccessClient.count(Query query) |
int[] |
SDODataAccessClient.count(Query[] queries) |
int[] |
PojoDataAccessClient.count(Query[] queries) |
int[] |
EJBDataAccessClient.count(Query[] queries) |
int[] |
DefaultEJBDataAccessClient.count(Query[] queries) |
int[] |
DataAccessClient.count(Query[] queries) |
DataGraph[] |
SDODataAccessClient.find(Query query) |
DataGraph[] |
PojoDataAccessClient.find(Query query) |
DataGraph[] |
EJBDataAccessClient.find(Query query) |
DataGraph[] |
DefaultEJBDataAccessClient.find(Query query) |
DataGraph[] |
DataAccessClient.find(Query query) |
List<DataGraph[]> |
SDODataAccessClient.find(Query[] queries) |
List<DataGraph[]> |
PojoDataAccessClient.find(Query[] queries) |
List |
EJBDataAccessClient.find(Query[] queries) |
List |
DefaultEJBDataAccessClient.find(Query[] queries) |
List<DataGraph[]> |
DataAccessClient.find(Query[] queries) |
DataGraph[] |
SDODataAccessClient.find(Query query,
int maxResults) |
DataGraph[] |
PojoDataAccessClient.find(Query query,
int maxResults) |
DataGraph[] |
EJBDataAccessClient.find(Query query,
int maxResults) |
DataGraph[] |
DefaultEJBDataAccessClient.find(Query query,
int maxResults) |
DataGraph[] |
DataAccessClient.find(Query query,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
List<Type> |
PlasmaQueryHelper.define(Query query,
String targetNamespaceURI,
String targetNamespacePrefix,
String supplierUri)
Define a Query as Types.
|
String |
PlasmaXSDHelper.generate(Query query,
String targetNamespaceURI,
String targetNamespacePrefix,
Map<String,String> namespaceToSchemaLocation)
Generate an XML Schema Declaration (XSD) with dynamically determined
containment references as embodied within the given,
PlasmaQueryTM, query.
|
void |
PlasmaXSDHelper.generate(Query query,
String targetNamespaceURI,
String targetNamespacePrefix,
Map<String,String> namespaceToSchemaLocation,
OutputStream xsdOutputStream) |
| Constructor and Description |
|---|
DefaultUMLModelAssembler(Query query,
String destNamespaceURI,
String destNamespacePrefix)
Deprecated.
|
MDModelAssembler(Query query,
String destNamespaceURI,
String destNamespacePrefix)
Deprecated.
|
PapyrusModelAssembler(Query query,
String destNamespaceURI,
String destNamespacePrefix)
Deprecated.
|
Copyright © 2017. All rights reserved.