|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BulkItem | |
---|---|
com.gigaspaces.datasource | Provides GigaSpaces DataSource implementation. |
com.gigaspaces.datasource.hibernate | Deprecated: use org.openspaces.persistency.hibernate instead. |
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. |
Uses of BulkItem in com.gigaspaces.datasource |
---|
Method parameters in com.gigaspaces.datasource with type arguments of type BulkItem | |
---|---|
void |
BulkDataPersister.executeBulk(List<BulkItem> bulk)
Execute given bulk of operations. |
Uses of BulkItem in com.gigaspaces.datasource.hibernate |
---|
Method parameters in com.gigaspaces.datasource.hibernate with type arguments of type BulkItem | |
---|---|
void |
HibernateDataSource.executeBulk(List<BulkItem> bulk)
Deprecated. This method is called in the following scenarios: 1. |
void |
HibernateMapDataSource.executeBulk(List<BulkItem> bulk)
Deprecated. This method is called in the following scenarios: 1. |
Uses of BulkItem in org.openspaces.persistency.hibernate |
---|
Method parameters in org.openspaces.persistency.hibernate with type arguments of type BulkItem | |
---|---|
void |
StatelessHibernateExternalDataSource.executeBulk(List<BulkItem> bulkItems)
Perform the given bulk changes using Hibernate StatelessSession . |
void |
DefaultHibernateExternalDataSource.executeBulk(List<BulkItem> bulkItems)
Perform the given bulk changes using Hibernate Session . |
Uses of BulkItem in org.openspaces.persistency.patterns |
---|
Method parameters in org.openspaces.persistency.patterns with type arguments of type BulkItem | |
---|---|
void |
BulkDataPersisterExceptionHandler.executeBulk(List<BulkItem> bulkItems)
|
void |
BulkDataPersisterSplitter.executeBulk(List<BulkItem> bulkItems)
|
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |