/
wzei
/
spring_tutorial
Обзор
Документация
Войти
/
wzei
/
spring_tutorial
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
spring_tutorial
/
...
/
14-postgresql-specific
/
05-enum-native
/
..
README.md
Туториалы
6 дней назад
05 – Native PostgreSQL Enums vs JPA @Enumerated
Theory
Creating a native enum
Pros of native enums
Cons of native enums
Task
Full Working Code
`src/main/resources/db/migration/V3createnativeenum.sql`
`src/main/java/com/example/demo/model/PostgresEnumType.java`
`src/test/java/com/example/demo/repository/NativeEnumTest.java`
Expected Output
Enum values from catalog:
Storage comparison:
Sort by declaration order:
Verification Steps
README.md