Uses of Interface
javax.jdo.metadata.QueryMetadata
Packages that use QueryMetadata
Package
Description
This package contains classes representing the different components of the JDO Metadata.
-
Uses of QueryMetadata in javax.jdo.metadata
Methods in javax.jdo.metadata that return QueryMetadataModifier and TypeMethodDescriptionJDOMetadata.getQueries()
Accessor for any named queries defined on the JDO Metadata.TypeMetadata.getQueries()
Accessor for all named queries defined on the component.JDOMetadata.newQueryMetadata
(String name) Add a new named query to this JDO Metadata.TypeMetadata.newQueryMetadata
(String name) Add a new query for this component.QueryMetadata.setFetchPlan
(String fetchPlanName) Method to set the FetchPlan to use for this named query.QueryMetadata.setLanguage
(String lang) Method to set the language of the query.Method to set the single-string query.QueryMetadata.setResultClass
(String clsName) Method to set the result class name for the query.QueryMetadata.setUnique
(boolean unique) Method to set if the query results are unique.QueryMetadata.setUnmodifiable()
Method to set the query as not being modifiable from now.