public interface JdbcQueries<T>
JdbcScope
T is the type of the object to return. Return Void if your query/queries don't return anything.
T
Void
run(Connection connection)
T run(Connection connection) throws Exception
Exception
Copyright © 2018. All rights reserved.