JWW-Database » История » Версия 9
Александр Александров, 19.10.2022 01:09
1 | 1 | Александр Александров | h1. Базы данных и всё что с ними связано |
---|---|---|---|
2 | |||
3 | 3 | Александр Александров | h2. Прочее |
4 | |||
5 | # "[SOF] Money data on PostgreSQL using Java":https://stackoverflow.com/questions/18169627/money-data-on-postgresql-using-java |
||
6 | # "Типы данных в PostgreSQL":https://metanit.com/sql/postgresql/2.3.php |
||
7 | # "Дата и время":https://pgcookbook.ru/programming/date_and_time.html |
||
8 | # "[SOF] H2 database string to timestamp":https://stackoverflow.com/questions/14138532/h2-database-string-to-timestamp |
||
9 | # "[SOF] Transactional annotation not working in Spring Boot":https://stackoverflow.com/questions/30870146/transactional-annotation-not-working-in-spring-boot |
||
10 | # "Open Session In View в Spring Boot: Скрытая угроза":https://habr.com/ru/post/440734/ |
||
11 | # "[SOF] Spring JPA :: No converter found capable of converting from type":https://stackoverflow.com/questions/52591535/spring-jpa-no-converter-found-capable-of-converting-from-type |
||
12 | 4 | Александр Александров | # "[SOF] @EnableTransactionManagement in Spring Boot":https://stackoverflow.com/questions/40724100/enabletransactionmanagement-in-spring-boot |
13 | # "Transactional in Spring Boot":https://hellokoding.com/spring-boot/transactional/ |
||
14 | # "SUM IN CUSTOM QUERY IN SPRING BOOT JPA":http://learningprogramming.net/java/spring-boot-jpa/sum-in-custom-query-in-spring-boot-jpa/ |
||
15 | # "[SOF] com.fasterxml.jackson.databind.exc.MismatchedInputException: Can not deserialize instance of object out of START_ARRAY token":https://stackoverflow.com/questions/43923914/com-fasterxml-jackson-databind-exc-mismatchedinputexception-can-not-deserialize |
||
16 | 6 | Александр Александров | # "Как сопоставить тип столбца диапазона PostgreSQL с JPA и гибернацией":https://javascopes.com/map-postgresql-range-column-type-jpa-hibernate-45a92c15/ |
17 | # "Hibernate Types":https://github.com/vladmihalcea/hibernate-types/tree/dd90fac4f642e77ee42d85c712549acf50baa3d4 |
||
18 | 3 | Александр Александров | |
19 | 1 | Александр Александров | h2. JOOQ |
20 | |||
21 | h3. Описание |
||
22 | |||
23 | "JOOQ":https://www.jooq.org/<notextile></notextile> (Java Object Oriented Querying) - <notextile></notextile>"open source":https://github.com/jOOQ/jOOQ<notextile></notextile> инструмент с кодогенерацией для работы с SQL в Java. Из коробки JOOQ предоставляет удобный DSL для составления запросов, а также генератор классов на основе метаданных ДБ. |
||
24 | |||
25 | h3. Общая информация |
||
26 | |||
27 | # "JOOQ":https://www.jooq.org/ |
||
28 | # "JOOQ — «LINQ» для Java, типобезопасный построитель SQL запросов в Java коде":https://habr.com/ru/post/117974/ |
||
29 | # "jOOQ spring boot example":https://github.com/jOOQ/jOOQ/tree/master/jOOQ-examples/jOOQ-spring-boot-example<notextile></notextile> (<notextile></notextile>"примеры от создателей JOOQ":https://github.com/jOOQ/jOOQ/tree/master/jOOQ-examples<notextile></notextile>) |
||
30 | # "jOOQ - a short guide":https://www.marcobehler.com/guides/jooq |
||
31 | # "Introduction to Jooq with Spring":https://www.baeldung.com/jooq-with-spring |
||
32 | # "Spring Boot Support for jOOQ":https://www.baeldung.com/spring-boot-support-for-jooq |
||
33 | # "SpringBoot : Working with JOOQ":https://www.javacodegeeks.com/2016/03/springboot-working-jooq.html |
||
34 | # "Run generation with the Gradle plugin":https://www.jooq.org/doc/3.13/manual/code-generation/codegen-gradle/ |
||
35 | # "gradle jooq plugin":https://github.com/etiennestuder/gradle-jooq-plugin |
||
36 | # "SpringBoot : Working with JOOQ":https://sivalabs.in/2016/03/springboot-working-with-jooq/ |
||
37 | # "JOOQ + Kotlin + SpringBoot + Gradle + Liquibase":https://github.com/AlekseySamoylov/jooq |
||
38 | |||
39 | h2. Liquibase |
||
40 | |||
41 | h3. Описание |
||
42 | |||
43 | Liquibase представляет собой систему управления версиями базы данных, в основном это касается структуры и в меньшей степени содержимого базы. При этом описание базы с одной стороны достаточно абстрактно и позволяет использовать на нижнем уровне различные СУБД, и с другой стороны всегда можно перейти на SQL-диалект конкретной СУБД, что достаточно гибко. Liquibase является устоявшимся проектом с открытым исходным кодом и активно используется за пределами своей родной Java среды и не требует глубоких знаний Java для работы. В качестве описания структуры базы и изменений базы исторически использовался XML формат, однако сейчас параллельно поддерживается YAML и JSON. |
||
44 | |||
45 | h3. Общая информация |
||
46 | |||
47 | # "Liquibase":https://www.liquibase.org/ |
||
48 | # "Liquibase и Maven":https://habr.com/ru/post/436994/ |
||
49 | # "Spring Boot Liquibase Example":https://javadeveloperzone.com/spring-boot/spring-boot-liquibase-example/ |
||
50 | # "Управление миграциями БД с Liquibase":https://habr.com/ru/post/178665/ |
||
51 | # "Использование Liquibase без головной боли. 10 советов из опыта реальной разработки":https://habr.com/ru/post/179425/ |
||
52 | # "Автоматическое создание миграций Liquibase для PostgreSQL":https://habr.com/ru/post/333762/ |
||
53 | # "Liquibase и changeset’ы на чистом SQL":https://habr.com/ru/post/251617/ |
||
54 | # "Liquibase Gradle Plugin":https://github.com/liquibase/liquibase-gradle-plugin |
||
55 | |||
56 | h2. Redis |
||
57 | |||
58 | h3. Описание |
||
59 | |||
60 | *Redis* (от англ. remote dictionary server) — резидентная система управления базами данных класса NoSQL с открытым исходным кодом, работающая со структурами данных типа «ключ — значение». Используется как для баз данных, так и для реализации кэшей, брокеров сообщений. |
||
61 | Ориентирована на достижение максимальной производительности на атомарных операциях (заявляется о приблизительно 100 тыс. SET- и GET-запросов в секунду на Linux-сервере начального уровня[5]). Написана на Си, интерфейсы доступа созданы для большинства основных языков программирования. |
||
62 | |||
63 | h3. Общая информация |
||
64 | |||
65 | # "Основной сайт":https://redis.io/ |
||
66 | # "[SOF] Redis Serialization and Deserialization":https://stackoverflow.com/questions/30795262/redis-serialization-and-deserialization |
||
67 | 5 | Александр Александров | # "How to use Redis-Template in Java Spring Boot?":https://medium.com/@hulunhao/how-to-use-redis-template-in-java-spring-boot-647a7eb8f8cc |
68 | 7 | Александр Александров | # "Кэширование в связке Spring Boot + Redis + PostgreSQL":https://nuancesprog.ru/p/14313/ |
69 | 8 | Александр Александров | # "Spring Boot Cache with Redis":https://www.baeldung.com/spring-boot-redis-cache |
70 | 2 | Александр Александров | |
71 | h2. Hibernate |
||
72 | |||
73 | h3. Описание |
||
74 | |||
75 | *Hibernate* — самая популярная реализация спецификации JPA, предназначенная для решения задач объектно-реляционного отображения (ORM). Распространяется свободно на условиях GNU Lesser General Public License. |
||
76 | |||
77 | h3. Общая информация |
||
78 | |||
79 | # "[SOF] How to set a default entity property value with Hibernate":https://stackoverflow.com/questions/3110266/how-to-set-a-default-entity-property-value-with-hibernate |
||
80 | # "[SOF] Case-insensitive search using Hibernate":https://stackoverflow.com/questions/120588/case-insensitive-search-using-hibernate |
||
81 | 3 | Александр Александров | # "Hibernate и Spring Boot":https://devmark.ru/article/spring-boot-hibernate |
82 | # "Реализация связи один-ко-многим в Java с помощью Hibernate":https://javastudy.ru/hibernate/onetomany/ |
||
83 | # "Enum Mappings with Hibernate – The Complete Guide":https://thorben-janssen.com/hibernate-enum-mappings/ |
||
84 | # "Связанные сущности в Hibernate":http://java-online.ru/hibernate-entities.xhtml |
||
85 | # "One-to-many и many-to-one связь в JPA и Hibernate.":https://urvanov.ru/2015/06/17/one-to-many-%D0%B8-many-to-one-%D1%81%D0%B2%D1%8F%D0%B7%D1%8C-%D0%B2-jpa-%D0%B8-hibernate/ |
||
86 | # "[SOF] Hibernate Criteria returns children multiple times with FetchType.EAGER":https://stackoverflow.com/questions/1995080/hibernate-criteria-returns-children-multiple-times-with-fetchtype-eager/46013654#46013654 |
||
87 | # "[SOF] How to solve the “failed to lazily initialize a collection of role” Hibernate exception":https://stackoverflow.com/questions/11746499/how-to-solve-the-failed-to-lazily-initialize-a-collection-of-role-hibernate-ex |
||
88 | # "[SOF] Hibernate throws MultipleBagFetchException - cannot simultaneously fetch multiple bags":https://stackoverflow.com/questions/4334970/hibernate-throws-multiplebagfetchexception-cannot-simultaneously-fetch-multipl/5865605#5865605 |
||
89 | # "Hibernate could not initialize proxy – no Session":https://www.baeldung.com/hibernate-initialize-proxy-exception |
||
90 | # "[SOF] How Hibernate.initialize() works":https://stackoverflow.com/questions/17318340/how-hibernate-initialize-works |
||
91 | # "Working with Lazy Element Collections in JPA":https://www.baeldung.com/java-jpa-lazy-collections |
||
92 | # "Как использовать Hibernate: основные проблемы и их решения":https://dou.ua/lenta/articles/how-to-use-hibernate/ |
||
93 | # "Стратегии загрузки коллекций в Hibernate":https://dou.ua/lenta/articles/hibernate-fetch-types/ |
||
94 | # "Hibernate: ленивая загрузка, наследование и instanceof":https://habr.com/ru/post/250603/ |
||
95 | # "The hibernate.enable_lazy_load_no_trans Anti-Pattern":https://vladmihalcea.com/the-hibernate-enable_lazy_load_no_trans-anti-pattern/ |
||
96 | 9 | Александр Александров | # "JPA Criteria Queries":https://www.baeldung.com/hibernate-criteria-queries |
97 | # "Criteria Queries Using JPA Metamodel":https://www.baeldung.com/hibernate-criteria-queries-metamodel |