Package br.com.arsmachina.controller.impl

Class Summary
ControllerImpl<T,K extends Serializable> Abstract class that implements the Controller interface by delegating all method calls to a DAO passed through its constructor.
ReadableControllerImpl<T,K extends Serializable> Abstract class that implements the ReadableController interface by delegating all method calls to a ReadableDAO passed through its constructor.
WriteableControllerImpl<T,K extends Serializable> Abstract class that implements the WriteableController interface by delegating all method calls to a WriteableDAO passed through its constructor.
 



Copyright © 2008-2009 Thiago H. de Paula Figueiredo. All Rights Reserved.