Add a module adapter-persistence-jdbc-sp. It should implement persistence using Postgres but not using JPA, instead using JDBC. Use raw stored procedures to execute commands.
For reference when creating the module, see adapter-persistence-jpa and adapter-persistence-redis.
Add a module
adapter-persistence-jdbc-sp
. It should implement persistence using Postgres but not using JPA, instead using JDBC. Use raw stored procedures to execute commands.For reference when creating the module, see
adapter-persistence-jpa
andadapter-persistence-redis
.So here you'll be using JDBC + Stored procedures.