Package | Description |
---|---|
org.josef.web.jsf.bean.crud |
Java Server Faces Managed Beans that provide CRUD functionality.
|
org.josef.web.jsf.beans.demo.crud.jpa |
JSF Managed Beans to demonstrate CRUD actions.
|
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
AbstractCrudManyToOneEntityUsingFacadeBean<T extends Persistable>
Short description.
|
class |
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. |
Modifier and Type | Class and Description |
---|---|
class |
MoonBean
Moon Bean, demonstrating maintenance of a child Entity, directly using an
EntityManager.
|
Copyright © 2008–2018. All rights reserved.