| Package | Description |
|---|---|
| org.apache.ignite.cache.store |
Contains cache store interfaces.
|
| org.apache.ignite.cache.store.hibernate |
Contains reference Hibernate-based cache store implementation.
|
| org.apache.ignite.cache.store.jdbc |
Contains reference JDBC-based cache store implementation.
|
| org.apache.ignite.cache.store.spring |
Contains cache store session listener based on Spring transaction management.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheStoreSessionListener.onSessionEnd(CacheStoreSession ses,
boolean commit)
On session end callback.
|
void |
CacheStoreSessionListener.onSessionStart(CacheStoreSession ses)
On session start callback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheHibernateStoreSessionListener.onSessionEnd(CacheStoreSession ses,
boolean commit)
On session end callback.
|
void |
CacheHibernateStoreSessionListener.onSessionStart(CacheStoreSession ses)
On session start callback.
|
| Modifier and Type | Method and Description |
|---|---|
protected CacheStoreSession |
CacheAbstractJdbcStore.session() |
protected CacheStoreSession |
CacheJdbcBlobStore.session() |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheJdbcStoreSessionListener.onSessionEnd(CacheStoreSession ses,
boolean commit)
On session end callback.
|
void |
CacheJdbcStoreSessionListener.onSessionStart(CacheStoreSession ses)
On session start callback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheSpringStoreSessionListener.onSessionEnd(CacheStoreSession ses,
boolean commit)
On session end callback.
|
void |
CacheSpringStoreSessionListener.onSessionStart(CacheStoreSession ses)
On session start callback.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.11 Release Date : April 8 2016