
For python there are many project books by reputed publishers,
* automate the boring stuff with python
* The big book of small python projects.
But I couldn't find any for java, even though java is much older and more established.
Please suggest books or resources to do java projects.
Hi, I'm a fullstack (Spring+Angular) developer with 1.5 years of experience. When I started working with Hibernate, I learnt the basics that let me complete daily tasks. However, lately I've been stumbling across more and more specific topics, like named entity graphs. It also turned out that for all that time I've been coding with spring.jpa.open-in-view set to on by default and I'm not entirely sure why my backend breaks down completely when I turn this off. I concluded I definitely should read some comprehensive handbook to feel more comfortable writing backends. Hence, here are my questions regarding the "Java Persistence with Hibernate" book that seems fitting for me:
-
In the table of contents, I see there is a section about fetch plans. Does it cover named entity graphs?
-
I know this book is based on JPA 2.1 and Hibernate 5. Is this recent enough to be worth studying, while working with Hibernate 6 and 7 daily?
-
Do you maybe know of a better book to read in my situation?