Skip to content

Commit 7a50652

Browse files
committed
Update search.json
1 parent 3b37c03 commit 7a50652

File tree

1 file changed

+56
-16
lines changed

1 file changed

+56
-16
lines changed

search.json

Lines changed: 56 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,14 @@
487487
"keywords":"",
488488
"url":"/docs/trouble-shooting#registered"
489489
}
490+
,{
491+
"title":"Trouble shooting - Transient Initialisation",
492+
"caption":"",
493+
"category":"Introduction",
494+
"priority":"2",
495+
"keywords":"",
496+
"url":"/docs/trouble-shooting#transient-initialisation"
497+
}
490498
,{
491499
"title":"Trouble shooting - java.lang.IllegalStateException: Bean class _ is not enhanced?",
492500
"caption":"",
@@ -631,6 +639,14 @@
631639
"keywords":"",
632640
"url":"/docs/db-migrations#db-migrations"
633641
}
642+
,{
643+
"title":"Dependencies",
644+
"caption":"",
645+
"category":"DB migrations",
646+
"priority":"3",
647+
"keywords":"",
648+
"url":"/docs/db-migrations#dependencies"
649+
}
634650
,{
635651
"title":"Details",
636652
"caption":"",
@@ -1159,22 +1175,6 @@
11591175
"keywords":"",
11601176
"url":"/docs/database/postgres#ebean-postgres"
11611177
}
1162-
,{
1163-
"title":"Postgres / Array type",
1164-
"caption":"",
1165-
"category":"Database platforms",
1166-
"priority":"3",
1167-
"keywords":"",
1168-
"url":"/docs/database/postgres/arraytype"
1169-
}
1170-
,{
1171-
"title":"Postgres / PostGIS",
1172-
"caption":"",
1173-
"category":"Database platforms",
1174-
"priority":"3",
1175-
"keywords":"",
1176-
"url":"/docs/database/postgres/postgis"
1177-
}
11781178
,{
11791179
"title":"Redis - L2 cache",
11801180
"caption":"",
@@ -1927,6 +1927,14 @@
19271927
"keywords":"",
19281928
"url":"/docs/mapping/extensions/dbenumvalue#storage"
19291929
}
1930+
,{
1931+
"title":"Extension / @DbForeignKey",
1932+
"caption":"",
1933+
"category":"Mapping",
1934+
"priority":"3",
1935+
"keywords":"",
1936+
"url":"/docs/mapping/extensions/dbforeignkey"
1937+
}
19301938
,{
19311939
"title":"Extension / @DbJson",
19321940
"caption":"",
@@ -2103,6 +2111,22 @@
21032111
"keywords":"",
21042112
"url":"/docs/mapping/extensions/view"
21052113
}
2114+
,{
2115+
"title":"Extension / @View - Dependent Tables",
2116+
"caption":"",
2117+
"category":"Mapping",
2118+
"priority":"3",
2119+
"keywords":"",
2120+
"url":"/docs/mapping/extensions/view"
2121+
}
2122+
,{
2123+
"title":"Extension / @View - Extra DDL to define the view",
2124+
"caption":"",
2125+
"category":"Mapping",
2126+
"priority":"3",
2127+
"keywords":"",
2128+
"url":"/docs/mapping/extensions/view"
2129+
}
21062130
,{
21072131
"title":"Extension / @View - View",
21082132
"caption":"",
@@ -2247,6 +2271,14 @@
22472271
"keywords":"",
22482272
"url":"/docs/mapping/jpa/id#uuid"
22492273
}
2274+
,{
2275+
"title":"JPA / @Id - UUID and @GeneratedValue",
2276+
"caption":"",
2277+
"category":"Mapping",
2278+
"priority":"3",
2279+
"keywords":"",
2280+
"url":"/docs/mapping/jpa/id#uuid-generatedValue"
2281+
}
22502282
,{
22512283
"title":"JPA / @Lob",
22522284
"caption":"",
@@ -2567,6 +2599,14 @@
25672599
"keywords":"",
25682600
"url":"/docs/mapping/type/uuid"
25692601
}
2602+
,{
2603+
"title":"Types / UUID - @GeneratedValue",
2604+
"caption":"",
2605+
"category":"Mapping",
2606+
"priority":"3",
2607+
"keywords":"",
2608+
"url":"/docs/mapping/type/uuid#generatedValue"
2609+
}
25702610
,{
25712611
"title":"Types / UUID - Binary storage",
25722612
"caption":"",

0 commit comments

Comments
 (0)