Interface | Description |
---|---|
CrudControllerLocal |
Local interface to
CrudControllerBean . |
CrudControllerRemote |
Remote interface to
CrudControllerBean . |
Class | Description |
---|---|
AbstractCrudChildControllerBean<T extends Persistable> |
Controller that support CRUD (Create, Read, Update Delete) actions on a JPA
Entity that is a Child of another JPA Entity.
|
AbstractCrudControllerBean<T extends Persistable> |
Controller that support CRUD (Create, Read, Update Delete) actions on a JPA
Entity.
|
CrudControllerBean |
CRUD (Create Read Update Delete) Controller Bean using generic methods.
|
Copyright © 2008–2018. All rights reserved.