From 2af72ba9636bec70046394c41744f89ce4572e35 Mon Sep 17 00:00:00 2001 From: Ilia Motornyi Date: Thu, 3 Dec 2015 14:59:05 +0000 Subject: Revert "Merge branch 'documentation'" This reverts commit f6874bde3d945c8b2d1b5c17ab50e2d0f1f8ff00. Change-Id: I67ee1c30ba3e3bcc3c43a1dd2e73a822791514bf --- .../original-drawings/three-layer-architecture.svg | 1069 -------------------- 1 file changed, 1069 deletions(-) delete mode 100644 documentation/jpacontainer/original-drawings/three-layer-architecture.svg (limited to 'documentation/jpacontainer/original-drawings/three-layer-architecture.svg') diff --git a/documentation/jpacontainer/original-drawings/three-layer-architecture.svg b/documentation/jpacontainer/original-drawings/three-layer-architecture.svg deleted file mode 100644 index 64e3792e7c..0000000000 --- a/documentation/jpacontainer/original-drawings/three-layer-architecture.svg +++ /dev/null @@ -1,1069 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - Presentation Layer - - - class Comet { int id; String name; ...} - Domain Layer - - - Data Access Layer CREATE TABLE Comets ( id INTEGER PRIMARY KEY, name VARCHAR(20))INSERT INTO Comets (id, name) VALUES (1, 'Halley');... - - - - - - - -- cgit v1.2.3