Uses of Interface
org.openwms.transactions.Persistable
Packages that use Persistable
Package
Description
This package contains the implementation of the microservice.
This package contains all types required for asynchronous command handling.
This package contains the internal microservice implementation.
-
Uses of Persistable in org.openwms.transactions
Subinterfaces of Persistable in org.openwms.transactions -
Uses of Persistable in org.openwms.transactions.commands
Fields in org.openwms.transactions.commands declared as PersistableModifier and TypeFieldDescriptionprivate final Persistable<Transaction> TransactionCommandHandler.storageConstructors in org.openwms.transactions.commands with parameters of type PersistableModifierConstructorDescription(package private)TransactionCommandHandler(TransactionMapper mapper, Persistable<Transaction> storage) -
Uses of Persistable in org.openwms.transactions.impl
Classes in org.openwms.transactions.impl that implement PersistableModifier and TypeClassDescription(package private) classA TransactionServiceImpl.