public interface DeclarativeQueryManager extends QueryManager
| Modifier and Type | Method and Description | 
|---|---|
Query | 
createQuery(int queryType,
           java.lang.String queryString)
Creates a Query object given a queryType (for example, QUERY_TYPE_SQL) and a String
 that represents a query in the syntax appropriate for queryType. 
 | 
BulkResponse | 
executeQuery(Query query)
Executes a query as specified by query parameter. 
 | 
getRegistryObject, getRegistryObject, getRegistryObjects, getRegistryObjects, getRegistryObjects, getRegistryObjects, getRegistryServiceQuery createQuery(int queryType, java.lang.String queryString) throws InvalidRequestException, JAXRException
queryType - the type of queryqueryString - the query in its string representationJAXRException - If the Jakarta XML Registries provider encounters an internal errorInvalidRequestException - If the Jakarta XML Registries provider validates query syntax (optional) and the sqlQuery is not validQuery.QUERY_TYPE_SQL, 
Query.QUERY_TYPE_XQUERY, 
Query.QUERY_TYPE_EBXML_FILTER_QUERYBulkResponse executeQuery(Query query) throws JAXRException
query - the query to be executedJAXRException - If the Jakarta XML Registries provider encounters an internal error