Internal Website Search

81-90 of 200 resultsRefresh

getParameter(position)

Query" title="Interface in javax.persistence">javax.persistence.Queryqueries

getParameter(name)

Query" title="Interface in javax.persistence">javax.persistence.Queryqueries.

unwrap(cls)

Query" title="Interface in javax.persistence">javax.persistence.QueryT unwrap(  Class<T> cls)query implementation does not support the specified class

getHints()

Query" title="Interface in javax.persistence">javax.persistence.QueryMap<String,Object> getHints() query instance. Returns:

getFlushMode()

Query" title="Interface in javax.persistence">javax.persistence.Query Get the flush mode in effect for the query execution. If a flush mode has not been set for the query object

setUnique(unique)

Query" title="Interface in javax.jdo">javax.jdo.Queryvoid setUnique(  boolean unique) Specify that only the first result of the query should be returned

setRange(fromIncl, toExcl)

Query" title="Interface in javax.jdo">javax.jdo.Queryvoid setRange(  long fromIncl,   long toExcl ... . The execution of the query is modified to return only a subset of results. If the filter would normally

setExtensions(extensions)

Query" title="Interface in javax.jdo">javax.jdo.Queryvoid setExtensions(  Map extensions) See Also: Query/addExtension_String_Object" title

setClass(cls)

Query" title="Interface in javax.jdo">javax.jdo.Queryvoid setClass(  Class cls) Set the class of the candidate instances of the query. The class specifies

getIgnoreCache()

Query" title="Interface in javax.jdo">javax.jdo.Queryboolean getIgnoreCache() See Also: Query/setIgnoreCache_boolean