| Package | Description |
|---|---|
| br.com.arsmachina.controller | |
| br.com.arsmachina.controller.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Controller<T,K extends Serializable>
Interface that defines a read-write, generic and generified controller for a given
entity class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ControllerImpl<T,K extends Serializable>
Abstract class that implements the
Controller interface by delegating all method calls to
a DAO passed through its constructor. |
class |
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.