@@Thorben-Janssen thanks on reply. I've issue that query depends on fairly complex conditions. Currently I'm using Criteria API to build it, except for full text search part.
Thanks for excellent content. Is there any possibility to make a coding problem on Persistence hub of database connection lease and how to log connection lease times ? For example in Spring Boot transactional context, what to avoid and best practices.
Nice to see new videos from again! 💪🏼
There will be more soon. I'm already working on the next one :)
Hi Thorben, thanks for bringing light to the complexity of the persistence layer.
Thanks for watching
Thanks for the video ! Can't wait for the next one!
Next one will be up next week
Hi Thorben,
Would you please make blogpost or video about using full text search in Postgres using Hibernate?
Hey,
I haven't tried Postgres' full text search, yet, but you should be able to use it as a native query: thorben-janssen.com/jpa-native-queries
@@Thorben-Janssen thanks on reply.
I've issue that query depends on fairly complex conditions. Currently I'm using Criteria API to build it, except for full text search part.
Thanks for excellent content. Is there any possibility to make a coding problem on Persistence hub of database connection lease and how to log connection lease times ? For example in Spring Boot transactional context, what to avoid and best practices.
That's an interesting idea. Let me think about it ...
thanks