Class TransactionService

java.lang.Object
com.bluebell.greenhouse.radicle.services.AbstractGenericEntityService<Transaction, TransactionRepository>
com.bluebell.greenhouse.radicle.services.transaction.TransactionService

@Service @Transactional(readOnly=true) public class TransactionService extends AbstractGenericEntityService<Transaction, TransactionRepository>
Service-layer for Transaction.
Version:
3.0.6
Author:
Stephen Prizio