January was such a good month for me :
- Solved 50 LeetCode problems
- Learned SprintBoot and SpringJPA
- Created a fully functional Springboot jpa js project with postgresql
Looking forward to continue this momentum 😁🤝
Day 91 of #100DaysOfCode (#JavaRevision)
☕ #SpringBoot / #SpringJPA / #Hibernate
- Focused on common Hibernate configurations and how they affect persistence behavior
- Worked with entity-level annotations used in real-world JPA mappings
- Understood table-level annotations for defining schema, keys, and constraints
- Revisited the key features of JPA — entity management, JPQL, transactions, and entity relationships
#Java#Backend#Hibernate#JPA#100DaysOfCode
Opa eu posso falar um pouco tb, é bem tranquilo, precisa adicionar uma dependência extra pra pra poder trabalhar com o springJPA (pra não precisar dos construtores vazios pro hibernate e dos optional do Java). O resto funciona do mesmo jeito, o suporte do spring pra kotlin é show
Any good recommendation to handle Localized Data in JPA? I am going through few articles but not clear what is a recommended way (if any)
#jpa@vlad_mihalcea#hibernate#springjpa