Think twice before using an object mapping library to get your DTOs
I often get asked if I can recommend any object mapping library to map entity objects to DTOs. And you can find several discussions and…
I often get asked if I can recommend any object mapping library to map entity objects to DTOs. And you can find several discussions and…
When most developers design their table and entity models, they create tables that only use basic column types and map these to basic entity attributes.…
Most databases offer many proprietary features besides the known SQL standard. One example is PostgreSQL’s JSONB data type which allows you to store JSON documents…
SQL is an incredibly powerful query language. It provides sheer endless possibilities to extract and transform information. One example of that is a window function.…
Most developers create their own repositories by adding their queries to one of Spring Data JPA’s standard base repositories, like the JpaRepository or the CrudRepository. These repositories give…
Please confirm you want to block this member.
You will no longer be able to:
Please allow a few minutes for this process to complete.