| Modifier and Type | Method and Description |
|---|---|
KeyProvider<?,?,?> |
EhcacheDatastoreProvider.getKeyProvider() |
| Modifier and Type | Method and Description |
|---|---|
KeyProvider<EK,AK,ISK> |
PersistenceStrategy.getKeyProvider()
Returns the
KeyProvider of this strategy, converting OGM core's key objects into the keys persisted in
the datastore. |
| Modifier and Type | Class and Description |
|---|---|
class |
OnePerKindKeyProvider
Key provider which stores keys by serializing all their attributes into Ehcache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PerTableKeyProvider
Provides the persistent keys for the "per-table" strategy.
|
Copyright © 2010-2015 Hibernate. All Rights Reserved.