Open misterToo opened 3 years ago
@misterToo Yes! Hibernate/JPA takes some practice to fully understand! It does feel like magic sometimes when a framework writes sql for you. The key thing to remember is that you control that with annotations and the database set up.
@pawaitemadisoncollege Key learning points: Stack traces contain more than I thought they did, was able to solve my problem with a little help
Challenges: One to many annotation/SQL with hibernate is a little "black box"-y if that makes any sense, don't quite understand how it works.
Problems solved: getting all the column names correct for hibernate to work with my table, solved with the help channel in slack, needed a little pointing in the right direction