A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
所有类 所有程序包

Q

QosSettings - org.springframework.jms.support中的类
Gather the Quality-of-Service settings that can be used when sending a message.
QosSettings() - 类 的构造器org.springframework.jms.support.QosSettings
Create a new instance with the default settings.
QosSettings(int, int, long) - 类 的构造器org.springframework.jms.support.QosSettings
Create a new instance with the specified settings.
qualifiedBeanOfType(BeanFactory, Class<T>, String) - 类 中的静态方法org.springframework.beans.factory.annotation.BeanFactoryAnnotationUtils
Obtain a bean of type T from the given BeanFactory declaring a qualifier (e.g. via <qualifier> or @Qualifier) matching the given qualifier, or having a bean name matching the given qualifier.
qualifiedBeansOfType(ListableBeanFactory, Class<T>, String) - 类 中的静态方法org.springframework.beans.factory.annotation.BeanFactoryAnnotationUtils
Retrieve all bean of type T from the given BeanFactory declaring a qualifier (e.g. via <qualifier> or @Qualifier) matching the given qualifier, or having a bean name matching the given qualifier.
QualifiedIdentifier - org.springframework.expression.spel.ast中的类
Represents a dot separated sequence of strings that indicate a package qualified type reference.
QualifiedIdentifier(int, int, SpelNodeImpl...) - 类 的构造器org.springframework.expression.spel.ast.QualifiedIdentifier
 
Qualifier - org.springframework.beans.factory.annotation中的注释类型
This annotation may be used on a field or parameter as a qualifier for candidate beans when autowiring.
QUALIFIER_ATTRIBUTE_ELEMENT - 类 中的静态变量org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
QUALIFIER_ELEMENT - 类 中的静态变量org.springframework.beans.factory.xml.BeanDefinitionParserDelegate
 
QualifierAnnotationAutowireCandidateResolver - org.springframework.beans.factory.annotation中的类
AutowireCandidateResolver implementation that matches bean definition qualifiers against qualifier annotations on the field or parameter to be autowired.
QualifierAnnotationAutowireCandidateResolver() - 类 的构造器org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Create a new QualifierAnnotationAutowireCandidateResolver for Spring's standard Qualifier annotation.
QualifierAnnotationAutowireCandidateResolver(Class<? extends Annotation>) - 类 的构造器org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Create a new QualifierAnnotationAutowireCandidateResolver for the given qualifier annotation type.
QualifierAnnotationAutowireCandidateResolver(Set<Class<? extends Annotation>>) - 类 的构造器org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Create a new QualifierAnnotationAutowireCandidateResolver for the given qualifier annotation types.
QualifierEntry - org.springframework.beans.factory.parsing中的类
ParseState entry representing an autowire candidate qualifier.
QualifierEntry(String) - 类 的构造器org.springframework.beans.factory.parsing.QualifierEntry
Create a new QualifierEntry instance.
QUALITY_VALUE_COMPARATOR - 类 中的静态变量org.springframework.http.MediaType
QuartzJobBean - org.springframework.scheduling.quartz中的类
Simple implementation of the Quartz Job interface, applying the passed-in JobDataMap and also the SchedulerContext as bean property values.
QuartzJobBean() - 类 的构造器org.springframework.scheduling.quartz.QuartzJobBean
 
query(String) - 接口 中的方法org.springframework.web.util.UriBuilder
Parse the given query string into query parameters where parameters are separated with '&' and their values, if any, with '='.
query(String) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
 
query(String, Object[], int[], ResultSetExtractor<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(String, Object[], int[], ResultSetExtractor<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], int[], RowCallbackHandler) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, Object[], int[], RowCallbackHandler) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], int[], RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping each row to a result object via a RowMapper.
query(String, Object[], int[], RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], ResultSetExtractor<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(String, Object[], ResultSetExtractor<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], RowCallbackHandler) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, Object[], RowCallbackHandler) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, Object[], RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping each row to a result object via a RowMapper.
query(String, Object[], RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, Map<String, ?>, ResultSetExtractor<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(String, Map<String, ?>, ResultSetExtractor<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, Map<String, ?>, RowCallbackHandler) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, Map<String, ?>, RowCallbackHandler) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, Map<String, ?>, RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping each row to a Java object via a RowMapper.
query(String, Map<String, ?>, RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, SqlParameterSource, ResultSetExtractor<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(String, SqlParameterSource, ResultSetExtractor<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, SqlParameterSource, RowCallbackHandler) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, SqlParameterSource, RowCallbackHandler) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, SqlParameterSource, RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping each row to a Java object via a RowMapper.
query(String, SqlParameterSource, RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, PreparedStatementSetter, ResultSetExtractor<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement, reading the ResultSet with a ResultSetExtractor.
query(String, PreparedStatementSetter, ResultSetExtractor<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, PreparedStatementSetter, RowCallbackHandler) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a PreparedStatementSetter implementation that knows how to bind values to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, PreparedStatementSetter, RowCallbackHandler) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, PreparedStatementSetter, RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a PreparedStatementSetter implementation that knows how to bind values to the query, mapping each row to a result object via a RowMapper.
query(String, PreparedStatementSetter, RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, ResultSetExtractor<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a query given static SQL, reading the ResultSet with a ResultSetExtractor.
query(String, ResultSetExtractor<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, ResultSetExtractor<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL, reading the ResultSet with a ResultSetExtractor.
query(String, ResultSetExtractor<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, ResultSetExtractor<T>, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet with a ResultSetExtractor.
query(String, ResultSetExtractor<T>, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, RowCallbackHandler) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a query given static SQL, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, RowCallbackHandler) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, RowCallbackHandler) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, RowCallbackHandler) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, RowCallbackHandler, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(String, RowCallbackHandler, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a query given static SQL, mapping each row to a result object via a RowMapper.
query(String, RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(String, RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL, mapping each row to a Java object via a RowMapper.
query(String, RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
query(String, RowMapper<T>, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping each row to a result object via a RowMapper.
query(String, RowMapper<T>, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(PreparedStatementCreator, PreparedStatementSetter, ResultSetExtractor<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
Query using a prepared statement, allowing for a PreparedStatementCreator and a PreparedStatementSetter.
query(PreparedStatementCreator, ResultSetExtractor<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement, reading the ResultSet with a ResultSetExtractor.
query(PreparedStatementCreator, ResultSetExtractor<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(PreparedStatementCreator, RowCallbackHandler) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement, reading the ResultSet on a per-row basis with a RowCallbackHandler.
query(PreparedStatementCreator, RowCallbackHandler) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
query(PreparedStatementCreator, RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query using a prepared statement, mapping each row to a result object via a RowMapper.
query(PreparedStatementCreator, RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a query for a result list, given static SQL.
queryForList(String) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Class<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a query for a result list, given static SQL.
queryForList(String, Class<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Class<T>, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Class<T>, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Object[], int[]) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Object[], int[]) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Object[], int[], Class<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Object[], int[], Class<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Object[], Class<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Object[], Class<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForList(String, Map<String, ?>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForList(String, Map<String, ?>, Class<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, Map<String, ?>, Class<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForList(String, SqlParameterSource) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForList(String, SqlParameterSource, Class<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result list.
queryForList(String, SqlParameterSource, Class<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForMap(String) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a query for a result map, given static SQL.
queryForMap(String) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForMap(String, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result map.
queryForMap(String, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForMap(String, Object[], int[]) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result map.
queryForMap(String, Object[], int[]) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForMap(String, Map<String, ?>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result Map.
queryForMap(String, Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForMap(String, SqlParameterSource) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result Map.
queryForMap(String, SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForObject(String, Class<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a query for a result object, given static SQL.
queryForObject(String, Class<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Class<T>, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, Class<T>, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Object[], int[], Class<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, Object[], int[], Class<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Object[], int[], RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a result object via a RowMapper.
queryForObject(String, Object[], int[], RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Object[], Class<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, Object[], Class<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Object[], RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a result object via a RowMapper.
queryForObject(String, Object[], RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, Map<String, ?>, Class<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, Map<String, ?>, Class<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForObject(String, Map<String, ?>, RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, Map<String, ?>, RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForObject(String, SqlParameterSource, Class<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting a result object.
queryForObject(String, SqlParameterSource, Class<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForObject(String, SqlParameterSource, RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a Java object via a RowMapper.
queryForObject(String, SqlParameterSource, RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForObject(String, RowMapper<T>) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a query given static SQL, mapping a single result row to a result object via a RowMapper.
queryForObject(String, RowMapper<T>) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForObject(String, RowMapper<T>, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, mapping a single result row to a result object via a RowMapper.
queryForObject(String, RowMapper<T>, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForRowSet(String) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Execute a query for an SqlRowSet, given static SQL.
queryForRowSet(String) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForRowSet(String, Object...) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting an SqlRowSet.
queryForRowSet(String, Object...) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForRowSet(String, Object[], int[]) - 接口 中的方法org.springframework.jdbc.core.JdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting an SqlRowSet.
queryForRowSet(String, Object[], int[]) - 类 中的方法org.springframework.jdbc.core.JdbcTemplate
 
queryForRowSet(String, Map<String, ?>) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting an SqlRowSet.
queryForRowSet(String, Map<String, ?>) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryForRowSet(String, SqlParameterSource) - 接口 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations
Query given SQL to create a prepared statement from SQL and a list of arguments to bind to the query, expecting an SqlRowSet.
queryForRowSet(String, SqlParameterSource) - 类 中的方法org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate
 
queryParam(String) - 接口 中的方法org.springframework.web.reactive.function.server.ServerRequest
Get the first query parameter with the given name, if present.
queryParam(String) - 类 中的方法org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 
queryParam(String, Object...) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Append the given query parameter to the existing query parameters.
queryParam(String, Object...) - 接口 中的方法org.springframework.web.util.UriBuilder
Append the given query parameter.
queryParam(String, Object...) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
 
queryParam(String, String) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
queryParam(String, String) - 类 中的静态方法org.springframework.web.reactive.function.server.RequestPredicates
Return a RequestPredicate that matches if the request's query parameter of the given name has the given value.
queryParam(String, String) - 接口 中的方法org.springframework.web.reactive.function.server.RequestPredicates.Visitor
Receive notification of a query parameter predicate.
queryParam(String, String...) - 类 中的静态方法org.springframework.test.web.client.match.MockRestRequestMatchers
Assert request query parameter values.
queryParam(String, String...) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Append to the query string and also add to the request parameters map.
queryParam(String, Collection<?>) - 接口 中的方法org.springframework.web.util.UriBuilder
Variant of UriBuilder.queryParam(String, Object...) with a Collection.
queryParam(String, Collection<?>) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
 
queryParam(String, Predicate<String>) - 类 中的静态方法org.springframework.web.reactive.function.server.RequestPredicates
Return a RequestPredicate that tests the request's query parameter of the given name against the given predicate.
queryParam(String, Matcher<? super String>...) - 类 中的静态方法org.springframework.test.web.client.match.MockRestRequestMatchers
Assert request query parameter values with the given Hamcrest matcher(s).
queryParams() - 类 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest
 
queryParams() - 接口 中的方法org.springframework.web.reactive.function.server.ServerRequest
Get all query parameters for this request.
queryParams() - 类 中的方法org.springframework.web.reactive.function.server.support.ServerRequestWrapper
 
queryParams(MultiValueMap<String, String>) - 接口 中的方法org.springframework.mock.http.server.reactive.MockServerHttpRequest.BaseBuilder
Add the given query parameters and values.
queryParams(MultiValueMap<String, String>) - 接口 中的方法org.springframework.mock.web.reactive.function.server.MockServerRequest.Builder
 
queryParams(MultiValueMap<String, String>) - 类 中的方法org.springframework.test.web.servlet.request.MockHttpServletRequestBuilder
Append to the query string and also add to the MockHttpServletRequestBuilder.params(MultiValueMap) request parameters} map.
queryParams(MultiValueMap<String, String>) - 接口 中的方法org.springframework.web.util.UriBuilder
Add multiple query parameters and values.
queryParams(MultiValueMap<String, String>) - 类 中的方法org.springframework.web.util.UriComponentsBuilder
Add multiple query parameters and values.
queryProperties(Map<String, Object>) - 类 中的方法org.springframework.web.servlet.view.RedirectView
Determine name-value pairs for query strings, which will be stringified, URL-encoded and formatted by RedirectView.appendQueryProperties(java.lang.StringBuilder, java.util.Map<java.lang.String, java.lang.Object>, java.lang.String).
QueryTimeoutException - org.springframework.dao中的异常错误
Exception to be thrown on a query timeout.
QueryTimeoutException(String) - 异常错误 的构造器org.springframework.dao.QueryTimeoutException
Constructor for QueryTimeoutException.
QueryTimeoutException(String, Throwable) - 异常错误 的构造器org.springframework.dao.QueryTimeoutException
Constructor for QueryTimeoutException.
queueCapacity(int) - 类 中的方法org.springframework.messaging.simp.config.TaskExecutorRegistration
Set the queue capacity for the ThreadPoolExecutor.
QuickTargetSourceCreator - org.springframework.aop.framework.autoproxy.target中的类
Convenient TargetSourceCreator using bean name prefixes to create one of three well-known TargetSource types: : CommonsPool2TargetSource % ThreadLocalTargetSource !
QuickTargetSourceCreator() - 类 的构造器org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator
 
quote(String) - 类 中的静态方法org.springframework.util.StringUtils
Quote the given String with single quotes.
quoteIfString(Object) - 类 中的静态方法org.springframework.util.StringUtils
Turn the given Object into a String with single quotes if it is a String; keeping the Object as-is else.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
所有类 所有程序包