I'm looking for a good DAO Generator that build classes with plain JDBC 4 and basic CRUD operations.
I have seen that NetBeans generates classes and Java Beans or Entities with JPA and Hibernate. I'm looking for some other tool like this, but I require that the generated classes don't use third party libraries, only the JRE. I'm grateful for the help.