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<Scientist> |
ScientistControllerRemote.findAll()
Finds all Scientists.
|
List<Scientist> |
ScientistControllerBean.findAll()
Finds all Scientists.
|
List<Scientist> |
ScientistControllerBean.findByCriteria(Searchable criteria)
Finds Scientists based upon criteria.
|
Class<Scientist> |
ScientistControllerBean.getItemType()
Gets the type of the Entity to maintain.
|
Modifier and Type | Method and Description |
---|---|
Scientist |
NobelPrizeLaureate.getScientist()
Gets the Scientist.
|
Modifier and Type | Method and Description |
---|---|
void |
NobelPrizeLaureate.setScientist(Scientist scientist)
Sets the Scientist.
|
Constructor and Description |
---|
NobelPrizeLaureate(Scientist scientist,
NobelPrize nobelPrize)
Constructs this Element from all the supplied, mandatory fields.
|
Modifier and Type | Method and Description |
---|---|
Scientist |
ScientistBean.getScientist()
Gets the Scientist.
|
Modifier and Type | Method and Description |
---|---|
List<Scientist> |
ScientistBean.autoCompleteScientists(String displayName)
Creates an ordered auto complete list of Scientists.
|
Class<Scientist> |
ScientistBean.getItemType()
Gets the type of the Entity to maintain.
|
Copyright © 2008–2018. All rights reserved.