public interface ObjectConnection
| Modifier and Type | Method and Description |
|---|---|
CacheContainerWrapper |
getCacheContainer() |
Map<String,Class<?>> |
getCacheNameClassTypeMapping()
Returns a map of all defined caches, and their respective root object class type,
that are accessible using this connection.
|
String |
getPkField(String cacheName)
Returns the name of the primary key to the cache
|
Class<?> |
getType(String cacheName)
Return the root class type stored in the specified cache
|
CacheContainerWrapper getCacheContainer() throws TranslatorException
TranslatorExceptionClass<?> getType(String cacheName) throws TranslatorException
TranslatorExceptionString getPkField(String cacheName)
cacheName - Copyright © 2013 JBoss by Red Hat. All Rights Reserved.