Internal Website Search

101-110 of 200 resultsRefresh

NamedQuery.query

.persistence">javax.persistence.NamedQueryString query (Required) The query string in the Java Persistence query language.

isBound(param)

Method Query" title="Interface in javax.persistence">javax.persistence.Queryboolean isBound(  

Query.SQL

Query" title="Interface in javax.jdo">javax.jdo.QueryString SQL The string constant used as the first argument ... that the created query should use SQL semantics. This is only meaningful for relational JDO implementations

addExtension(key, value)

Query" title="Interface in javax.jdo">javax.jdo.Queryvoid addExtension(  String key,   Object  ... to this query. The key and value are not standard. An implementation must ignore keys that are not recognized

setCandidates(pcs)

Query" title="Interface in javax.jdo">javax.jdo.Queryvoid setCandidates(  Collection pcs) Set the candidate Collection to query.

setCandidates(pcs)

Query" title="Interface in javax.jdo">javax.jdo.Queryvoid setCandidates(  Extent to query.

isUnmodifiable()

Query" title="Interface in javax.jdo">javax.jdo.Queryboolean isUnmodifiable() The unmodifiable flag, when set, disallows further modification of the query, except for specifying

declareVariables(variables)

Query" title="Interface in javax.jdo">javax.jdo.Queryvoid declareVariables(  String variables) Declare the unbound variables to be used in the query. Variables

Query.fetchPlan

Element Query" title="Annotation in javax.jdo.annotations">javax.jdo.annotations.QueryString fetchPlan The name of the fetch plan used by this query

setOrdering(ordering)

Method Query" title="Interface in javax.jdo">javax.jdo.Queryvoid setOrdering(  String ordering)