Skip to content

rhuan080/JDBCParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JDBCParser

JDBCParser is the API to convert the ResultSet of JDBC to Java Beans. The goal is to create Beans as ResultSet, without requiring Annotations or Mapped Beans. With JDBCParser you can:

Parse the ResulSet to JavaBeans with or without relations with other Beans, and all without Annotations or Map. If the Bean converted contains a list of other beans and the ResultSet contains data compatible with this list, then list is build by JDBCParser.

About

API to parser a ResultSet to JavaBean, independent of complexity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages