cz.geek.banking.hibernate
Class BankStatementDao
java.lang.Object
cz.geek.banking.hibernate.BankStatementDao
@Repository
public class BankStatementDao
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BankStatementDao
public BankStatementDao()
session
protected org.hibernate.Session session()
findUnpaired
public List<BankStatement> findUnpaired()
findUnpairedMap
public com.google.common.collect.Multimap<Long,BankStatement> findUnpairedMap()
findById
public List<BankStatement> findById(Collection<Integer> ids)
save
@Transactional
public void save(BankStatement bankStatement)
Copyright © 2011. All Rights Reserved.