类 ProcedureCallMementoImpl.ParameterMemento

  • 封闭类:
    ProcedureCallMementoImpl

    public static class ProcedureCallMementoImpl.ParameterMemento
    extends Object
    A "disconnected" copy of the metadata for a parameter, that can be used in ProcedureCallMementoImpl.
    • 构造器详细资料

      • ParameterMemento

        public ParameterMemento​(int position,
                                String name,
                                javax.persistence.ParameterMode mode,
                                Class type,
                                Type hibernateType,
                                boolean passNulls)
        Create the memento
        参数:
        position - The parameter position
        name - The parameter name
        mode - The parameter mode
        type - The Java type of the parameter
        hibernateType - The Hibernate Type.
        passNulls - Should NULL values to passed to the database?
    • 方法详细资料

      • getPosition

        public Integer getPosition()
      • getName

        public String getName()
      • getMode

        public javax.persistence.ParameterMode getMode()
      • getType

        public Class getType()
      • getHibernateType

        public Type getHibernateType()
      • isPassNullsEnabled

        public boolean isPassNullsEnabled()