|
11 | 11 | "code",
|
12 | 12 | "details",
|
13 | 13 | "div",
|
| 14 | + "em", |
14 | 15 | "figcaption",
|
15 | 16 | "figure",
|
16 | 17 | "footer",
|
|
23 | 24 | "h5",
|
24 | 25 | "head",
|
25 | 26 | "header",
|
| 27 | + "hr", |
26 | 28 | "html",
|
27 | 29 | "img",
|
28 | 30 | "input",
|
|
47 | 49 | "style",
|
48 | 50 | "summary",
|
49 | 51 | "svg",
|
| 52 | + "table", |
| 53 | + "tbody", |
| 54 | + "td", |
50 | 55 | "template",
|
| 56 | + "th", |
| 57 | + "thead", |
51 | 58 | "time",
|
52 | 59 | "title",
|
| 60 | + "tr", |
53 | 61 | "ul"
|
54 | 62 | ],
|
55 | 63 | "classes": [
|
|
240 | 248 | "wrap"
|
241 | 249 | ],
|
242 | 250 | "ids": [
|
| 251 | + "1-query-handling", |
| 252 | + "2-learning-curve", |
| 253 | + "3-control-over-sql", |
243 | 254 | "TableOfContents",
|
| 255 | + "advantages-and-disadvantages-of-jpa", |
| 256 | + "advantages-and-disadvantages-of-mysqlcomponents", |
| 257 | + "advantages-of-jooq", |
| 258 | + "advantages-of-jpa", |
| 259 | + "advantages-of-mysqlcomponents", |
| 260 | + "advantages-of-sqlcomponents", |
244 | 261 | "buttonColorMode",
|
| 262 | + "comparison-with-jooq-framework", |
| 263 | + "comparison-with-jpa-java-persistence-api", |
| 264 | + "conclusion", |
245 | 265 | "custom-code-generation",
|
| 266 | + "disadvantages-of-jooq", |
| 267 | + "disadvantages-of-jpa", |
| 268 | + "disadvantages-of-mysqlcomponents", |
| 269 | + "disadvantages-of-sqlcomponents", |
246 | 270 | "doks-docs-nav",
|
247 | 271 | "expand-the-frameworks-compatibility-to-include-oracle-and-sql-server-enabling-seamless-integration-with-a-broader-range-of-database-systems",
|
248 | 272 | "further-reading",
|
249 | 273 | "geo-location-datatypes-support",
|
250 | 274 | "implement-custom-code-generation-features-to-automate-and-standardize-repetitive-coding-tasks-enhancing-productivity-and-reducing-manual-errors",
|
251 | 275 | "integrate-transaction-support-to-ensure-data-consistency-and-reliability-during-complex-operations-by-managing-and-safeguarding-multiple-changes-within-a-single-transaction",
|
252 | 276 | "introduce-support-for-geo-location-data-types-allowing-the-handling-and-processing-of-spatial-data-directly-within-the-framework",
|
| 277 | + "key-differences", |
253 | 278 | "offcanvasNavMain",
|
254 | 279 | "offcanvasNavMainLabel",
|
255 | 280 | "offcanvasNavSection",
|
|
264 | 289 | "socialMenu",
|
265 | 290 | "support-for-oracle-and-sql-server",
|
266 | 291 | "toc",
|
267 |
| - "transaction-support" |
| 292 | + "transaction-support", |
| 293 | + "what-is-jooq" |
268 | 294 | ]
|
269 | 295 | }
|
270 | 296 | }
|
0 commit comments