Uses of Class
org.openwms.transactions.Transaction
Packages that use Transaction
Package
Description
This package contains the implementation of the microservice.
This package contains all types required for asynchronous command handling.
This package contains all types required for asynchronous event handling.
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 Transaction in org.openwms.transactions
Methods in org.openwms.transactions that return TransactionModifier and TypeMethodDescriptionTransactionMapper.convertTo(TransactionVO vo) TransactionMapperImpl.convertTo(TransactionVO vo) @NotNull TransactionTransactionService.findByPKeyOrThrow(@NotBlank String pKey) Find and return aTransaction.Methods in org.openwms.transactions that return types with arguments of type TransactionModifier and TypeMethodDescription@NotNull List<Transaction> TransactionService.findAll()Find and return allTransactioninstances.@NotNull List<Transaction> TransactionService.findByType(@NotBlank String type) Find and return allTransactionentries of the giventype.Methods in org.openwms.transactions with parameters of type TransactionModifier and TypeMethodDescriptionTransactionMapper.convertToVO(Transaction tx) TransactionMapperImpl.convertToVO(Transaction tx) -
Uses of Transaction in org.openwms.transactions.commands
Fields in org.openwms.transactions.commands with type parameters of type TransactionModifier and TypeFieldDescriptionprivate final Persistable<Transaction> TransactionCommandHandler.storageConstructor parameters in org.openwms.transactions.commands with type arguments of type TransactionModifierConstructorDescription(package private)TransactionCommandHandler(TransactionMapper mapper, Persistable<Transaction> storage) -
Uses of Transaction in org.openwms.transactions.events
Methods in org.openwms.transactions.events that return TransactionMethods in org.openwms.transactions.events with parameters of type TransactionModifier and TypeMethodDescriptionTransactionMOMapper.convertToMO(Transaction tx) TransactionMOMapperImpl.convertToMO(Transaction tx) Constructors in org.openwms.transactions.events with parameters of type Transaction -
Uses of Transaction in org.openwms.transactions.impl
Methods in org.openwms.transactions.impl that return TransactionModifier and TypeMethodDescription@NotNull TransactionTransactionRepository.create(@NotNull Transaction transaction) private TransactionTransactionServiceImpl.createInternal(Transaction transaction) @NotNull TransactionTransactionServiceImpl.findByPKeyOrThrow(@NotBlank String pKey) Find and return aTransaction.private TransactionTransactionServiceImpl.findInternal(String pKey) @NotNull TransactionTransactionServiceImpl.persist(@NotNull @Valid Transaction transaction) Persists the given instance.Methods in org.openwms.transactions.impl that return types with arguments of type TransactionModifier and TypeMethodDescription@NotNull List<Transaction> TransactionRepository.findAll()@NotNull List<Transaction> TransactionServiceImpl.findAll()Find and return allTransactioninstances.TransactionRepository.findBypKey(@NotBlank String pKey) @NotNull List<Transaction> TransactionRepository.findByType(@NotBlank String type) @NotNull List<Transaction> TransactionServiceImpl.findByType(@NotBlank String type) Find and return allTransactionentries of the giventype.Methods in org.openwms.transactions.impl with parameters of type TransactionModifier and TypeMethodDescription@NotNull TransactionTransactionRepository.create(@NotNull Transaction transaction) private TransactionTransactionServiceImpl.createInternal(Transaction transaction) @NotNull TransactionTransactionServiceImpl.persist(@NotNull @Valid Transaction transaction) Persists the given instance.Method parameters in org.openwms.transactions.impl with type arguments of type TransactionModifier and TypeMethodDescriptionvoidTransactionServiceImpl.persist(@NotNull @Valid List<Transaction> transactions) Persists a list of given instances. -
Uses of Transaction in org.openwms.transactions.impl.eclipsestore
Fields in org.openwms.transactions.impl.eclipsestore with type parameters of type TransactionMethods in org.openwms.transactions.impl.eclipsestore that return TransactionModifier and TypeMethodDescriptionTransactionESRepository.create(@NotNull Transaction transaction) Methods in org.openwms.transactions.impl.eclipsestore that return types with arguments of type TransactionModifier and TypeMethodDescription@NotNull List<Transaction> TransactionESRepository.findAll()TransactionESRepository.findBypKey(@NotBlank String pKey) @NotNull List<Transaction> TransactionESRepository.findByType(@NotBlank String type) Root.getTransactions()Methods in org.openwms.transactions.impl.eclipsestore with parameters of type TransactionModifier and TypeMethodDescriptionTransactionESRepository.create(@NotNull Transaction transaction) -
Uses of Transaction in org.openwms.transactions.impl.jpa
Methods in org.openwms.transactions.impl.jpa that return TransactionModifier and TypeMethodDescriptionTransactionJpaMapper.convertEOs(TransactionEO eo) TransactionJpaMapperImpl.convertEOs(TransactionEO eo) @NotNull TransactionTransactionJpaRepositoryAdapter.create(Transaction transaction) Methods in org.openwms.transactions.impl.jpa that return types with arguments of type TransactionModifier and TypeMethodDescriptionTransactionJpaMapper.convertEOs(List<TransactionEO> transactions) TransactionJpaMapperImpl.convertEOs(List<TransactionEO> transactions) TransactionJpaRepositoryAdapter.findAll()TransactionJpaRepositoryAdapter.findBypKey(@NotBlank String pKey) @NotNull List<Transaction> TransactionJpaRepositoryAdapter.findByType(@NotBlank String type) Methods in org.openwms.transactions.impl.jpa with parameters of type TransactionModifier and TypeMethodDescriptionTransactionJpaMapper.convertToEO(Transaction tx) TransactionJpaMapperImpl.convertToEO(Transaction tx) @NotNull TransactionTransactionJpaRepositoryAdapter.create(Transaction transaction)