Interface NativeSelectQueryDefinition<R>


  • public interface NativeSelectQueryDefinition<R>
    Access the values defining a native select query
    • Method Detail

      • getSqlString

        String getSqlString()
      • getQueryParameterOccurrences

        List<ParameterOccurrence> getQueryParameterOccurrences()
        API Note:
        This returns query parameters in the order they were encountered - potentially including "duplicate references" to a single parameter
      • getAffectedTableNames

        Set<String> getAffectedTableNames()
      • isCallable

        boolean isCallable()