Uses of Interface
com.hazelcast.transaction.TransactionalObject
Package
Description
Contains Hazelcast transaction classes for Spring Transaction API.
Provides interfaces/classes for Hazelcast transaction support.
-
Uses of TransactionalObject in com.hazelcast.spring.transaction
Modifier and TypeMethodDescription<T extends TransactionalObject>
TManagedTransactionalTaskContext.getTransactionalObject
(String serviceName, String name) -
Uses of TransactionalObject in com.hazelcast.transaction
Modifier and TypeInterfaceDescriptioninterface
Transactional implementation ofIList
.interface
TransactionalMap<K,
V> Transactional implementation ofBaseMap
.interface
Transactional implementation ofBaseMultiMap
.interface
Transactional implementation ofBaseQueue
.interface
Transactional implementation ofISet
.Modifier and TypeMethodDescription<T extends TransactionalObject>
TTransactionalTaskContext.getTransactionalObject
(String serviceName, String name) Returns the transactional object instance with the specified name and service name.