#springboot
Read more stories on Hashnode
Articles with this tag
The Composite Pattern is a Structural Pattern that allows us to treat a group of objects the same way as a single instance of the object. The...
@Transactional annotation is used to mark a method or a class as transactional. Any database operations performed within the marked method or class...
Pagination is often helpful when we have a large dataset and we want to present it to the user in smaller chunks. Also, we often need to sort that...