User: patriot1burke
  Date: 01/06/21 14:55:31

  Modified:    src/main/org/jboss/ejb/plugins/jaws/jdbc
                        JDBCDefinedFinderCommand.java
  Log:
  exposed parameterArray through get method.
  
  Revision  Changes    Path
  1.15      +11 -2     
jboss/src/main/org/jboss/ejb/plugins/jaws/jdbc/JDBCDefinedFinderCommand.java
  
  Index: JDBCDefinedFinderCommand.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss/src/main/org/jboss/ejb/plugins/jaws/jdbc/JDBCDefinedFinderCommand.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- JDBCDefinedFinderCommand.java     2001/06/13 06:52:17     1.14
  +++ JDBCDefinedFinderCommand.java     2001/06/21 21:55:31     1.15
  @@ -27,8 +27,12 @@
    * @author <a href="mailto:[EMAIL PROTECTED]";>Justin Forder</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Michel de Groot</a>
    * @author Vinay Menon
  - * @author <a href="mailto:[EMAIL PROTECTED]";>danch (Dan Christopherson</a>
  - * @version $Revision: 1.14 $
  + * @author <a href="mailto:[EMAIL PROTECTED]";>danch (Dan Christopherson)</a>
  + * @author <a href="mailto:[EMAIL PROTECTED]";>Bill Burke</a>
  + * @version $Revision: 1.15 $
  + *
  + * Revisions:
  + * 20010621 Bill Burke: exposed parameterArray through get method.
    */
   public class JDBCDefinedFinderCommand extends JDBCFinderCommand
   {
  @@ -152,6 +156,11 @@
      }
      public String getOrderByClause() {
         return orderClause;
  +   }
  +
  +   public int[] getParameterArray()
  +   {
  +      return parameterArray;
      }
   
      /** helper method to clean the order clause into a list of table.field 
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to