Package | Description |
---|---|
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 |
---|---|
Set<NobelPrizeLaureate> |
Scientist.getNobelPrizeLaureates()
Gets the Nobel prizes won by this Scientist.
|
Set<NobelPrizeLaureate> |
NobelPrize.getNobelPrizeLaureates()
Gets all the NobelPrizeLaureates that have won this NobelPrize.
|
Modifier and Type | Method and Description |
---|---|
void |
Scientist.setNobelPrizeLaureates(Set<NobelPrizeLaureate> nobelPrizeLaureates)
Sets the Nobel prizes won by this Scientist.
|
void |
NobelPrize.setNobelPrizeLaureates(Set<NobelPrizeLaureate> nobelPrizeLaureates)
Sets all the NobelPrizeLaureates that have won this NobelPrize.
|
Modifier and Type | Method and Description |
---|---|
NobelPrizeLaureate |
NobelPrizeLaureateBean.getNobelPrizeLaureate()
Gets the NobelPrizeLaureate.
|
Modifier and Type | Method and Description |
---|---|
Class<NobelPrizeLaureate> |
NobelPrizeLaureateBean.getItemType()
Gets the type of the Entity to maintain.
|
Copyright © 2008–2018. All rights reserved.