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
NAME
static final String NAME
- See Also:
- Constant Field Values
updateUserWithoutGenerics
void updateUserWithoutGenerics(AppUser entity)
updateUser
void updateUser(AppUser entity,
int id)
getRandomUserByPk
AppUser getRandomUserByPk(AppUserPK pk)
Copyright © 2014. All rights reserved.