Uses of Interface
org.openwms.transactions.impl.TransactionRepository
Packages that use TransactionRepository
Package
Description
This package contains the internal microservice implementation.
This package contains the repository implementation with EclipseStore.
This package contains the repository implementation with JPA.
-
Uses of TransactionRepository in org.openwms.transactions.impl
Fields in org.openwms.transactions.impl declared as TransactionRepositoryModifier and TypeFieldDescriptionprivate final TransactionRepositoryTransactionServiceImpl.transactionRepositoryConstructors in org.openwms.transactions.impl with parameters of type TransactionRepositoryModifierConstructorDescription(package private)TransactionServiceImpl(org.springframework.context.ApplicationEventPublisher eventPublisher, io.micrometer.tracing.Tracer tracer, org.ameba.i18n.Translator translator, TransactionRepository transactionRepository) -
Uses of TransactionRepository in org.openwms.transactions.impl.eclipsestore
Classes in org.openwms.transactions.impl.eclipsestore that implement TransactionRepositoryModifier and TypeClassDescription(package private) classA TransactionESRepositoryAdapter. -
Uses of TransactionRepository in org.openwms.transactions.impl.jpa
Classes in org.openwms.transactions.impl.jpa that implement TransactionRepositoryModifier and TypeClassDescription(package private) classA TransactionJpaRepositoryAdapter.