com.google.code.ssm.test.dao
Interface SpecificDAO

All Superinterfaces:
GenericDAO<AppUser>
All Known Implementing Classes:
SpecificDAOImpl

public interface SpecificDAO
extends GenericDAO<AppUser>

Author:
Chiara Zambelli

Field Summary
static String NAME
           
 
Method Summary
 AppUser getRandomUserByPk(AppUserPK pk)
           
 void updateUser(AppUser entity, int id)
           
 void updateUserWithoutGenerics(AppUser entity)
           
 
Methods inherited from interface com.google.code.ssm.test.dao.GenericDAO
updateUser
 

Field Detail

NAME

static final String NAME
See Also:
Constant Field Values
Method Detail

updateUserWithoutGenerics

void updateUserWithoutGenerics(AppUser entity)

updateUser

void updateUser(AppUser entity,
                int id)

getRandomUserByPk

AppUser getRandomUserByPk(AppUserPK pk)


Copyright © 2014. All rights reserved.