| Class | Description |
|---|---|
| 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-2013 Ars Machina Tecnologia da Informação Ltda.. All Rights Reserved.