Entries from Shay Shmeltzer's Weblog tagged with 'JPA'

Insert & Update for JPA/EJB 3.0 with ADF binding

One thing that we don't show in the basic JPA/EJB 3/JSF/ADF Faces tutorial for 11g is how to do an update or an insert into the database. (We do show how to do an update in the cue cards tutorial)....

Using selectOneChoice with JPA relationships

On OTN some asked how to create a selectOneChoice item from an object that relates to another object when using JPA and ADF Faces. Here is the quick how-to. We'll use the default Employees and Departments table from the HR...