|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BulkDataPersister | |
---|---|
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 BulkDataPersister in com.gigaspaces.datasource |
---|
Subinterfaces of BulkDataPersister in com.gigaspaces.datasource | |
---|---|
interface |
ExternalDataSource<T>
ExternalDataSource is an interface for space external data source. |
interface |
MapDataSource<K,V>
MapDataSource interface defines all the interfaces that need to implemented to support external datasource with Map API. |
Uses of BulkDataPersister in com.gigaspaces.datasource.hibernate |
---|
Classes in com.gigaspaces.datasource.hibernate that implement BulkDataPersister | |
---|---|
class |
HibernateDataSource
Deprecated. use org.openspaces.persistency.hibernate package instead |
class |
HibernateMapDataSource
Deprecated. use org.openspaces.persistency.hibernate package instead |
Uses of BulkDataPersister in org.openspaces.persistency.hibernate |
---|
Classes in org.openspaces.persistency.hibernate that implement BulkDataPersister | |
---|---|
class |
CriteriaHibernateExternalDataSource
An extension over the default implemenation that also implements DataProvider
(not needed by default). |
class |
DefaultHibernateExternalDataSource
The default Hibernate external data source implementation. |
class |
StatelessHibernateExternalDataSource
An external data source implemenation based on Hiberante StatelessSession . |
Uses of BulkDataPersister in org.openspaces.persistency.patterns |
---|
Classes in org.openspaces.persistency.patterns that implement BulkDataPersister | |
---|---|
class |
BulkDataPersisterExceptionHandler
An exception handler that delegates BulkDataPersister execution
and calls the provided ExceptionHandler in case of exceptions. |
class |
BulkDataPersisterSplitter
A bulk data persister that implements the execute bulk operation. |
class |
DataProviderSplitter
A data provider that redirects template based operations to the given data source that can handle its type. |
class |
SQLDataProviderExceptionHandler
|
class |
SQLDataProviderSplitter
A sql data provider that redirects the sql basded operatinos to the given data source that can handle the given type. |
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |