Search:

Type: Posts; User: wadissimo; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    6
    Views
    1,119

    I understand ur point. But we don't need to...

    I understand ur point. But we don't need to expose this method.
  2. Replies
    6
    Views
    1,119

    But now we need to always use super.execute() and...

    But now we need to always use super.execute() and override execute() and throw RuntimeException from it.=(
  3. Replies
    6
    Views
    1,119

    It said in JavaDocs: "This class is abstract and...

    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...
  4. Replies
    6
    Views
    1,119

    execute methods of StoredProcedure

    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...
Results 1 to 4 of 4