Uses of Class
com.google.code.ssm.test.entity.AppUserPK

Packages that use AppUserPK
com.google.code.ssm.test.dao   
com.google.code.ssm.test.entity   
 

Uses of AppUserPK in com.google.code.ssm.test.dao
 

Methods in com.google.code.ssm.test.dao that return AppUserPK
 AppUserPK AppUserDAOImpl.create(AppUser entity)
           
 AppUserPK AppUserDAO.create(AppUser entity)
           
 

Methods in com.google.code.ssm.test.dao with parameters of type AppUserPK
 AppUser AppUserDAOImpl.getByPk(AppUserPK pk)
           
 AppUser AppUserDAO.getByPk(AppUserPK pk)
           
 AppUser AppUserDAOImpl.getByPKFromDB(AppUserPK pk)
           
 AppUser AppUserDAO.getByPKFromDB(AppUserPK pk)
           
 AppUser SpecificDAOImpl.getRandomUserByPk(AppUserPK pk)
           
 AppUser SpecificDAO.getRandomUserByPk(AppUserPK pk)
           
 void AppUserDAOImpl.remove(AppUserPK pk)
           
 void AppUserDAO.remove(AppUserPK pk)
           
 

Uses of AppUserPK in com.google.code.ssm.test.entity
 

Methods in com.google.code.ssm.test.entity that return AppUserPK
 AppUserPK AppUser.getPK()
           
 

Constructors in com.google.code.ssm.test.entity with parameters of type AppUserPK
AppUser(AppUserPK pk)
           
 



Copyright © 2014. All rights reserved.