update project. deepcopy on contact.

This commit is contained in:
2026-02-20 13:16:07 -05:00
parent cff27c3424
commit ba8ab3046c
16 changed files with 39 additions and 19 deletions
+3 -2
View File
@@ -16,7 +16,8 @@ Tests with ASPECTJ:
gradlew.bat run
/ or on linux:
sh ./gradlew edu.addressbook.view:run
AspectJ Referee component will call the Game plays.
AspectJ component runtime, and compile time weaving is used.
schema
@@ -36,7 +37,7 @@ INSERT INTO CONTACT (ID, FIRST_NAME, LAST_NAME, PHONE_NUMBER, EMAIL_ADDRESS, MAI
VALUES
(8,"Ramon", "Razone", "443-310-8764","Raz@home.com",NULL),
(9,"Manny", "Zonie", "443-350-6764","Zonie@home.com","7000 Hause Ln, People City,MN, 34090"),
(10,"Von", "Ray", "443-210-9764","RayVon@home.com","");
(10,"Von", "Ray", "443-210-9764","RayVon@home.com","8000 House Ln, Plains City,PA 34090");
UPDATE CONTACT SET MAIL_ADDRESS=NULL WHERE ID=8;