See: Description
Class | Description |
---|---|
AbstractCrudEntityBean<T extends Persistable> |
Super class for JSF Beans that perform CRUD actions (including searching and
sorting) on JPA Entities using a
MultiFieldComparator . |
AbstractCrudItemBean<T extends Serializable> |
Super class for JSF Beans that perform CRUD actions (including searching and
sorting) on Items.
|
AbstractCrudManyToManyEntityBean<T extends Persistable> |
Short description.
|
AbstractCrudManyToManyEntityUsingEntityManagerBean<T extends Persistable> |
Short description.
|
AbstractCrudManyToManyEntityUsingFacadeBean<T extends Persistable> |
Short description.
|
AbstractCrudManyToManyEntityUsingSessionBean<T extends Persistable> |
Short description.
|
AbstractCrudManyToOneEntityBean<T extends Persistable> |
Super class for JSF Beans that perform CRUD actions (including searching and
sorting) on JPA Entities that are on the Many side of a many-to-one relation.
|
AbstractCrudManyToOneEntityUsingEntityManagerBean<T extends Persistable> |
Super class for JSF Beans that perform CRUD actions (including searching and
sorting) on a single JPA Entity, that is part of a many-to-one relation, by
directly using an Entity Manager.
|
AbstractCrudManyToOneEntityUsingFacadeBean<T extends Persistable> |
Short description.
|
AbstractCrudManyToOneEntityUsingSessionBean<T extends Persistable> |
Super class for JSF Beans that perform CRUD actions (including searching and
sorting) on a single JPA Entity, that is part of a many-to-one relation, by
using a Stateless Session Bean that implements the
CrudChildActions
interface. |
AbstractCrudSingleEntityBean<T extends Persistable> |
Super class for JSF Beans that maintain a single JPA Entity.
|
AbstractCrudSingleEntityUsingEntityManagerBean<T extends Persistable> |
Super class for JSF Beans that perform CRUD actions (including searching and
sorting) on a single JPA Entity, by directly using an Entity Manager.
|
AbstractCrudSingleEntityUsingFacadeBean<T extends Persistable> |
Super class for JSF Beans that perform CRUD actions (including searching and
sorting) on JPA Entities, by using a Facade, implemented as a Stateless
Session Bean.
|
AbstractCrudSingleEntityUsingSessionBean<T extends Persistable> |
Super class for JSF Beans that perform CRUD actions (including searching and
sorting) on JPA Entities, by using a Stateless Session Bean that implements
the
CrudActions interface. |
ItemObservable |
Observable for changes in an Item.
|
Copyright © 2008–2018. All rights reserved.