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 |
CacheJdbcBlobStore.session() |
protected CacheStoreSession |
CacheAbstractJdbcStore.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.
|
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024