- JPA ou Hibernate?
- Existe um mundo onde JDBC puro é mais utilizado?
- Existe algum Query Builder no mundo Java?
- Quais as formas de gerenciar migrations usando Java?
- Existe alguma forma semelhante ao Prisma/Atlas, através de uma DSL de Schema (Database as Code)?
- Quando usar @Transactional e quando não usar?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name":"ABAP", | |
"type":"programming", | |
"extensions":[ | |
".abap" | |
] | |
}, | |
{ | |
"name":"AGS Script", |