| Interface | Description |
|---|---|
| CrudActions<T extends Persistable> |
Interface to be implemented by classes that support CRUD (Create, Read,
Update and Delete) actions on an Entity.
|
| CrudChildActions<T extends Persistable> |
Interface to be implemented by classes that support CRUD (Create, Read,
Update and Delete) actions on an Entity.
|
| ValueObjectInterface |
Interface for all value objects.
|
| Class | Description |
|---|---|
| AbstractControllerBean |
Ultimate Base Class for Controller Beans, providing access to an injected
SessionContext. |
| 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.
|
| AbstractEntityControllerBean |
Ultimate Base Class for Controller Beans that control a JPA entity.
|
| ServiceLocator |
Service Locator that, as its name implies, locates services.
|
| ValueObject |
Base class of all value objects.
|
| Exception | Description |
|---|---|
| ServiceLocatorException |
Service Locator Exception, indicating that a service could not be located.
|
Copyright © 2008–2017. All rights reserved.