com.atomikos.examples.jpa
Interface TestDao

All Known Implementing Classes:
TestDaoImpl

public interface TestDao


Method Summary
 Account create(Account a)
           
 Account retreive(int id)
           
 

Method Detail

create

Account create(Account a)

retreive

Account retreive(int id)


Copyright © 2012. All Rights Reserved.