Package | Description |
---|---|
javax.jdo.metadata |
This package contains classes representing the different components of the JDO Metadata.
|
Modifier and Type | Method and Description |
---|---|
QueryMetadata[] |
JDOMetadata.getQueries()
Accessor for any named queries defined on the JDO Metadata.
|
QueryMetadata[] |
TypeMetadata.getQueries()
Accessor for all named queries defined on the component.
|
QueryMetadata[] |
TypeMetadata.getQueries()
Accessor for all named queries defined on the component.
|
QueryMetadata[] |
JDOMetadata.getQueries()
Accessor for any named queries defined on the JDO Metadata.
|
QueryMetadata |
JDOMetadata.newQueryMetadata(String name)
Add a new named query to this JDO Metadata.
|
QueryMetadata |
TypeMetadata.newQueryMetadata(String name)
Add a new query for this component.
|
QueryMetadata |
TypeMetadata.newQueryMetadata(String name)
Add a new query for this component.
|
QueryMetadata |
JDOMetadata.newQueryMetadata(String name)
Add a new named query to this JDO Metadata.
|
QueryMetadata |
QueryMetadata.setFetchPlan(String fetchPlanName)
Method to set the FetchPlan to use for this named query.
|
QueryMetadata |
QueryMetadata.setFetchPlan(String fetchPlanName)
Method to set the FetchPlan to use for this named query.
|
QueryMetadata |
QueryMetadata.setLanguage(String lang)
Method to set the language of the query.
|
QueryMetadata |
QueryMetadata.setLanguage(String lang)
Method to set the language of the query.
|
QueryMetadata |
QueryMetadata.setQuery(String query)
Method to set the single-string query.
|
QueryMetadata |
QueryMetadata.setQuery(String query)
Method to set the single-string query.
|
QueryMetadata |
QueryMetadata.setResultClass(String clsName)
Method to set the result class name for the query.
|
QueryMetadata |
QueryMetadata.setResultClass(String clsName)
Method to set the result class name for the query.
|
QueryMetadata |
QueryMetadata.setUnique(boolean unique)
Method to set if the query results are unique.
|
QueryMetadata |
QueryMetadata.setUnique(boolean unique)
Method to set if the query results are unique.
|
QueryMetadata |
QueryMetadata.setUnmodifiable()
Method to set the query as not being modifiable from now.
|
QueryMetadata |
QueryMetadata.setUnmodifiable()
Method to set the query as not being modifiable from now.
|
Copyright © 2005–1970 Apache Software Foundation. All rights reserved.