Package | Description |
---|---|
com.gigaspaces.datasource |
Provides GigaSpaces DataSource implementation.
|
org.openspaces.persistency.hibernate |
An implementation of GigaSpaces external data source 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 |
---|---|
void |
BulkDataPersister.executeBulk(List<BulkItem> bulk)
Deprecated.
Execute given bulk of operations.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
StatelessHibernateExternalDataSource.exists(BulkItem bulkItem,
org.hibernate.StatelessSession session)
Deprecated.
|
protected String |
AbstractHibernateExternalDataSource.getPartialUpdateHQL(BulkItem updateBulkItem,
Map<String,Object> updatedValues)
Deprecated.
|
protected boolean |
AbstractHibernateExternalDataSource.isManaged(BulkItem bulkItem)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultHibernateExternalDataSource.executeBulk(List<BulkItem> bulkItems)
Deprecated.
Perform the given bulk changes using Hibernate
Session . |
void |
StatelessHibernateExternalDataSource.executeBulk(List<BulkItem> bulkItems)
Deprecated.
Perform the given bulk changes using Hibernate
StatelessSession . |
Modifier and Type | Method and Description |
---|---|
void |
BulkDataPersisterExceptionHandler.executeBulk(List<BulkItem> bulkItems)
Deprecated.
|
void |
BulkDataPersisterSplitter.executeBulk(List<BulkItem> bulkItems)
Deprecated.
|
Copyright © GigaSpaces.