java-design-patterns icon indicating copy to clipboard operation
java-design-patterns copied to clipboard

Implement table data gateway pattern

Open u7147694 opened this issue 1 year ago • 0 comments

Pull request title

  • Implement the table data gateway pattern links to the Issue# 1318
  • Refer to the issue that it solves, if available

Pull request description

  • Using JDBC to connect database to the java and translate the java method into SQL queries for execution
  • Applying Junit test and a simple app class with main() function to show the basic functionality of this project

For detailed contributing instructions see https://github.com/iluwatar/java-design-patterns/wiki/01.-How-to-contribute

u7147694 avatar Nov 04 '22 12:11 u7147694