|
@@ -0,0 +1,510 @@
|
|
1
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+<project version="4">
|
|
3
|
+ <component name="ChangeListManager">
|
|
4
|
+ <list default="true" id="84beed31-9db2-4552-8663-3f94fa8b2eb8" name="Default Changelist" comment="">
|
|
5
|
+ <change afterPath="$PROJECT_DIR$/../.idea/dataSources.xml" afterDir="false" />
|
|
6
|
+ <change afterPath="$PROJECT_DIR$/.idea/compiler.xml" afterDir="false" />
|
|
7
|
+ <change afterPath="$PROJECT_DIR$/.idea/dataSources.xml" afterDir="false" />
|
|
8
|
+ <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
|
|
9
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/Account.java" afterDir="false" />
|
|
10
|
+ <change afterPath="$PROJECT_DIR$/src/main/java/AccountApp.java" afterDir="false" />
|
|
11
|
+ </list>
|
|
12
|
+ <ignored path="$PROJECT_DIR$/out/" />
|
|
13
|
+ <ignored path="$PROJECT_DIR$/target/" />
|
|
14
|
+ <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
|
|
15
|
+ <option name="SHOW_DIALOG" value="false" />
|
|
16
|
+ <option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
17
|
+ <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
18
|
+ <option name="LAST_RESOLUTION" value="IGNORE" />
|
|
19
|
+ </component>
|
|
20
|
+ <component name="CoverageDataManager">
|
|
21
|
+ <SUITE FILE_PATH="coverage/ormlite$AccountApp.ic" NAME="AccountApp Coverage Results" MODIFIED="1542332059712" SOURCE_PROVIDER="com.intellij.coverage.DefaultCoverageFileProvider" RUNNER="idea" COVERAGE_BY_TEST_ENABLED="false" COVERAGE_TRACING_ENABLED="false" />
|
|
22
|
+ </component>
|
|
23
|
+ <component name="CoverageViewManager">
|
|
24
|
+ <option name="myElementSize" value="121" />
|
|
25
|
+ </component>
|
|
26
|
+ <component name="DatabaseView">
|
|
27
|
+ <option name="SHOW_INTERMEDIATE" value="true" />
|
|
28
|
+ <option name="GROUP_DATA_SOURCES" value="true" />
|
|
29
|
+ <option name="GROUP_SCHEMA" value="true" />
|
|
30
|
+ <option name="GROUP_CONTENTS" value="false" />
|
|
31
|
+ <option name="SORT_POSITIONED" value="false" />
|
|
32
|
+ <option name="SHOW_EMPTY_GROUPS" value="false" />
|
|
33
|
+ <option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
|
|
34
|
+ <option name="HIDDEN_KINDS">
|
|
35
|
+ <set />
|
|
36
|
+ </option>
|
|
37
|
+ <expand>
|
|
38
|
+ <path>
|
|
39
|
+ <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
|
|
40
|
+ <item name="@localhost" type="feb32156:DbDataSourceImpl" />
|
|
41
|
+ </path>
|
|
42
|
+ <path>
|
|
43
|
+ <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
|
|
44
|
+ <item name="@localhost" type="feb32156:DbDataSourceImpl" />
|
|
45
|
+ <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" />
|
|
46
|
+ </path>
|
|
47
|
+ <path>
|
|
48
|
+ <item name="Database" type="3277223f:DatabaseStructure$DbRootGroup" />
|
|
49
|
+ <item name="@localhost" type="feb32156:DbDataSourceImpl" />
|
|
50
|
+ <item name="schemas" type="d4e8921:DatabaseStructure$FamilyGroup" />
|
|
51
|
+ <item name="orm_lab: schema" type="c314c289:MysqlImplModel$Schema" />
|
|
52
|
+ </path>
|
|
53
|
+ </expand>
|
|
54
|
+ <select />
|
|
55
|
+ </component>
|
|
56
|
+ <component name="FUSProjectUsageTrigger">
|
|
57
|
+ <session id="1025342284">
|
|
58
|
+ <usages-collector id="statistics.lifecycle.project">
|
|
59
|
+ <counts>
|
|
60
|
+ <entry key="project.closed" value="2" />
|
|
61
|
+ <entry key="project.open.time.0" value="1" />
|
|
62
|
+ <entry key="project.open.time.12" value="1" />
|
|
63
|
+ <entry key="project.open.time.3" value="1" />
|
|
64
|
+ <entry key="project.opened" value="3" />
|
|
65
|
+ </counts>
|
|
66
|
+ </usages-collector>
|
|
67
|
+ <usages-collector id="statistics.file.extensions.open">
|
|
68
|
+ <counts>
|
|
69
|
+ <entry key="account" value="1" />
|
|
70
|
+ <entry key="iml" value="1" />
|
|
71
|
+ <entry key="java" value="4" />
|
|
72
|
+ <entry key="sql" value="1" />
|
|
73
|
+ <entry key="xml" value="2" />
|
|
74
|
+ </counts>
|
|
75
|
+ </usages-collector>
|
|
76
|
+ <usages-collector id="statistics.file.types.open">
|
|
77
|
+ <counts>
|
|
78
|
+ <entry key="Database Element" value="1" />
|
|
79
|
+ <entry key="IDEA_MODULE" value="1" />
|
|
80
|
+ <entry key="JAVA" value="4" />
|
|
81
|
+ <entry key="Scratch" value="1" />
|
|
82
|
+ <entry key="XML" value="2" />
|
|
83
|
+ </counts>
|
|
84
|
+ </usages-collector>
|
|
85
|
+ <usages-collector id="statistics.file.extensions.edit">
|
|
86
|
+ <counts>
|
|
87
|
+ <entry key="java" value="1241" />
|
|
88
|
+ <entry key="sql" value="27" />
|
|
89
|
+ <entry key="xml" value="8" />
|
|
90
|
+ </counts>
|
|
91
|
+ </usages-collector>
|
|
92
|
+ <usages-collector id="statistics.file.types.edit">
|
|
93
|
+ <counts>
|
|
94
|
+ <entry key="JAVA" value="1241" />
|
|
95
|
+ <entry key="Scratch" value="27" />
|
|
96
|
+ <entry key="XML" value="8" />
|
|
97
|
+ </counts>
|
|
98
|
+ </usages-collector>
|
|
99
|
+ <usages-collector id="statistics.spring.boot.mvc.usages" />
|
|
100
|
+ <usages-collector id="statistics.vcs.git.usages" />
|
|
101
|
+ <usages-collector id="statistics.spring.boot.run.usages" />
|
|
102
|
+ <usages-collector id="statistics.js.language.service.starts" />
|
|
103
|
+ </session>
|
|
104
|
+ </component>
|
|
105
|
+ <component name="FileEditorManager">
|
|
106
|
+ <leaf SIDE_TABS_SIZE_LIMIT_KEY="300">
|
|
107
|
+ <file pinned="false" current-in-tab="false">
|
|
108
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/Account.java">
|
|
109
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
110
|
+ <state relative-caret-position="806">
|
|
111
|
+ <caret line="60" column="9" lean-forward="true" selection-start-line="60" selection-start-column="9" selection-end-line="60" selection-end-column="9" />
|
|
112
|
+ <folding>
|
|
113
|
+ <element signature="imports" expanded="true" />
|
|
114
|
+ <element signature="e#668#669#0" expanded="true" />
|
|
115
|
+ <element signature="e#700#701#0" expanded="true" />
|
|
116
|
+ <element signature="e#844#845#0" expanded="true" />
|
|
117
|
+ <element signature="e#869#870#0" expanded="true" />
|
|
118
|
+ <element signature="e#900#901#0" expanded="true" />
|
|
119
|
+ <element signature="e#927#928#0" expanded="true" />
|
|
120
|
+ <element signature="e#967#968#0" expanded="true" />
|
|
121
|
+ <element signature="e#999#1000#0" expanded="true" />
|
|
122
|
+ <element signature="e#1034#1035#0" expanded="true" />
|
|
123
|
+ <element signature="e#1065#1066#0" expanded="true" />
|
|
124
|
+ <element signature="e#1113#1114#0" expanded="true" />
|
|
125
|
+ <element signature="e#1153#1154#0" expanded="true" />
|
|
126
|
+ <element signature="e#1196#1197#0" expanded="true" />
|
|
127
|
+ <element signature="e#1234#1235#0" expanded="true" />
|
|
128
|
+ </folding>
|
|
129
|
+ </state>
|
|
130
|
+ </provider>
|
|
131
|
+ </entry>
|
|
132
|
+ </file>
|
|
133
|
+ <file pinned="false" current-in-tab="true">
|
|
134
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/AccountApp.java">
|
|
135
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
136
|
+ <state relative-caret-position="119">
|
|
137
|
+ <caret line="98" column="170" selection-start-line="98" selection-start-column="170" selection-end-line="98" selection-end-column="170" />
|
|
138
|
+ <folding>
|
|
139
|
+ <element signature="imports" expanded="true" />
|
|
140
|
+ </folding>
|
|
141
|
+ </state>
|
|
142
|
+ </provider>
|
|
143
|
+ </entry>
|
|
144
|
+ </file>
|
|
145
|
+ <file pinned="false" current-in-tab="false">
|
|
146
|
+ <entry file="das://3ecf0965-6508-43f8-9c0c-b1f029189476/schema/orm_lab/table/account">
|
|
147
|
+ <provider selected="true" editor-type-id="com.intellij.database.editor.DatabaseTableFileEditorProvider">
|
|
148
|
+ <state>
|
|
149
|
+ <filtering enabled="true" />
|
|
150
|
+ </state>
|
|
151
|
+ </provider>
|
|
152
|
+ </entry>
|
|
153
|
+ </file>
|
|
154
|
+ </leaf>
|
|
155
|
+ </component>
|
|
156
|
+ <component name="FileTemplateManagerImpl">
|
|
157
|
+ <option name="RECENT_TEMPLATES">
|
|
158
|
+ <list>
|
|
159
|
+ <option value="Class" />
|
|
160
|
+ </list>
|
|
161
|
+ </option>
|
|
162
|
+ </component>
|
|
163
|
+ <component name="Git.Settings">
|
|
164
|
+ <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
|
|
165
|
+ </component>
|
|
166
|
+ <component name="IdeDocumentHistory">
|
|
167
|
+ <option name="CHANGED_PATHS">
|
|
168
|
+ <list>
|
|
169
|
+ <option value="$PROJECT_DIR$/src/main/java/Account.java" />
|
|
170
|
+ <option value="$PROJECT_DIR$/pom.xml" />
|
|
171
|
+ <option value="$APPLICATION_CONFIG_DIR$/consoles/db/3ecf0965-6508-43f8-9c0c-b1f029189476/console.sql" />
|
|
172
|
+ <option value="$PROJECT_DIR$/src/main/java/MockDao.java" />
|
|
173
|
+ <option value="$PROJECT_DIR$/src/main/java/AccService.java" />
|
|
174
|
+ <option value="$PROJECT_DIR$/src/main/java/AccountApp.java" />
|
|
175
|
+ </list>
|
|
176
|
+ </option>
|
|
177
|
+ </component>
|
|
178
|
+ <component name="JsBuildToolGruntFileManager" detection-done="true" sorting="DEFINITION_ORDER" />
|
|
179
|
+ <component name="JsBuildToolPackageJson" detection-done="true" sorting="DEFINITION_ORDER" />
|
|
180
|
+ <component name="JsGulpfileManager">
|
|
181
|
+ <detection-done>true</detection-done>
|
|
182
|
+ <sorting>DEFINITION_ORDER</sorting>
|
|
183
|
+ </component>
|
|
184
|
+ <component name="MavenImportPreferences">
|
|
185
|
+ <option name="importingSettings">
|
|
186
|
+ <MavenImportingSettings>
|
|
187
|
+ <option name="importAutomatically" value="true" />
|
|
188
|
+ </MavenImportingSettings>
|
|
189
|
+ </option>
|
|
190
|
+ </component>
|
|
191
|
+ <component name="ProjectFrameBounds" fullScreen="true">
|
|
192
|
+ <option name="width" value="718" />
|
|
193
|
+ <option name="height" value="900" />
|
|
194
|
+ </component>
|
|
195
|
+ <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
|
|
196
|
+ <component name="ProjectView">
|
|
197
|
+ <navigator proportions="" version="1">
|
|
198
|
+ <foldersAlwaysOnTop value="true" />
|
|
199
|
+ </navigator>
|
|
200
|
+ <panes>
|
|
201
|
+ <pane id="ProjectPane">
|
|
202
|
+ <subPane>
|
|
203
|
+ <expand>
|
|
204
|
+ <path>
|
|
205
|
+ <item name="ormlite" type="b2602c69:ProjectViewProjectNode" />
|
|
206
|
+ <item name="ormlite" type="462c0819:PsiDirectoryNode" />
|
|
207
|
+ </path>
|
|
208
|
+ <path>
|
|
209
|
+ <item name="ormlite" type="b2602c69:ProjectViewProjectNode" />
|
|
210
|
+ <item name="ormlite" type="462c0819:PsiDirectoryNode" />
|
|
211
|
+ <item name="src" type="462c0819:PsiDirectoryNode" />
|
|
212
|
+ </path>
|
|
213
|
+ <path>
|
|
214
|
+ <item name="ormlite" type="b2602c69:ProjectViewProjectNode" />
|
|
215
|
+ <item name="ormlite" type="462c0819:PsiDirectoryNode" />
|
|
216
|
+ <item name="src" type="462c0819:PsiDirectoryNode" />
|
|
217
|
+ <item name="main" type="462c0819:PsiDirectoryNode" />
|
|
218
|
+ </path>
|
|
219
|
+ <path>
|
|
220
|
+ <item name="ormlite" type="b2602c69:ProjectViewProjectNode" />
|
|
221
|
+ <item name="ormlite" type="462c0819:PsiDirectoryNode" />
|
|
222
|
+ <item name="src" type="462c0819:PsiDirectoryNode" />
|
|
223
|
+ <item name="main" type="462c0819:PsiDirectoryNode" />
|
|
224
|
+ <item name="java" type="462c0819:PsiDirectoryNode" />
|
|
225
|
+ </path>
|
|
226
|
+ <path>
|
|
227
|
+ <item name="ormlite" type="b2602c69:ProjectViewProjectNode" />
|
|
228
|
+ <item name="ormlite" type="462c0819:PsiDirectoryNode" />
|
|
229
|
+ <item name="src" type="462c0819:PsiDirectoryNode" />
|
|
230
|
+ <item name="test" type="462c0819:PsiDirectoryNode" />
|
|
231
|
+ </path>
|
|
232
|
+ <path>
|
|
233
|
+ <item name="ormlite" type="b2602c69:ProjectViewProjectNode" />
|
|
234
|
+ <item name="External Libraries" type="cb654da1:ExternalLibrariesNode" />
|
|
235
|
+ </path>
|
|
236
|
+ </expand>
|
|
237
|
+ <select />
|
|
238
|
+ </subPane>
|
|
239
|
+ </pane>
|
|
240
|
+ <pane id="PackagesPane" />
|
|
241
|
+ <pane id="Scope" />
|
|
242
|
+ </panes>
|
|
243
|
+ </component>
|
|
244
|
+ <component name="PropertiesComponent">
|
|
245
|
+ <property name="DatabaseDriversLRU" value="mysql" />
|
|
246
|
+ <property name="WebServerToolWindowFactoryState" value="false" />
|
|
247
|
+ <property name="aspect.path.notification.shown" value="true" />
|
|
248
|
+ <property name="com.android.tools.idea.instantapp.provision.ProvisionBeforeRunTaskProvider.myTimeStamp" value="1542600244765" />
|
|
249
|
+ <property name="database.console.LAST_STATE" value="false" />
|
|
250
|
+ <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
|
|
251
|
+ <property name="nodejs_npm_path_reset_for_default_project" value="true" />
|
|
252
|
+ <property name="project.structure.last.edited" value="Modules" />
|
|
253
|
+ <property name="project.structure.proportion" value="0.15" />
|
|
254
|
+ <property name="project.structure.side.proportion" value="0.2" />
|
|
255
|
+ <property name="settings.editor.selected.configurable" value="preferences.lookFeel" />
|
|
256
|
+ </component>
|
|
257
|
+ <component name="RunDashboard">
|
|
258
|
+ <option name="ruleStates">
|
|
259
|
+ <list>
|
|
260
|
+ <RuleState>
|
|
261
|
+ <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
|
|
262
|
+ </RuleState>
|
|
263
|
+ <RuleState>
|
|
264
|
+ <option name="name" value="StatusDashboardGroupingRule" />
|
|
265
|
+ </RuleState>
|
|
266
|
+ </list>
|
|
267
|
+ </option>
|
|
268
|
+ </component>
|
|
269
|
+ <component name="RunManager">
|
|
270
|
+ <configuration name="AccountApp" type="Application" factoryName="Application" temporary="true" nameIsGenerated="true">
|
|
271
|
+ <option name="MAIN_CLASS_NAME" value="AccountApp" />
|
|
272
|
+ <module name="ormlite" />
|
|
273
|
+ <method v="2">
|
|
274
|
+ <option name="Make" enabled="true" />
|
|
275
|
+ </method>
|
|
276
|
+ </configuration>
|
|
277
|
+ <recent_temporary>
|
|
278
|
+ <list>
|
|
279
|
+ <item itemvalue="Application.AccountApp" />
|
|
280
|
+ </list>
|
|
281
|
+ </recent_temporary>
|
|
282
|
+ </component>
|
|
283
|
+ <component name="SvnConfiguration">
|
|
284
|
+ <configuration />
|
|
285
|
+ </component>
|
|
286
|
+ <component name="TaskManager">
|
|
287
|
+ <task active="true" id="Default" summary="Default task">
|
|
288
|
+ <changelist id="84beed31-9db2-4552-8663-3f94fa8b2eb8" name="Default Changelist" comment="" />
|
|
289
|
+ <created>1542329961086</created>
|
|
290
|
+ <option name="number" value="Default" />
|
|
291
|
+ <option name="presentableId" value="Default" />
|
|
292
|
+ <updated>1542329961086</updated>
|
|
293
|
+ <workItem from="1542329962506" duration="4596000" />
|
|
294
|
+ <workItem from="1542402324710" duration="2652000" />
|
|
295
|
+ <workItem from="1542596685610" duration="3664000" />
|
|
296
|
+ </task>
|
|
297
|
+ <servers />
|
|
298
|
+ </component>
|
|
299
|
+ <component name="TimeTrackingManager">
|
|
300
|
+ <option name="totallyTimeSpent" value="10912000" />
|
|
301
|
+ </component>
|
|
302
|
+ <component name="ToolWindowManager">
|
|
303
|
+ <frame x="0" y="0" width="1440" height="900" extended-state="0" />
|
|
304
|
+ <editor active="true" />
|
|
305
|
+ <layout>
|
|
306
|
+ <window_info id="UI Designer" order="0" />
|
|
307
|
+ <window_info id="Favorites" order="1" side_tool="true" />
|
|
308
|
+ <window_info id="Capture Tool" order="2" />
|
|
309
|
+ <window_info id="Image Layers" order="3" />
|
|
310
|
+ <window_info id="Designer" order="4" />
|
|
311
|
+ <window_info content_ui="combo" id="Project" order="5" visible="true" weight="0.16738197" />
|
|
312
|
+ <window_info id="Structure" order="6" side_tool="true" weight="0.25" />
|
|
313
|
+ <window_info anchor="bottom" id="Terminal" order="0" />
|
|
314
|
+ <window_info anchor="bottom" id="Event Log" order="1" side_tool="true" />
|
|
315
|
+ <window_info anchor="bottom" id="Database Changes" order="2" />
|
|
316
|
+ <window_info anchor="bottom" id="Messages" order="3" weight="0.32891566" />
|
|
317
|
+ <window_info anchor="bottom" id="Version Control" order="4" show_stripe_button="false" />
|
|
318
|
+ <window_info anchor="bottom" id="Database Console" order="5" weight="0.32891566" />
|
|
319
|
+ <window_info anchor="bottom" id="Message" order="6" />
|
|
320
|
+ <window_info anchor="bottom" id="Find" order="7" />
|
|
321
|
+ <window_info anchor="bottom" id="Run" order="8" weight="0.32891566" />
|
|
322
|
+ <window_info anchor="bottom" id="Debug" order="9" weight="0.4" />
|
|
323
|
+ <window_info anchor="bottom" id="Cvs" order="10" weight="0.25" />
|
|
324
|
+ <window_info anchor="bottom" id="Inspection" order="11" weight="0.4" />
|
|
325
|
+ <window_info anchor="bottom" id="TODO" order="12" />
|
|
326
|
+ <window_info anchor="right" id="Capture Analysis" order="0" />
|
|
327
|
+ <window_info anchor="right" id="Maven Projects" order="1" />
|
|
328
|
+ <window_info anchor="right" id="SciView" order="2" />
|
|
329
|
+ <window_info anchor="right" id="Database" order="3" visible="true" weight="0.2539342" />
|
|
330
|
+ <window_info anchor="right" id="Palette	" order="4" />
|
|
331
|
+ <window_info anchor="right" id="Theme Preview" order="5" />
|
|
332
|
+ <window_info anchor="right" id="Coverage" order="6" side_tool="true" weight="0.32967034" />
|
|
333
|
+ <window_info anchor="right" id="Palette" order="7" />
|
|
334
|
+ <window_info anchor="right" id="Commander" internal_type="SLIDING" order="8" type="SLIDING" weight="0.4" />
|
|
335
|
+ <window_info anchor="right" id="Ant Build" order="9" weight="0.25" />
|
|
336
|
+ <window_info anchor="right" content_ui="combo" id="Hierarchy" order="10" weight="0.25" />
|
|
337
|
+ </layout>
|
|
338
|
+ </component>
|
|
339
|
+ <component name="TypeScriptGeneratedFilesManager">
|
|
340
|
+ <option name="version" value="1" />
|
|
341
|
+ </component>
|
|
342
|
+ <component name="VcsContentAnnotationSettings">
|
|
343
|
+ <option name="myLimit" value="2678400000" />
|
|
344
|
+ </component>
|
|
345
|
+ <component name="editorHistoryManager">
|
|
346
|
+ <entry file="file://$PROJECT_DIR$/ormlite.iml">
|
|
347
|
+ <provider selected="true" editor-type-id="text-editor" />
|
|
348
|
+ </entry>
|
|
349
|
+ <entry file="file://$PROJECT_DIR$/pom.xml">
|
|
350
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
351
|
+ <state relative-caret-position="465">
|
|
352
|
+ <caret line="31" column="19" selection-start-line="31" selection-start-column="19" selection-end-line="31" selection-end-column="19" />
|
|
353
|
+ </state>
|
|
354
|
+ </provider>
|
|
355
|
+ </entry>
|
|
356
|
+ <entry file="file://$APPLICATION_CONFIG_DIR$/consoles/db/3ecf0965-6508-43f8-9c0c-b1f029189476/console.sql">
|
|
357
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
358
|
+ <state relative-caret-position="15">
|
|
359
|
+ <caret line="1" column="21" selection-start-line="1" selection-start-column="21" selection-end-line="1" selection-end-column="21" />
|
|
360
|
+ </state>
|
|
361
|
+ </provider>
|
|
362
|
+ </entry>
|
|
363
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/AccService.java">
|
|
364
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
365
|
+ <state relative-caret-position="90">
|
|
366
|
+ <caret line="6" column="13" selection-start-line="6" selection-start-column="13" selection-end-line="6" selection-end-column="13" />
|
|
367
|
+ <folding>
|
|
368
|
+ <element signature="imports" expanded="true" />
|
|
369
|
+ </folding>
|
|
370
|
+ </state>
|
|
371
|
+ </provider>
|
|
372
|
+ </entry>
|
|
373
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/MockDao.java">
|
|
374
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
375
|
+ <state relative-caret-position="120">
|
|
376
|
+ <caret line="8" lean-forward="true" selection-start-line="8" selection-end-line="8" />
|
|
377
|
+ </state>
|
|
378
|
+ </provider>
|
|
379
|
+ </entry>
|
|
380
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/Account.java">
|
|
381
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
382
|
+ <state relative-caret-position="806">
|
|
383
|
+ <caret line="60" column="9" lean-forward="true" selection-start-line="60" selection-start-column="9" selection-end-line="60" selection-end-column="9" />
|
|
384
|
+ <folding>
|
|
385
|
+ <element signature="imports" expanded="true" />
|
|
386
|
+ <element signature="e#668#669#0" expanded="true" />
|
|
387
|
+ <element signature="e#700#701#0" expanded="true" />
|
|
388
|
+ <element signature="e#844#845#0" expanded="true" />
|
|
389
|
+ <element signature="e#869#870#0" expanded="true" />
|
|
390
|
+ <element signature="e#900#901#0" expanded="true" />
|
|
391
|
+ <element signature="e#927#928#0" expanded="true" />
|
|
392
|
+ <element signature="e#967#968#0" expanded="true" />
|
|
393
|
+ <element signature="e#999#1000#0" expanded="true" />
|
|
394
|
+ <element signature="e#1034#1035#0" expanded="true" />
|
|
395
|
+ <element signature="e#1065#1066#0" expanded="true" />
|
|
396
|
+ <element signature="e#1113#1114#0" expanded="true" />
|
|
397
|
+ <element signature="e#1153#1154#0" expanded="true" />
|
|
398
|
+ <element signature="e#1196#1197#0" expanded="true" />
|
|
399
|
+ <element signature="e#1234#1235#0" expanded="true" />
|
|
400
|
+ </folding>
|
|
401
|
+ </state>
|
|
402
|
+ </provider>
|
|
403
|
+ </entry>
|
|
404
|
+ <entry file="das://3ecf0965-6508-43f8-9c0c-b1f029189476/schema/orm_lab/table/account">
|
|
405
|
+ <provider selected="true" editor-type-id="com.intellij.database.editor.DatabaseTableFileEditorProvider">
|
|
406
|
+ <state>
|
|
407
|
+ <filtering enabled="true" />
|
|
408
|
+ </state>
|
|
409
|
+ </provider>
|
|
410
|
+ </entry>
|
|
411
|
+ <entry file="file://$PROJECT_DIR$/src/main/java/AccountApp.java">
|
|
412
|
+ <provider selected="true" editor-type-id="text-editor">
|
|
413
|
+ <state relative-caret-position="119">
|
|
414
|
+ <caret line="98" column="170" selection-start-line="98" selection-start-column="170" selection-end-line="98" selection-end-column="170" />
|
|
415
|
+ <folding>
|
|
416
|
+ <element signature="imports" expanded="true" />
|
|
417
|
+ </folding>
|
|
418
|
+ </state>
|
|
419
|
+ </provider>
|
|
420
|
+ </entry>
|
|
421
|
+ </component>
|
|
422
|
+ <component name="masterDetails">
|
|
423
|
+ <states>
|
|
424
|
+ <state key="ArtifactsStructureConfigurable.UI">
|
|
425
|
+ <settings>
|
|
426
|
+ <artifact-editor />
|
|
427
|
+ <splitter-proportions>
|
|
428
|
+ <option name="proportions">
|
|
429
|
+ <list>
|
|
430
|
+ <option value="0.2" />
|
|
431
|
+ </list>
|
|
432
|
+ </option>
|
|
433
|
+ </splitter-proportions>
|
|
434
|
+ </settings>
|
|
435
|
+ </state>
|
|
436
|
+ <state key="FacetStructureConfigurable.UI">
|
|
437
|
+ <settings>
|
|
438
|
+ <last-edited>No facets are configured</last-edited>
|
|
439
|
+ <splitter-proportions>
|
|
440
|
+ <option name="proportions">
|
|
441
|
+ <list>
|
|
442
|
+ <option value="0.2" />
|
|
443
|
+ </list>
|
|
444
|
+ </option>
|
|
445
|
+ </splitter-proportions>
|
|
446
|
+ </settings>
|
|
447
|
+ </state>
|
|
448
|
+ <state key="GlobalLibrariesConfigurable.UI">
|
|
449
|
+ <settings>
|
|
450
|
+ <splitter-proportions>
|
|
451
|
+ <option name="proportions">
|
|
452
|
+ <list>
|
|
453
|
+ <option value="0.2" />
|
|
454
|
+ </list>
|
|
455
|
+ </option>
|
|
456
|
+ </splitter-proportions>
|
|
457
|
+ </settings>
|
|
458
|
+ </state>
|
|
459
|
+ <state key="JdkListConfigurable.UI">
|
|
460
|
+ <settings>
|
|
461
|
+ <last-edited>1.8</last-edited>
|
|
462
|
+ <splitter-proportions>
|
|
463
|
+ <option name="proportions">
|
|
464
|
+ <list>
|
|
465
|
+ <option value="0.2" />
|
|
466
|
+ </list>
|
|
467
|
+ </option>
|
|
468
|
+ </splitter-proportions>
|
|
469
|
+ </settings>
|
|
470
|
+ </state>
|
|
471
|
+ <state key="ModuleStructureConfigurable.UI">
|
|
472
|
+ <settings>
|
|
473
|
+ <last-edited>ormlite</last-edited>
|
|
474
|
+ <splitter-proportions>
|
|
475
|
+ <option name="proportions">
|
|
476
|
+ <list>
|
|
477
|
+ <option value="0.2" />
|
|
478
|
+ <option value="0.6" />
|
|
479
|
+ </list>
|
|
480
|
+ </option>
|
|
481
|
+ </splitter-proportions>
|
|
482
|
+ </settings>
|
|
483
|
+ </state>
|
|
484
|
+ <state key="ProjectJDKs.UI">
|
|
485
|
+ <settings>
|
|
486
|
+ <last-edited>1.8</last-edited>
|
|
487
|
+ <splitter-proportions>
|
|
488
|
+ <option name="proportions">
|
|
489
|
+ <list>
|
|
490
|
+ <option value="0.2" />
|
|
491
|
+ </list>
|
|
492
|
+ </option>
|
|
493
|
+ </splitter-proportions>
|
|
494
|
+ </settings>
|
|
495
|
+ </state>
|
|
496
|
+ <state key="ProjectLibrariesConfigurable.UI">
|
|
497
|
+ <settings>
|
|
498
|
+ <last-edited>Maven: com.j256.ormlite:ormlite-core:4.48</last-edited>
|
|
499
|
+ <splitter-proportions>
|
|
500
|
+ <option name="proportions">
|
|
501
|
+ <list>
|
|
502
|
+ <option value="0.2" />
|
|
503
|
+ </list>
|
|
504
|
+ </option>
|
|
505
|
+ </splitter-proportions>
|
|
506
|
+ </settings>
|
|
507
|
+ </state>
|
|
508
|
+ </states>
|
|
509
|
+ </component>
|
|
510
|
+</project>
|