Class SqlScriptsHandler

java.lang.Object
org.jdbi.v3.sqlobject.statement.internal.SqlScriptsHandler
All Implemented Interfaces:
Handler

public class SqlScriptsHandler extends Object
  • Constructor Details

    • SqlScriptsHandler

      public SqlScriptsHandler(Class<?> sqlObjectType, Method method)
  • Method Details

    • invoke

      public Object invoke(Object target, Object[] args, HandleSupplier hs)
      Description copied from interface: Handler
      Executes a SQL Object method, and returns the result.
      Specified by:
      invoke in interface Handler
      Parameters:
      target - the SQL Object instance being invoked
      args - the arguments that were passed to the method.
      hs - a (possibly lazy) Handle supplier.
      Returns:
      the method return value, or null if the method has a void return type.