| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.support | |
| com.sun.jdo.spi.persistence.support.sqlstore.impl | |
| com.sun.jdo.spi.persistence.support.sqlstore.query |
| Modifier and Type | Method and Description |
|---|---|
Query |
PersistenceManager.newQuery()
Create a new Query with no elements.
|
Query |
PersistenceManager.newQuery(Class cls)
Create a new Query specifying the Class of the candidate instances.
|
Query |
PersistenceManager.newQuery(Class cls,
Collection cln)
Create a new Query with the Class of the candidate instances and candidate Collection.
|
Query |
PersistenceManager.newQuery(Class cls,
Collection cln,
String filter)
Create a new Query with the Class of the candidate instances, candidate Collection,
and Filter.
|
Query |
PersistenceManager.newQuery(Class cls,
String filter)
Create a new Query with the Class of the candidate instances and Filter.
|
Query |
PersistenceManager.newQuery(Object compiled)
Create a new Query using elements from another Query.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
PersistenceManagerImpl.newQuery()
Create a new Query with no elements.
|
Query |
PersistenceManagerWrapper.newQuery()
Create a new Query with no elements.
|
Query |
PersistenceManagerImpl.newQuery(Class cls)
Create a new Query specifying the Class of the results.
|
Query |
PersistenceManagerWrapper.newQuery(Class cls)
Create a new Query specifying the Class of the results.
|
Query |
PersistenceManagerImpl.newQuery(Class cls,
Collection cln)
Create a new Query with the Class of the results and candidate Collection.
|
Query |
PersistenceManagerWrapper.newQuery(Class cls,
Collection cln)
Create a new Query with the Class of the results and candidate Collection.
|
Query |
PersistenceManagerImpl.newQuery(Class cls,
Collection cln,
String filter)
Create a new Query with the Class of the results, candidate Collection,
and Filter.
|
Query |
PersistenceManagerWrapper.newQuery(Class cls,
Collection cln,
String filter)
Create a new Query with the Class of the results, candidate Collection,
and Filter.
|
Query |
PersistenceManagerImpl.newQuery(Class cls,
String filter)
Create a new Query with the Class of the results and Filter.
|
Query |
PersistenceManagerWrapper.newQuery(Class cls,
String filter)
Create a new Query with the Class of the results and Filter.
|
Query |
PersistenceManagerImpl.newQuery(Object compiled)
Create a new Query using elements from another Query.
|
Query |
PersistenceManagerWrapper.newQuery(Object compiled)
Create a new Query using elements from another Query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryImpl |
Copyright © 2017. All rights reserved.