com.google.code.ssm.test.dao
Interface GenericDAO<T>

Type Parameters:
T -
All Known Subinterfaces:
SpecificDAO
All Known Implementing Classes:
SpecificDAOImpl

public interface GenericDAO<T>

Author:
Chiara Zambelli

Method Summary
 void updateUser(T entity)
           
 

Method Detail

updateUser

void updateUser(T entity)


Copyright © 2014. All rights reserved.