|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the entity class related to this controller.K - the type of the field that represents the entity class' primary key.public interface Controller<T,K extends Serializable>
Interface that defines a read-write, generic and generified controller for a given
entity class. It extends ReadableController and WriteableController.
| Method Summary |
|---|
| Methods inherited from interface br.com.arsmachina.controller.ReadableController |
|---|
countAll, findAll, findAll, findByExample, findById, findByIds, reattach |
| Methods inherited from interface br.com.arsmachina.controller.WriteableController |
|---|
delete, delete, evict, isPersistent, save, saveOrUpdate, update |
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||