Interface JdbcOperationQuery

    • Method Detail

      • getAffectedTableNames

        Set<String> getAffectedTableNames()
        The names of tables this operation refers to
      • getFilterJdbcParameters

        @Deprecated(since="6.2")
        default Set<org.hibernate.internal.FilterJdbcParameter> getFilterJdbcParameters()
        Deprecated.
        No longer used.
        Any parameters to apply for filters
        See Also:
        Filter
      • dependsOnParameterBindings

        boolean dependsOnParameterBindings()
        Signals that the SQL depends on the parameter bindings e.g. due to the need for inlining of parameter values or multiValued parameters.