|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mlw.fps.model.business.dao.hibernate.GameDAOImpl
Constructor Summary | |
GameDAOImpl()
Creates a new instance of RoundDAOImpl |
Method Summary | |
void |
delete(Game game)
|
void |
insert(Game game)
|
void |
update(Game game)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GameDAOImpl()
Method Detail |
public void insert(Game game)
insert
in interface GameDAO
public void update(Game game)
update
in interface GameDAO
public void delete(Game game)
delete
in interface GameDAO
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |