br.org.agilcoop.cursos.testes.gui.modelo
Class AbstractDAOImpl<T>

java.lang.Object
  extended by br.org.agilcoop.cursos.testes.gui.modelo.AbstractDAOImpl<T>
All Implemented Interfaces:
AbstractDAO<T>
Direct Known Subclasses:
UserDAOImpl

public abstract class AbstractDAOImpl<T>
extends java.lang.Object
implements AbstractDAO<T>


Constructor Summary
AbstractDAOImpl()
           
 
Method Summary
 void delete(T t)
           
 T insert(T t)
           
 T update(T t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDAOImpl

public AbstractDAOImpl()
Method Detail

insert

public T insert(T t)
Specified by:
insert in interface AbstractDAO<T>

update

public T update(T t)
Specified by:
update in interface AbstractDAO<T>

delete

public void delete(T t)
Specified by:
delete in interface AbstractDAO<T>


Copyright © 2009. All Rights Reserved.