add remaining persistence shortcodes
commitaa8d0954de590152e332bef3f0b9068defdcc55d
authorSebastian Hoß <sebhoss@pm.me>
Sun, 18 Apr 2021 06:51:16 +0000 (18 08:51 +0200)
committerSebastian Hoß <sebhoss@pm.me>
Sun, 18 Apr 2021 06:51:16 +0000 (18 08:51 +0200)
tree6814eb6e36d36c0a1ef3321f74a2855cd1f25c6f
parent2c0eb6b1fc5931183b34d28ee8eb76ddd8b7a1ab
add remaining persistence shortcodes
46 files changed:
yosql-website/content/configuration/annotations/annotateFields.md
yosql-website/content/configuration/annotations/annotateMethods.md
yosql-website/content/logging/jul.md
yosql-website/content/logging/log4j.md
yosql-website/content/logging/no-op.md
yosql-website/content/logging/slf4j.md
yosql-website/content/logging/tinylog.md
yosql-website/content/persistence/ebean.md
yosql-website/content/persistence/fluent-jdbc.md
yosql-website/content/persistence/jdbi.md
yosql-website/content/persistence/jooq.md
yosql-website/content/persistence/jpa.md
yosql-website/content/persistence/mybatis.md
yosql-website/content/persistence/pyranid.md
yosql-website/content/persistence/r2dbc.md
yosql-website/content/persistence/sansorm.md
yosql-website/content/persistence/spring-data-jdbc.md
yosql-website/content/persistence/spring-data-jpa.md
yosql-website/content/persistence/spring-data-r2dbc.md
yosql-website/content/persistence/spring-jdbc.md
yosql-website/content/persistence/sql2o.md
yosql-website/content/persistence/vertx-pg-client.md
yosql-website/layouts/shortcodes/maven/config/annotations/annotateFields.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/config/annotations/annotateMethods.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/logging/jul.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/logging/log4j.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/logging/no-op.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/logging/slf4j.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/logging/system.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/logging/ti.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/logging/tinylog.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/persistence/ebean/index.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/persistence/fluent-jdbc/index.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/persistence/jdbi/index.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/persistence/jooq/index.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/persistence/jpa/index.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/persistence/mybatis/index.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/persistence/pyranid/index.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/persistence/r2dbc/index.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/persistence/sansorm/index.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/persistence/spring-data-jdbc/index.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/persistence/spring-data-jpa/index.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/persistence/spring-data-r2dbc/index.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/persistence/spring-jdbc/index.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/persistence/sql2o/index.html [new file with mode: 0644]
yosql-website/layouts/shortcodes/maven/persistence/vertx-pg-client/index.html [new file with mode: 0644]