Posts by simplexception • 33 points
1 post
-
3
votes1
answer4660
viewsQ: Foreign keys in java
I’m having a little trouble implementing the foreign keys in my example. Can someone help me assemble the DAO class? Cidadedao.java public class CidadeDAO { private final Connection connection;…