|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query | |
|---|---|
| org.plasma.provisioning | Package level documentation for package 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 | |
| Uses of Query in org.plasma.provisioning |
|---|
| Constructors in org.plasma.provisioning with parameters of type Query | |
|---|---|
ProvisioningModelAssembler(Query query,
java.lang.String destNamespaceURI,
java.lang.String destNamespacePrefix)
Constructs a provisioning model based on the given query. |
|
| Uses of Query in org.plasma.provisioning.rdb.mysql.any.query |
|---|
| Classes in org.plasma.provisioning.rdb.mysql.any.query that implement Query | |
|---|---|
class |
QGlobalVariable
Generated Domain Specific Language (DSL) implementation class representing the domain model entity GlobalVariable. |
| Uses of Query in org.plasma.provisioning.rdb.mysql.v5_5.query |
|---|
| Classes in org.plasma.provisioning.rdb.mysql.v5_5.query that implement Query | |
|---|---|
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. |
| Uses of Query in org.plasma.provisioning.rdb.oracle.any.sys.query |
|---|
| Classes in org.plasma.provisioning.rdb.oracle.any.sys.query that implement Query | |
|---|---|
class |
QVersion
Generated Domain Specific Language (DSL) implementation class representing the domain model entity Version. |
| Uses of Query in org.plasma.provisioning.rdb.oracle.g11.sys.query |
|---|
| Classes in org.plasma.provisioning.rdb.oracle.g11.sys.query that implement Query | |
|---|---|
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 |
| Uses of Query in org.plasma.query |
|---|
| Methods in org.plasma.query with parameters of type Query | |
|---|---|
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. |
| Uses of Query in org.plasma.query.dsl |
|---|
| Subinterfaces of Query in org.plasma.query.dsl | |
|---|---|
interface |
DomainQuery
A domain specific query serving as the entry point for assembly of a data graph. |
| Classes in org.plasma.query.dsl that implement Query | |
|---|---|
class |
DomainRoot
The implementation of a domain query as a root within a query graph. |
| Methods in org.plasma.query.dsl with parameters of type Query | |
|---|---|
Expression |
DataNode.in(Query subquery)
|
Expression |
DataNode.notIn(Query subquery)
|
| Uses of Query in org.plasma.query.model |
|---|
| Classes in org.plasma.query.model that implement Query | |
|---|---|
class |
Query
|
| Methods in org.plasma.query.model with parameters of type Query | |
|---|---|
Expression |
Property.exists(Query subquery)
|
Expression |
Property.in(Query subquery)
|
Expression |
Property.notIn(Query subquery)
|
void |
AbstractQueryValidator.start(Query query)
|
| Uses of Query in org.plasma.query.visitor |
|---|
| Methods in org.plasma.query.visitor with parameters of type Query | |
|---|---|
void |
QueryVisitor.end(Query query)
|
void |
DefaultQueryVisitor.end(Query query)
|
void |
QueryVisitor.start(Query query)
|
void |
DefaultQueryVisitor.start(Query query)
|
| Uses of Query in org.plasma.query.xpath |
|---|
| Subinterfaces of Query in org.plasma.query.xpath | |
|---|---|
interface |
XPathQuery
|
| Uses of Query in org.plasma.sdo.access.client |
|---|
| Methods in org.plasma.sdo.access.client with parameters of type Query | |
|---|---|
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)
|
java.util.List<DataGraph[]> |
SDODataAccessClient.find(Query[] queries)
|
java.util.List<DataGraph[]> |
PojoDataAccessClient.find(Query[] queries)
|
java.util.List |
EJBDataAccessClient.find(Query[] queries)
|
java.util.List |
DefaultEJBDataAccessClient.find(Query[] queries)
|
java.util.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)
|
| Uses of Query in org.plasma.sdo.helper |
|---|
| Methods in org.plasma.sdo.helper with parameters of type Query | |
|---|---|
java.util.List<Type> |
PlasmaQueryHelper.define(Query query,
java.lang.String targetNamespaceURI,
java.lang.String targetNamespacePrefix,
java.lang.String supplierUri)
Define a Query as Types. |
java.lang.String |
PlasmaXSDHelper.generate(Query query,
java.lang.String targetNamespaceURI,
java.lang.String targetNamespacePrefix,
java.util.Map<java.lang.String,java.lang.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,
java.lang.String targetNamespaceURI,
java.lang.String targetNamespacePrefix,
java.util.Map<java.lang.String,java.lang.String> namespaceToSchemaLocation,
java.io.OutputStream xsdOutputStream)
|
| Uses of Query in org.plasma.xml.uml |
|---|
| Constructors in org.plasma.xml.uml with parameters of type Query | |
|---|---|
UMLModelAssembler(Query query,
java.lang.String destNamespaceURI,
java.lang.String destNamespacePrefix)
Deprecated. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||