Search Results

1
vote
8answers
750 views

Hibernate vs. JDBC

I am working on a project that previously used Hibernate. Honestly, it seems like Hibernate complicates it more than JDBC would have. Also, it seems that a lot of the power of the relational databa …
1
vote
3answers
301 views

JDBC Dates Deprecated in Java (java.sql package)

Hello, I am working with JDBC and MySQL. I have a date column that I need included in my result set. Unfortunately, I cannot find a class in Java to retrieve the date. The SQL Date class is …