Uses of Interface
org.infinispan.persistence.keymappers.Key2StringMapper
Package
Description
Configuration for the JDBC CacheStore.
-
Uses of Key2StringMapper in org.infinispan.persistence.jdbc.configuration
Modifier and TypeMethodDescriptionJdbcStringBasedStoreConfigurationBuilder.key2StringMapper
(Class<? extends Key2StringMapper> klass) The class of aKey2StringMapper
to use for mapping keys to strings suitable for storage in a database table. -
Uses of Key2StringMapper in org.infinispan.persistence.keymappers
Modifier and TypeInterfaceDescriptioninterface
MarshallingTwoWayKey2StringMapper.interface
ExtendsKey2StringMapper
and allows a bidirectional transformation between keys and Strings.Modifier and TypeClassDescriptionclass
Default implementation forTwoWayKey2StringMapper
that knows how to handle all primitive wrapper keys and Strings.class
This class is an implementation forTwoWayKey2StringMapper
that supports both primitives andWrappedByteArray
s.