Uses of Class
com.atomikos.examples.jpa.Account

Packages that use Account
com.atomikos.examples.jpa   
com.atomikos.examples.jpa.impl   
 

Uses of Account in com.atomikos.examples.jpa
 

Methods in com.atomikos.examples.jpa that return Account
 Account TestDao.create(Account a)
           
 Account TestDao.retreive(int id)
           
 

Methods in com.atomikos.examples.jpa with parameters of type Account
 Account TestDao.create(Account a)
           
 

Uses of Account in com.atomikos.examples.jpa.impl
 

Methods in com.atomikos.examples.jpa.impl that return Account
 Account TestDaoImpl.create(Account a)
           
 Account TestDaoImpl.retreive(int id)
           
 

Methods in com.atomikos.examples.jpa.impl with parameters of type Account
 Account TestDaoImpl.create(Account a)
           
 



Copyright © 2012. All Rights Reserved.