Package | Description |
---|---|
org.openspaces.core.space |
This package is responsible for simplifying the creation of IJSpace implementation.
|
org.openspaces.persistency | |
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 |
EmbeddedSpaceFactoryBean.setSpaceDataSource(SpaceDataSource spaceDataSource) |
void |
UrlSpaceFactoryBean.setSpaceDataSource(SpaceDataSource spaceDataSource)
Sets the
SpaceDataSource which will be used as a data source for the space. |
EmbeddedSpaceConfigurer |
EmbeddedSpaceConfigurer.spaceDataSource(SpaceDataSource spaceDataSource) |
UrlSpaceConfigurer |
UrlSpaceConfigurer.spaceDataSource(SpaceDataSource spaceDataSource) |
Modifier and Type | Class and Description |
---|---|
class |
ClusterInfoAwareSpaceDataSource
Created by yuvalm on 23/04/2014.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHibernateSpaceDataSource
A base class for Hibernate based
SpaceDataSource implementations. |
class |
CriteriaHibernateSpaceDataSource
An extension over the default implementation that its main use is to override Hibernate bugs when executing queries with composite
objects.
|
class |
DefaultHibernateSpaceDataSource
The default Hibernate space data source implementation.
|
class |
StatelessHibernateSpaceDataSource
A
SpaceDataSource implementation based on Hibernate StatelessSession . |
Modifier and Type | Class and Description |
---|---|
class |
ManagedEntriesSpaceDataSource
An implementation of
SpaceDataSource that can provide a list
of all the given entries this space data source handles. |
class |
SpaceDataSourceExceptionHandler
An exception handler that delegates
SpaceDataSource execution
and calls the provided PersistencyExceptionHandler in case of exceptions on query methods. |
class |
SpaceDataSourceSplitter
A space data source that redirects the query operations to the given data source that
can handle the given type.
|
Modifier and Type | Method and Description |
---|---|
protected SpaceDataSource |
SpaceDataSourceSplitter.getDataSource(String entry) |
Constructor and Description |
---|
SpaceDataSourceExceptionHandler(SpaceDataSource dataSource,
PersistencyExceptionHandler exceptionHandler) |
Copyright © GigaSpaces.