June 2017
Beginner
1296 pages
69h 23m
English
We now reimplement the address book app from Section 24.9 using JPA. As before, you can browse existing entries, add new entries and search for entries with a specific last name. Recall that the AddressBook Java DB database contains an Addresses table with the columns addressID, FirstName, LastName, Email and PhoneNumber. The column addressID is an identity column in the Addresses table.
Many database applications require guarantees that a series of database insertions, updates and deletions executes properly before the application continues processing the next database operation. For example, when you transfer money electronically between bank ...
Read now
Unlock full access