Uses of Enum Class
cz.geek.banking.TransactionAspect
Packages that use TransactionAspect
-
Uses of TransactionAspect in cz.geek.banking
Methods in cz.geek.banking that return TransactionAspectModifier and TypeMethodDescriptionstatic TransactionAspectReturns the enum constant of this class with the specified name.static TransactionAspect[]TransactionAspect.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TransactionAspect in cz.geek.banking.hibernate
Methods in cz.geek.banking.hibernate with parameters of type TransactionAspectModifier and TypeMethodDescriptionBankStatementDao.findUnpaired(TransactionAspect aspect) com.google.common.collect.Multimap<Long,BankStatement> BankStatementDao.findUnpairedMap(TransactionAspect aspect)