Constructor and Description |
---|
SimpleInvoker(Method method,
Object[] parameters,
ExceptionFactory<E> exceptionFactory) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
ExceptionFactory<E> |
getExceptionFactory() |
Method |
getMethod() |
Object[] |
getParameters() |
int |
hashCode() |
R |
invoke(D database,
T object)
Invokes an action against the specified database on the specified SQL object
|
String |
toString() |
public SimpleInvoker(Method method, Object[] parameters, ExceptionFactory<E> exceptionFactory)
method
- parameters
- public Object[] getParameters()
public ExceptionFactory<E> getExceptionFactory()
public R invoke(D database, T object) throws E extends Exception
Invoker
public String toString()
toString
in class Object
Object.toString()
Copyright © 2004–2014 Paul Ferraro. All rights reserved.