I understand ur point. But we don't need to expose this method.
Type: Posts; User: wadissimo; Keyword(s):
I understand ur point. But we don't need to expose this method.
But now we need to always use super.execute() and override execute() and throw RuntimeException from it.=(
It said in JavaDocs:
"This class is abstract and it is intended that subclasses will provide a typed method for invocation that delegates to the supplied execute(java.util.Map) method."
I believe...
Hello!
Could u tell me why execute methods of Stored Procedure are public?
I think that they should be protected, because they should be used only by subclasses. Also subclass cannot make it...