Package | Description |
---|---|
com.gigaspaces.datasource |
Provides GigaSpaces DataSource implementation.
|
org.openspaces.persistency.hibernate.iterator |
A set of implementations of DataIterator using Hibernate.
|
Modifier and Type | Class and Description |
---|---|
class |
SQLQueryToDataSourceSQLQueryAdapter |
Modifier and Type | Method and Description |
---|---|
DataSourceSQLQuery |
DataSourceQueryImpl.getAsSQLQuery() |
DataSourceSQLQuery |
DataSourceIdsQuery.getAsSQLQuery()
Gets the prepared SQL representation of this ids query.
DataSourceQuery.supportsAsSQLQuery() return value should be checked before calling this
method otherwise an UnsupportedOperationException will be thrown if the operation is
not supported. |
DataSourceSQLQuery |
DataSourceQuery.getAsSQLQuery()
Gets the prepared SQL representation of this query.
DataSourceQuery.supportsAsSQLQuery() return value should be checked before calling this
method otherwise an UnsupportedOperationException will be thrown if the operation is
not supported. |
DataSourceSQLQuery |
DataSourceIdsQueryImpl.getAsSQLQuery() |
DataSourceSQLQuery |
DataSourceIdQueryImpl.getAsSQLQuery() |
Modifier and Type | Field and Description |
---|---|
protected DataSourceSQLQuery |
StatelessListQueryDataIterator.dataSourceSQLQuery |
protected DataSourceSQLQuery |
DefaultListQueryDataIterator.dataSourceSQLQuery |
Modifier and Type | Method and Description |
---|---|
static org.hibernate.Query |
HibernateIteratorUtils.createQueryFromDataSourceSQLQuery(DataSourceSQLQuery dataSourceSQLQuery,
org.hibernate.Session session) |
static org.hibernate.Query |
HibernateIteratorUtils.createQueryFromDataSourceSQLQuery(DataSourceSQLQuery dataSourceSQLQuery,
org.hibernate.StatelessSession session) |
Constructor and Description |
---|
DefaultListQueryDataIterator(DataSourceSQLQuery dataSourceSQLQuery,
org.hibernate.SessionFactory sessionFactory) |
StatelessListQueryDataIterator(DataSourceSQLQuery dataSourceSQLQuery,
org.hibernate.SessionFactory sessionFactory) |
Copyright © GigaSpaces.