#Design Pattern Template Method
1 messages ยท Page 1 of 1 (latest)
โ This post has been reserved for your question.
Hey @nocturne ferry! Please use
/closeor theClose Postbutton above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
good example would be JDBC template
where it goes through same steps: acquires connection from pool (or creates, if no connection pool), creates Statement according to sql query, executes the query. And all you need is to provide RowMapper object, that will map each row of result to the java object.
(in case that sql query selecting something)
@nocturne ferry
If you are finished with your post, please close it.
If you are not, please ignore this message.
Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.
you're welcome ๐
๐ค Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.