JavaScript is disabled on your browser.
Skip navigation links
javax.persistence

Annotation Type StoredProcedureParameter

    • Required Element Summary

      Required Elements
      Modifier and Type Required Element and Description
      Class type
      JDBC type of the paramter.
    • Optional Element Summary

      Optional Elements
      Modifier and Type Optional Element and Description
      ParameterMode mode
      Specifies whether the parameter is an IN, INOUT, OUT, or REF_CURSOR parameter.
      String name
      The name of the parameter as defined by the stored procedure in the database.
    • Element Detail

      • type

        public abstract Class type
        JDBC type of the paramter.
      • name

        public abstract String name
        The name of the parameter as defined by the stored procedure in the database. If a name is not specified, it is assumed that the stored procedure uses positional parameters.
        Default:
        ""
      • mode

        public abstract ParameterMode mode
        Specifies whether the parameter is an IN, INOUT, OUT, or REF_CURSOR parameter. REF_CURSOR parameters are used by some databases to return result sets from a stored procedure.
        Default:
        javax.persistence.ParameterMode.IN
Skip navigation links

Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.

AltStyle によって変換されたページ (->オリジナル) /