| Modifier and Type | Method and Description |
|---|---|
KeyProvider<?,?,?> |
InfinispanEmbeddedDatastoreProvider.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. |
| Constructor and Description |
|---|
LocalCacheManager(URL configUrl,
org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform platform,
Set<String> cacheNames,
KeyProvider<EK,AK,ISK> keyProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
OnePerKindKeyProvider
Key provider which stores all keys as is in ISPN.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PerTableKeyProvider
Provides the persistent keys for the "per-table" strategy.
|
Copyright © 2010–2017 Hibernate. All rights reserved.