cz.geek.banking.hibernate
Class BankStatementDao

java.lang.Object
  extended by cz.geek.banking.hibernate.BankStatementDao

@Repository
public class BankStatementDao
extends Object


Constructor Summary
BankStatementDao()
           
 
Method Summary
 List<BankStatement> findById(Collection<Integer> ids)
           
 List<BankStatement> findUnpaired()
           
 com.google.common.collect.Multimap<Long,BankStatement> findUnpairedMap()
           
 void save(BankStatement bankStatement)
           
protected  org.hibernate.Session session()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BankStatementDao

public BankStatementDao()
Method Detail

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.