Package | Description |
---|---|
com.gigaspaces.datasource |
Provides GigaSpaces DataSource implementation.
|
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.core.space.cache |
A package allowing for simpler creation of Local Cache and Local View (expose an IJSpace) based
on an actual IJSpace instance (usually created using the core.space package).
|
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.
|
Modifier and Type | Method and Description |
---|---|
DataIterator<T> |
SQLDataProvider.iterator(SQLQuery<T> query)
Deprecated.
Create an iterator over all objects that match the given
SQLQuery . |
Modifier and Type | Class and Description |
---|---|
class |
ContinousQuery<T>
|
Modifier and Type | Method and Description |
---|---|
SQLQuery<T> |
SQLQuery.setParameter(int index,
Object value)
Set the query parameter value.
|
SQLQuery<T> |
SQLQuery.setProjections(String... properties)
Sets projection properties which specifies that a result for an operation using this query should
contain data for the specified projection properties.
|
Modifier and Type | Class and Description |
---|---|
class |
View<T>
Deprecated.
Since 8.0.5 - Use SQLQuery
|
Modifier and Type | Method and Description |
---|---|
Class<SQLQuery> |
SQLQueryFactoryBean.getObjectType() |
Modifier and Type | Method and Description |
---|---|
LocalViewSpaceConfigurer |
LocalViewSpaceConfigurer.addViewQuery(SQLQuery query)
Adds a query to the view's criteria.
|
Modifier and Type | Method and Description |
---|---|
DataIterator |
DefaultHibernateExternalDataSource.iterator(SQLQuery sqlQuery)
Deprecated.
Returns a
DefaultListQueryDataIterator for the
given sql query. |
DataIterator |
StatelessHibernateExternalDataSource.iterator(SQLQuery sqlQuery)
Deprecated.
Returns a
StatelessListQueryDataIterator for the given
query. |
Modifier and Type | Field and Description |
---|---|
protected SQLQuery |
AbstractChunkDataIterator.sqlQuery |
protected SQLQuery |
AbstractScrollableDataIterator.sqlQuery |
protected SQLQuery<?> |
DefaultListQueryDataIterator.sqlQuery |
protected SQLQuery<?> |
StatelessListQueryDataIterator.sqlQuery |
Modifier and Type | Method and Description |
---|---|
protected abstract DataIterator |
AbstractChunkDataIterator.createIteratorBySQLQuery(SQLQuery sqlQuery,
org.hibernate.SessionFactory sessionFactory,
int fetchSize,
boolean performOrderById,
int from,
int size) |
protected DataIterator |
DefaultChunkListDataIterator.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 DataIterator |
StatelessChunkScrollableDataIterator.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) |
Constructor and Description |
---|
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 . |
Modifier and Type | Method and Description |
---|---|
DataIterator |
SQLDataProviderExceptionHandler.iterator(SQLQuery sqlQuery)
Deprecated.
|
DataIterator |
SQLDataProviderSplitter.iterator(SQLQuery sqlQuery)
Deprecated.
|
Copyright © GigaSpaces.