#51 crud loop created

Open
jacob-andersen wants to merge 1 commits from jacob-andersen/ZCW-ORM-SimpleAccount:master into master

+ 9
- 0
.idea/ZCW-ORM-SimpleAccount.iml View File

@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module type="JAVA_MODULE" version="4">
3
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+    <exclude-output />
5
+    <content url="file://$MODULE_DIR$" />
6
+    <orderEntry type="inheritedJdk" />
7
+    <orderEntry type="sourceFolder" forTests="false" />
8
+  </component>
9
+</module>

+ 25
- 0
.idea/dataSources.local.xml View File

@@ -0,0 +1,25 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="dataSourceStorageLocal">
4
+    <data-source name="@localhost" uuid="b4426cba-b789-497d-9845-3db5d8920709">
5
+      <database-info product="MySQL" version="8.0.12" jdbc-version="4.0" driver-name="MySQL Connector Java" driver-version="mysql-connector-java-5.1.46 ( Revision: 9cc87a48e75c2d2e87c1a293b2862ce651cb256e )" family="MYSQL" exact-version="8.0.12">
6
+        <extra-name-characters>#@</extra-name-characters>
7
+        <identifier-quote-string>`</identifier-quote-string>
8
+      </database-info>
9
+      <case-sensitivity plain-identifiers="mixed" quoted-identifiers="upper" />
10
+      <secret-storage>master_key</secret-storage>
11
+      <user-name>root</user-name>
12
+      <introspection-schemas>*:@,orm_lab</introspection-schemas>
13
+    </data-source>
14
+    <data-source name="orm_lab@localhost" uuid="21ecf16b-a5ce-4110-a84e-3547e82eb3be">
15
+      <database-info product="MySQL" version="8.0.12" jdbc-version="4.0" driver-name="MySQL Connector Java" driver-version="mysql-connector-java-5.1.46 ( Revision: 9cc87a48e75c2d2e87c1a293b2862ce651cb256e )" family="MYSQL" exact-version="8.0.12">
16
+        <extra-name-characters>#@</extra-name-characters>
17
+        <identifier-quote-string>`</identifier-quote-string>
18
+      </database-info>
19
+      <case-sensitivity plain-identifiers="mixed" quoted-identifiers="upper" />
20
+      <secret-storage>master_key</secret-storage>
21
+      <user-name>root</user-name>
22
+      <introspection-schemas>*:@</introspection-schemas>
23
+    </data-source>
24
+  </component>
25
+</project>

+ 34
- 0
.idea/dataSources.xml View File

@@ -0,0 +1,34 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="DataSourceManagerImpl" format="xml" multifile-model="true">
4
+    <data-source source="LOCAL" name="@localhost" uuid="b4426cba-b789-497d-9845-3db5d8920709">
5
+      <driver-ref>mysql</driver-ref>
6
+      <synchronize>true</synchronize>
7
+      <jdbc-driver>com.mysql.jdbc.Driver</jdbc-driver>
8
+      <jdbc-url>jdbc:mysql://localhost:3306</jdbc-url>
9
+      <default-dialect>MySQL</default-dialect>
10
+      <driver-properties>
11
+        <property name="autoReconnect" value="true" />
12
+        <property name="zeroDateTimeBehavior" value="convertToNull" />
13
+        <property name="tinyInt1isBit" value="false" />
14
+        <property name="characterEncoding" value="utf8" />
15
+        <property name="characterSetResults" value="utf8" />
16
+        <property name="yearIsDateType" value="false" />
17
+      </driver-properties>
18
+    </data-source>
19
+    <data-source source="LOCAL" name="orm_lab@localhost" uuid="21ecf16b-a5ce-4110-a84e-3547e82eb3be">
20
+      <driver-ref>mysql</driver-ref>
21
+      <synchronize>true</synchronize>
22
+      <jdbc-driver>com.mysql.jdbc.Driver</jdbc-driver>
23
+      <jdbc-url>jdbc:mysql://localhost:3306/orm_lab</jdbc-url>
24
+      <driver-properties>
25
+        <property name="autoReconnect" value="true" />
26
+        <property name="zeroDateTimeBehavior" value="convertToNull" />
27
+        <property name="tinyInt1isBit" value="false" />
28
+        <property name="characterEncoding" value="utf8" />
29
+        <property name="characterSetResults" value="utf8" />
30
+        <property name="yearIsDateType" value="false" />
31
+      </driver-properties>
32
+    </data-source>
33
+  </component>
34
+</project>

+ 1134
- 0
.idea/dataSources/21ecf16b-a5ce-4110-a84e-3547e82eb3be.xml
File diff suppressed because it is too large
View File


+ 4150
- 0
.idea/dataSources/b4426cba-b789-497d-9845-3db5d8920709.xml
File diff suppressed because it is too large
View File


+ 7
- 0
.idea/misc.xml View File

@@ -0,0 +1,7 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="JavaScriptSettings">
4
+    <option name="languageLevel" value="ES6" />
5
+  </component>
6
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="false" project-jdk-name="1.8" project-jdk-type="JavaSDK" />
7
+</project>

+ 8
- 0
.idea/modules.xml View File

@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ProjectModuleManager">
4
+    <modules>
5
+      <module fileurl="file://$PROJECT_DIR$/.idea/ZCW-ORM-SimpleAccount.iml" filepath="$PROJECT_DIR$/.idea/ZCW-ORM-SimpleAccount.iml" />
6
+    </modules>
7
+  </component>
8
+</project>

+ 6
- 0
.idea/vcs.xml View File

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="VcsDirectoryMappings">
4
+    <mapping directory="" vcs="Git" />
5
+  </component>
6
+</project>

+ 320
- 0
.idea/workspace.xml View File

@@ -0,0 +1,320 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ChangeListManager">
4
+    <list default="true" id="f319cd88-dc92-4064-b198-5f790d56765b" name="Default Changelist" comment="">
5
+      <change afterPath="$PROJECT_DIR$/.idea/dataSources.xml" afterDir="false" />
6
+      <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
7
+    </list>
8
+    <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
9
+    <option name="SHOW_DIALOG" value="false" />
10
+    <option name="HIGHLIGHT_CONFLICTS" value="true" />
11
+    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
12
+    <option name="LAST_RESOLUTION" value="IGNORE" />
13
+  </component>
14
+  <component name="DatabaseView">
15
+    <option name="SHOW_INTERMEDIATE" value="true" />
16
+    <option name="GROUP_DATA_SOURCES" value="true" />
17
+    <option name="GROUP_SCHEMA" value="true" />
18
+    <option name="GROUP_CONTENTS" value="false" />
19
+    <option name="SORT_POSITIONED" value="false" />
20
+    <option name="SHOW_EMPTY_GROUPS" value="false" />
21
+    <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
22
+    <option name="HIDDEN_KINDS">
23
+      <set />
24
+    </option>
25
+    <expand>
26
+      <path>
27
+        <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
28
+        <item name="orm_lab@localhost" type="feb32156:DbDataSourceImpl" />
29
+      </path>
30
+    </expand>
31
+    <select />
32
+  </component>
33
+  <component name="FUSProjectUsageTrigger">
34
+    <session id="1322746259">
35
+      <usages-collector id="statistics.lifecycle.project">
36
+        <counts>
37
+          <entry key="project.closed" value="7" />
38
+          <entry key="project.open.time.1" value="4" />
39
+          <entry key="project.open.time.10" value="1" />
40
+          <entry key="project.open.time.15" value="1" />
41
+          <entry key="project.open.time.2" value="1" />
42
+          <entry key="project.opened" value="7" />
43
+        </counts>
44
+      </usages-collector>
45
+      <usages-collector id="statistics.file.extensions.open">
46
+        <counts>
47
+          <entry key="sql" value="3" />
48
+        </counts>
49
+      </usages-collector>
50
+      <usages-collector id="statistics.file.types.open">
51
+        <counts>
52
+          <entry key="Scratch" value="3" />
53
+        </counts>
54
+      </usages-collector>
55
+      <usages-collector id="statistics.file.extensions.edit">
56
+        <counts>
57
+          <entry key="sql" value="234" />
58
+          <entry key="txt" value="14" />
59
+        </counts>
60
+      </usages-collector>
61
+      <usages-collector id="statistics.file.types.edit">
62
+        <counts>
63
+          <entry key="PLAIN_TEXT" value="14" />
64
+          <entry key="SQL" value="146" />
65
+          <entry key="Scratch" value="88" />
66
+        </counts>
67
+      </usages-collector>
68
+      <usages-collector id="statistics.spring.boot.run.usages" />
69
+      <usages-collector id="statistics.vcs.git.usages" />
70
+      <usages-collector id="statistics.spring.boot.mvc.usages" />
71
+      <usages-collector id="statistics.js.language.service.starts" />
72
+    </session>
73
+  </component>
74
+  <component name="FileEditorManager">
75
+    <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
76
+      <file pinned="false" current-in-tab="false">
77
+        <entry file="file://$APPLICATION_CONFIG_DIR$/consoles/db/b4426cba-b789-497d-9845-3db5d8920709/console.sql">
78
+          <provider selected="true" editor-type-id="text-editor">
79
+            <state relative-caret-position="15">
80
+              <caret line="1" column="20" selection-start-line="1" selection-start-column="20" selection-end-line="1" selection-end-column="20" />
81
+            </state>
82
+          </provider>
83
+        </entry>
84
+      </file>
85
+      <file pinned="false" current-in-tab="true">
86
+        <entry file="file://$APPLICATION_CONFIG_DIR$/consoles/db/21ecf16b-a5ce-4110-a84e-3547e82eb3be/console.sql">
87
+          <provider selected="true" editor-type-id="text-editor">
88
+            <state>
89
+              <caret column="20" selection-start-column="20" selection-end-column="20" />
90
+            </state>
91
+          </provider>
92
+        </entry>
93
+      </file>
94
+    </leaf>
95
+  </component>
96
+  <component name="Git.Settings">
97
+    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
98
+  </component>
99
+  <component name="IdeDocumentHistory">
100
+    <option name="CHANGED_PATHS">
101
+      <list>
102
+        <option value="$APPLICATION_CONFIG_DIR$/consoles/db/b4426cba-b789-497d-9845-3db5d8920709/console.sql" />
103
+        <option value="$APPLICATION_CONFIG_DIR$/consoles/db/21ecf16b-a5ce-4110-a84e-3547e82eb3be/console.sql" />
104
+      </list>
105
+    </option>
106
+  </component>
107
+  <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
108
+  <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
109
+  <component name="JsGulpfileManager">
110
+    <detection-done>true</detection-done>
111
+    <sorting>DEFINITION_ORDER</sorting>
112
+  </component>
113
+  <component name="ProjectFrameBounds" fullScreen="true">
114
+    <option name="y" value="23" />
115
+    <option name="width" value="1280" />
116
+    <option name="height" value="722" />
117
+  </component>
118
+  <component name="ProjectView">
119
+    <navigator proportions="" version="1">
120
+      <foldersAlwaysOnTop value="true" />
121
+    </navigator>
122
+    <panes>
123
+      <pane id="ProjectPane">
124
+        <subPane>
125
+          <expand>
126
+            <path>
127
+              <item name="ZCW-ORM-SimpleAccount" type="b2602c69:ProjectViewProjectNode" />
128
+              <item name="ZCW-ORM-SimpleAccount" type="462c0819:PsiDirectoryNode" />
129
+            </path>
130
+          </expand>
131
+          <select />
132
+        </subPane>
133
+      </pane>
134
+      <pane id="PackagesPane" />
135
+      <pane id="Scope" />
136
+    </panes>
137
+  </component>
138
+  <component name="PropertiesComponent">
139
+    <property name="DatabaseDriversLRU" value="mysql" />
140
+    <property name="WebServerToolWindowFactoryState" value="false" />
141
+    <property name="aspect.path.notification.shown" value="true" />
142
+    <property name="com.intellij.ide.scratch.LRUPopupBuilder$1/SQL Dialect" value="MySQL" />
143
+    <property name="database.console.LAST_STATE" value="true" />
144
+    <property name="last_opened_file_path" value="$PROJECT_DIR$" />
145
+    <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
146
+    <property name="nodejs_npm_path_reset_for_default_project" value="true" />
147
+    <property name="project.structure.last.edited" value="Problems" />
148
+    <property name="project.structure.proportion" value="0.15" />
149
+    <property name="project.structure.side.proportion" value="0.2" />
150
+  </component>
151
+  <component name="RunDashboard">
152
+    <option name="ruleStates">
153
+      <list>
154
+        <RuleState>
155
+          <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
156
+        </RuleState>
157
+        <RuleState>
158
+          <option name="name" value="StatusDashboardGroupingRule" />
159
+        </RuleState>
160
+      </list>
161
+    </option>
162
+  </component>
163
+  <component name="SvnConfiguration">
164
+    <configuration />
165
+  </component>
166
+  <component name="TaskManager">
167
+    <task active="true" id="Default" summary="Default task">
168
+      <changelist id="f319cd88-dc92-4064-b198-5f790d56765b" name="Default Changelist" comment="" />
169
+      <created>1542227987624</created>
170
+      <option name="number" value="Default" />
171
+      <option name="presentableId" value="Default" />
172
+      <updated>1542227987624</updated>
173
+      <workItem from="1542227989040" duration="1070000" />
174
+      <workItem from="1542236435689" duration="496000" />
175
+      <workItem from="1542331505097" duration="1374000" />
176
+      <workItem from="1542335233780" duration="280000" />
177
+      <workItem from="1542337821653" duration="593000" />
178
+      <workItem from="1542385746290" duration="650000" />
179
+      <workItem from="1542590088606" duration="35000" />
180
+    </task>
181
+    <servers />
182
+  </component>
183
+  <component name="TimeTrackingManager">
184
+    <option name="totallyTimeSpent" value="4498000" />
185
+  </component>
186
+  <component name="ToolWindowManager">
187
+    <frame x="0" y="0" width="1280" height="800" extended-state="0" />
188
+    <editor active="true" />
189
+    <layout>
190
+      <window_info content_ui="combo" id="Project" order="0" weight="0.27382874" />
191
+      <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
192
+      <window_info id="Image Layers" order="2" />
193
+      <window_info id="Designer" order="3" />
194
+      <window_info id="UI Designer" order="4" />
195
+      <window_info id="Capture Tool" order="5" />
196
+      <window_info id="Favorites" order="6" side_tool="true" />
197
+      <window_info anchor="bottom" id="Message" order="0" />
198
+      <window_info anchor="bottom" id="Find" order="1" />
199
+      <window_info anchor="bottom" id="Run" order="2" />
200
+      <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
201
+      <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
202
+      <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
203
+      <window_info anchor="bottom" id="TODO" order="6" />
204
+      <window_info anchor="bottom" id="Database Changes" order="7" sideWeight="0.49919224" weight="0.328" />
205
+      <window_info anchor="bottom" id="Terminal" order="8" />
206
+      <window_info anchor="bottom" id="Event Log" order="9" sideWeight="0.50080776" side_tool="true" visible="true" weight="0.28082192" />
207
+      <window_info anchor="bottom" id="Version Control" order="10" />
208
+      <window_info anchor="bottom" id="Database Console" order="11" sideWeight="0.49919224" visible="true" weight="0.3296" />
209
+      <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
210
+      <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
211
+      <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
212
+      <window_info anchor="right" id="Palette" order="3" />
213
+      <window_info anchor="right" id="Capture Analysis" order="4" />
214
+      <window_info anchor="right" id="Theme Preview" order="5" />
215
+      <window_info anchor="right" id="Palette&#9;" order="6" />
216
+      <window_info anchor="right" id="Database" order="7" visible="true" weight="0.32956383" />
217
+      <window_info anchor="right" id="Maven Projects" order="8" />
218
+    </layout>
219
+  </component>
220
+  <component name="TypeScriptGeneratedFilesManager">
221
+    <option name="version" value="1" />
222
+  </component>
223
+  <component name="VcsContentAnnotationSettings">
224
+    <option name="myLimit" value="2678400000" />
225
+  </component>
226
+  <component name="editorHistoryManager">
227
+    <entry file="file://$APPLICATION_CONFIG_DIR$/consoles/db/d9c131e8-324e-4583-99b8-f17792cfd29d/console.sql">
228
+      <provider selected="true" editor-type-id="text-editor" />
229
+    </entry>
230
+    <entry file="file://$APPLICATION_CONFIG_DIR$/consoles/db/b4426cba-b789-497d-9845-3db5d8920709/console.sql">
231
+      <provider selected="true" editor-type-id="text-editor">
232
+        <state relative-caret-position="15">
233
+          <caret line="1" column="20" selection-start-line="1" selection-start-column="20" selection-end-line="1" selection-end-column="20" />
234
+        </state>
235
+      </provider>
236
+    </entry>
237
+    <entry file="file://$APPLICATION_CONFIG_DIR$/consoles/db/21ecf16b-a5ce-4110-a84e-3547e82eb3be/console.sql">
238
+      <provider selected="true" editor-type-id="text-editor">
239
+        <state>
240
+          <caret column="20" selection-start-column="20" selection-end-column="20" />
241
+        </state>
242
+      </provider>
243
+    </entry>
244
+  </component>
245
+  <component name="masterDetails">
246
+    <states>
247
+      <state key="ArtifactsStructureConfigurable.UI">
248
+        <settings>
249
+          <artifact-editor />
250
+          <splitter-proportions>
251
+            <option name="proportions">
252
+              <list>
253
+                <option value="0.2" />
254
+              </list>
255
+            </option>
256
+          </splitter-proportions>
257
+        </settings>
258
+      </state>
259
+      <state key="FacetStructureConfigurable.UI">
260
+        <settings>
261
+          <last-edited>No facets are configured</last-edited>
262
+          <splitter-proportions>
263
+            <option name="proportions">
264
+              <list>
265
+                <option value="0.2" />
266
+              </list>
267
+            </option>
268
+          </splitter-proportions>
269
+        </settings>
270
+      </state>
271
+      <state key="GlobalLibrariesConfigurable.UI">
272
+        <settings>
273
+          <splitter-proportions>
274
+            <option name="proportions">
275
+              <list>
276
+                <option value="0.2" />
277
+              </list>
278
+            </option>
279
+          </splitter-proportions>
280
+        </settings>
281
+      </state>
282
+      <state key="JdkListConfigurable.UI">
283
+        <settings>
284
+          <last-edited>1.8</last-edited>
285
+          <splitter-proportions>
286
+            <option name="proportions">
287
+              <list>
288
+                <option value="0.2" />
289
+              </list>
290
+            </option>
291
+          </splitter-proportions>
292
+        </settings>
293
+      </state>
294
+      <state key="ModuleStructureConfigurable.UI">
295
+        <settings>
296
+          <last-edited>ZCW-ORM-SimpleAccount</last-edited>
297
+          <splitter-proportions>
298
+            <option name="proportions">
299
+              <list>
300
+                <option value="0.2" />
301
+                <option value="0.6" />
302
+              </list>
303
+            </option>
304
+          </splitter-proportions>
305
+        </settings>
306
+      </state>
307
+      <state key="ProjectLibrariesConfigurable.UI">
308
+        <settings>
309
+          <splitter-proportions>
310
+            <option name="proportions">
311
+              <list>
312
+                <option value="0.2" />
313
+              </list>
314
+            </option>
315
+          </splitter-proportions>
316
+        </settings>
317
+      </state>
318
+    </states>
319
+  </component>
320
+</project>