| 
GigaSpaces XAP 7.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SQLQuery | |
|---|---|
| com.gigaspaces.datasource | Provides GigaSpaces DataSource implementation. | 
| com.gigaspaces.datasource.hibernate | Deprecated: use org.openspaces.persistency.hibernate instead.  | 
| com.j_spaces.core.client | Provides GigaSpaces client interface services | 
| com.j_spaces.core.client.view | GigaSpace client view files. | 
| org.openspaces.core.config | Support classes for Spring namespace based configuration of OpenSpaces core. | 
| org.openspaces.persistency.hibernate | An implementation of GigaSpaces external data source using Hibernate. | 
| org.openspaces.persistency.hibernate.iterator | A set of implementations of DataIterator using Hibernate. | 
| org.openspaces.persistency.patterns | Set of patterns that can be used to wrap different external data sources. | 
| Uses of SQLQuery in com.gigaspaces.datasource | 
|---|
| Methods in com.gigaspaces.datasource with parameters of type SQLQuery | |
|---|---|
 DataIterator<T> | 
SQLDataProvider.iterator(SQLQuery<T> query)
Create an iterator over all objects that match the given SQLQuery. | 
| Uses of SQLQuery in com.gigaspaces.datasource.hibernate | 
|---|
| Methods in com.gigaspaces.datasource.hibernate with parameters of type SQLQuery | |
|---|---|
 DataIterator<Object> | 
HibernateDataSource.iterator(SQLQuery<Object> query)
Deprecated.  | 
| Uses of SQLQuery in com.j_spaces.core.client | 
|---|
| Subclasses of SQLQuery in com.j_spaces.core.client | |
|---|---|
 class | 
ContinousQuery<T>
Extends the SQLQuery interface to allow continuous query. | 
| Uses of SQLQuery in com.j_spaces.core.client.view | 
|---|
| Subclasses of SQLQuery in com.j_spaces.core.client.view | |
|---|---|
 class | 
View<T>
Extends the ContinousQuery interface to allow creation of space view. | 
| Uses of SQLQuery in org.openspaces.core.config | 
|---|
| Methods in org.openspaces.core.config that return types with arguments of type SQLQuery | |
|---|---|
 Class<SQLQuery> | 
SQLQueryFactoryBean.getObjectType()
 | 
| Uses of SQLQuery in org.openspaces.persistency.hibernate | 
|---|
| Methods in org.openspaces.persistency.hibernate with parameters of type SQLQuery | |
|---|---|
 DataIterator | 
StatelessHibernateExternalDataSource.iterator(SQLQuery sqlQuery)
Returns a StatelessListQueryDataIterator for the given
 query. | 
 DataIterator | 
DefaultHibernateExternalDataSource.iterator(SQLQuery sqlQuery)
Returns a DefaultListQueryDataIterator for the
 given sql query. | 
| Uses of SQLQuery in org.openspaces.persistency.hibernate.iterator | 
|---|
| Fields in org.openspaces.persistency.hibernate.iterator declared as SQLQuery | |
|---|---|
protected  SQLQuery | 
StatelessListQueryDataIterator.sqlQuery
 | 
protected  SQLQuery | 
DefaultListQueryDataIterator.sqlQuery
 | 
protected  SQLQuery | 
AbstractScrollableDataIterator.sqlQuery
 | 
protected  SQLQuery | 
AbstractChunkDataIterator.sqlQuery
 | 
| Methods in org.openspaces.persistency.hibernate.iterator with parameters of type SQLQuery | |
|---|---|
protected  DataIterator | 
DefaultChunkListDataIterator.createIteratorBySQLQuery(SQLQuery sqlQuery,
                         org.hibernate.SessionFactory sessionFactory,
                         int fetchSize,
                         boolean performOrderById,
                         int from,
                         int size)
 | 
protected  DataIterator | 
StatelessChunkScrollableDataIterator.createIteratorBySQLQuery(SQLQuery sqlQuery,
                         org.hibernate.SessionFactory sessionFactory,
                         int fetchSize,
                         boolean performOrderById,
                         int from,
                         int size)
 | 
protected  DataIterator | 
DefaultChunkScrollableDataIterator.createIteratorBySQLQuery(SQLQuery sqlQuery,
                         org.hibernate.SessionFactory sessionFactory,
                         int fetchSize,
                         boolean performOrderById,
                         int from,
                         int size)
 | 
protected  DataIterator | 
StatelessChunkListDataIterator.createIteratorBySQLQuery(SQLQuery sqlQuery,
                         org.hibernate.SessionFactory sessionFactory,
                         int fetchSize,
                         boolean performOrderById,
                         int from,
                         int size)
 | 
protected abstract  DataIterator | 
AbstractChunkDataIterator.createIteratorBySQLQuery(SQLQuery sqlQuery,
                         org.hibernate.SessionFactory sessionFactory,
                         int fetchSize,
                         boolean performOrderById,
                         int from,
                         int size)
 | 
static org.hibernate.Query | 
HibernateIteratorUtils.createQueryFromSQLQuery(SQLQuery sqlQuery,
                        org.hibernate.Session session)
 | 
static org.hibernate.Query | 
HibernateIteratorUtils.createQueryFromSQLQuery(SQLQuery sqlQuery,
                        org.hibernate.StatelessSession session)
 | 
| Constructors in org.openspaces.persistency.hibernate.iterator with parameters of type SQLQuery | |
|---|---|
AbstractChunkDataIterator(SQLQuery sqlQuery,
                          org.hibernate.SessionFactory sessionFactory,
                          int fetchSize,
                          boolean performOrderById,
                          int chunkSize)
Constructs a scrollable iterator over the given GigaSpaces SQLQuery. | 
|
AbstractScrollableDataIterator(SQLQuery sqlQuery,
                               org.hibernate.SessionFactory sessionFactory,
                               int fetchSize,
                               boolean performOrderById)
Constructs a scrollable iterator over the given GigaSpaces SQLQuery. | 
|
AbstractScrollableDataIterator(SQLQuery sqlQuery,
                               org.hibernate.SessionFactory sessionFactory,
                               int fetchSize,
                               boolean performOrderById,
                               int from,
                               int size)
Constructs a scrollable iterator over the given GigaSpaces SQLQuery. | 
|
DefaultChunkListDataIterator(SQLQuery sqlQuery,
                             org.hibernate.SessionFactory sessionFactory,
                             int fetchSize,
                             boolean performOrderById,
                             int chunkSize)
Constructs a list iterator over the given GigaSpaces SQLQuery. | 
|
DefaultChunkScrollableDataIterator(SQLQuery sqlQuery,
                                   org.hibernate.SessionFactory sessionFactory,
                                   int fetchSize,
                                   boolean performOrderById,
                                   int chunkSize)
Constructs a scrollable iterator over the given GigaSpaces SQLQuery. | 
|
DefaultListQueryDataIterator(SQLQuery sqlQuery,
                             org.hibernate.SessionFactory sessionFactory)
 | 
|
DefaultListQueryDataIterator(SQLQuery sqlQuery,
                             org.hibernate.SessionFactory sessionFactory,
                             int from,
                             int size)
 | 
|
DefaultScrollableDataIterator(SQLQuery sqlQuery,
                              org.hibernate.SessionFactory sessionFactory,
                              int fetchSize,
                              boolean performOrderById)
Constructs a scrollable iterator over the given GigaSpaces SQLQuery. | 
|
DefaultScrollableDataIterator(SQLQuery sqlQuery,
                              org.hibernate.SessionFactory sessionFactory,
                              int fetchSize,
                              boolean performOrderById,
                              int from,
                              int size)
Constructs a scrollable iterator over the given GigaSpaces SQLQuery. | 
|
StatelessChunkListDataIterator(SQLQuery sqlQuery,
                               org.hibernate.SessionFactory sessionFactory,
                               int fetchSize,
                               boolean performOrderById,
                               int chunkSize)
Constructs a list iterator over the given GigaSpaces SQLQuery. | 
|
StatelessChunkScrollableDataIterator(SQLQuery sqlQuery,
                                     org.hibernate.SessionFactory sessionFactory,
                                     int fetchSize,
                                     boolean performOrderById,
                                     int chunkSize)
Constructs a scrollable iterator over the given GigaSpaces SQLQuery. | 
|
StatelessListQueryDataIterator(SQLQuery sqlQuery,
                               org.hibernate.SessionFactory sessionFactory)
 | 
|
StatelessListQueryDataIterator(SQLQuery sqlQuery,
                               org.hibernate.SessionFactory sessionFactory,
                               int from,
                               int size)
 | 
|
StatelessScrollableDataIterator(SQLQuery sqlQuery,
                                org.hibernate.SessionFactory sessionFactory,
                                int fetchSize,
                                boolean performOrderById)
Constructs a scrollable iterator over the given GigaSpaces SQLQuery. | 
|
StatelessScrollableDataIterator(SQLQuery sqlQuery,
                                org.hibernate.SessionFactory sessionFactory,
                                int fetchSize,
                                boolean performOrderById,
                                int from,
                                int size)
Constructs a scrollable iterator over the given GigaSpaces SQLQuery. | 
|
| Uses of SQLQuery in org.openspaces.persistency.patterns | 
|---|
| Methods in org.openspaces.persistency.patterns with parameters of type SQLQuery | |
|---|---|
 DataIterator | 
SQLDataProviderSplitter.iterator(SQLQuery sqlQuery)
 | 
 DataIterator | 
SQLDataProviderExceptionHandler.iterator(SQLQuery sqlQuery)
 | 
  | 
GigaSpaces XAP 7.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||