forked from ebean-orm/website-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
videos.html
39 lines (30 loc) · 818 Bytes
/
videos.html
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
<html>
<head>
<title>Videos | Ebean</title>
<meta name="layout" content="_layout/docs_intro.html"/>
<meta name="layout" content="_layout2/base-docs.html"/>
<meta name="bread1" content="videos" href="/docs/support"/>
<#assign n0_videos="active">
</head>
<body>
<h2>Videos</h2>
<h2>Architecture</h2>
<#include "/_vids/architecture_1.ftl">
<h2>Enhancement</h2>
<#include "/_vids/enhancement_1.ftl">
<h2>DB Migration</h2>
<#include "/_vids/dbmigration_1.ftl">
<h2>Testing</h2>
<h4>ebean-mocker</h4>
<#include "/_vids/testing_1.ftl">
<#include "/_vids/testing_2.ftl">
<h2>Query</h2>
<#include "/_vids/query_1.ftl">
<h2>Persisting</h2>
<#include "/_vids/persist_1.ftl">
<h2>ElasticSearch</h2>
<#include "/_vids/elastic_1.ftl">
<h2>@History / SQL2011</h2>
<#include "/_vids/history_1.ftl">
</body>
</html>