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 . |
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–2018. All rights reserved.