| Package | Description |
|---|---|
| org.josef.demo.ejb | |
| org.josef.demo.jpa |
Demo of Java Persistence API (JPA).
|
| org.josef.web.jsf.beans.demo.crud.jpa |
JSF Managed Beans to demonstrate CRUD actions.
|
| Modifier and Type | Method and Description |
|---|---|
List<Car> |
CarControllerLocal.findAll()
Finds all Elements.
|
List<Car> |
CarControllerBean.findAll()
Finds all Cars.
|
List<Car> |
CarControllerBean.findByCriteria(Searchable criteria)
Finds Cars based upon criteria.
|
Class<Car> |
CarControllerBean.getItemType()
Gets the type of the Entity to maintain.
|
| Modifier and Type | Method and Description |
|---|---|
Car |
CarDetail.getCar()
Gets the Car of this CarDetail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CarDetail.setCar(Car car)
Sets the Car for this CarDetail.
|
| Constructor and Description |
|---|
CarDetail(Car car,
CColor color)
Constructs this CarDetail from all the mandatory fields.
|
| Modifier and Type | Method and Description |
|---|---|
Car |
CarBean.getCar()
Gets the Car.
|
| Modifier and Type | Method and Description |
|---|---|
Class<Car> |
CarBean.getItemType()
Gets the type of the Entity to maintain.
|
Copyright © 2008–2018. All rights reserved.