Package cz.geek.banking.hibernate
Class BankStatementDao
java.lang.Object
cz.geek.banking.hibernate.BankStatementDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindById(Collection<Integer> ids) findUnpaired(TransactionAspect aspect) com.google.common.collect.Multimap<Long,BankStatement> findUnpairedMap(TransactionAspect aspect) voidsave(BankStatement bankStatement)
-
Constructor Details
-
BankStatementDao
public BankStatementDao()
-
-
Method Details
-
findUnpaired
-
findUnpairedMap
public com.google.common.collect.Multimap<Long,BankStatement> findUnpairedMap(TransactionAspect aspect) -
findById
-
save
-