-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (100 loc) · 2.97 KB
/
Copy pathindex.html
File metadata and controls
110 lines (100 loc) · 2.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<html>
<head>
<title>Docs | Ebean</title>
<meta name="layout" content="_layout/docs_intro.html"/>
<meta name="layout" content="_layout2/base-docs.html"/>
<#assign n0_docs="active">
<#assign page_edit_href="/docs/index.html">
</head>
<body>
<section class="nav-index">
<h5>AI</h5>
<div class="grid g3">
<div>
<h4><a href="/docs/agents">AI Agent Instructions</a></h4>
<h4><a href="/docs/agents/skills">Agent Skills</a></h4>
</div>
<div></div>
<div></div>
</div>
<hr/>
<div class="grid g3">
<div>
<h4><a href="/docs/best-practice">Best practice</a></h4>
<h4><a href="/docs/query">Query</a></h4>
<h4><a href="/docs/logging">Logging</a></h4>
</div>
<div>
<h4> </h4>
<h4><a href="/docs/persist">Persisting</a></h4>
<h4><a href="/docs/transactions">Transactions</a></h4>
</div>
<div>
<h4> </h4>
<h4><a href="/docs/mapping">Mapping</a></h4>
</div>
<div>
<h4><a href="/docs/ddl-generation">DDL generation</a></h4>
<h4><a href="/docs/db-migrations">DB Migration</a></h4>
</div>
<div>
<h4><a href="/docs/testing">Testing</a></h4>
<h4><a href="/docs/monitoring">Monitoring</a></h4>
</div>
<div>
<h4><a href="/docs/kotlin">Kotlin</a></h4>
<h4><a href="/docs/tuning">Tuning</a></h4>
</div>
</div>
<hr/>
<h5>Advanced</h5>
<div class="grid g3">
<div>
<h4><a href="/docs/features/l2cache">L2 Cache</a></h4>
</div>
<div>
<h4><a href="/docs/upgrading">Upgrading</a></h4>
</div>
<div>
</div>
</div>
<hr/>
<h5>Features</h5>
<div class="grid g3">
<div>
<h4><a href="/docs/features/elasticsearch">ElasticSearch</a></h4>
<h4><a href="/docs/features/history">History</a></h4>
<h4><a href="/docs/features/eventlistening">Event listening</a></h4>
<h4><a href="/docs/features/softdelete">Soft delete</a></h4>
</div>
<div>
<h4><a href="/docs/features/who">Who auditing</a></h4>
<h4><a href="/docs/features/changelog">Change log</a></h4>
<h4><a href="/docs/features/readauditing">Read auditing</a></h4>
<h4><a href="/docs/features/encryption">Encryption</a></h4>
</div>
<div>
<h4><a href="/docs/features/json-in-db">JSON in DB</a></h4>
<h4><a href="/docs/features/json">JSON</a></h4>
<h4><a href="/docs/features/draftable">Draftable</a></h4>
</div>
</div>
<hr/>
<div class="grid g3">
<div>
<h5>Architecture</h5>
<h4><a href="/docs/architecture/compare-jpa">JPA comparison</a></h4>
<h4><a href="/docs/architecture/compare-hibernate">Hibernate comparison</a></h4>
<h4><a href="/docs/architecture/persistence-context">Persistence context</a></h4>
<h4><a href="/docs/architecture/load-context">Load context</a></h4>
</div>
<div>
<h5>Funding</h5>
<h4><a href="/funding">Funding & Sponsorship</a></h4>
</div>
<div>
</div>
</div>
</section>
</body>
</html>