- All Implemented Interfaces:
Dao
public class UserDao
extends Object
implements Dao
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
get
- Specified by:
get in interface Dao
-
-
-
save
- Specified by:
save in interface Dao
-
update
public void update(Object obj)
- Specified by:
update in interface Dao
-
delete
public void delete(Object obj)
- Specified by:
delete in interface Dao
-