Uses of Class
io.github.marcopaglio.booking.transaction.manager.TransactionManager
Packages that use TransactionManager
Package
Description
Contains transactional implementations of the service layer for the booking application.
Contains implementations for managing transactions in MongoDB in the booking application.
Contains implementations for managing transactions in PostgreSQL in the booking application.
-
Uses of TransactionManager in io.github.marcopaglio.booking.service.transactional
Constructors in io.github.marcopaglio.booking.service.transactional with parameters of type TransactionManagerModifierConstructorDescriptionTransactionalBookingService
(TransactionManager transactionManager) Constructs a service for the booking application with a transaction manager. -
Uses of TransactionManager in io.github.marcopaglio.booking.transaction.manager.mongo
Modifier and TypeClassDescriptionclass
An implementation ofTransactionManager
for managing code executed on MongoDB within transactions. -
Uses of TransactionManager in io.github.marcopaglio.booking.transaction.manager.postgres
Modifier and TypeClassDescriptionclass
An implementation ofTransactionManager
for managing code executed on PostgreSQL within transactions.