Spring Data JDBC Extensions
A B C D E F G I J L M N O P Q R S T U V X

Q

query(SQLQuery, ResultSetExtractor<List<T>>, Expression<?>...) - Method in interface org.springframework.data.jdbc.query.QueryDslJdbcOperations
Deprecated. Query for a list of objects using the SQLQuery.
query(SQLQuery, RowMapper<T>, Expression<?>...) - Method in interface org.springframework.data.jdbc.query.QueryDslJdbcOperations
Deprecated. Query for a list of objects using the SQLQuery.
query(SQLQuery, Expression<T>) - Method in interface org.springframework.data.jdbc.query.QueryDslJdbcOperations
Deprecated. Query for a list of objects using the SQLQuery.
query(SQLQuery, ResultSetExtractor<List<T>>, Expression<?>...) - Method in class org.springframework.data.jdbc.query.QueryDslJdbcTemplate
Deprecated.  
query(SQLQuery, RowMapper<T>, Expression<?>...) - Method in class org.springframework.data.jdbc.query.QueryDslJdbcTemplate
Deprecated.  
query(SQLQuery, Expression<T>) - Method in class org.springframework.data.jdbc.query.QueryDslJdbcTemplate
Deprecated.  
QueryDslJdbcOperations - Interface in org.springframework.data.jdbc.query
Deprecated. as of Spring JDBC Extensions 1.2.0 in favor of directly using the Querydsl Spring support
QueryDslJdbcTemplate - Class in org.springframework.data.jdbc.query
Deprecated. as of Spring JDBC Extensions 1.2.0 in favor of directly using the Querydsl Spring support
QueryDslJdbcTemplate(DataSource) - Constructor for class org.springframework.data.jdbc.query.QueryDslJdbcTemplate
Deprecated.  
QueryDslJdbcTemplate(JdbcTemplate) - Constructor for class org.springframework.data.jdbc.query.QueryDslJdbcTemplate
Deprecated.  
QueryDslJdbcTemplate(JdbcTemplate, SQLTemplates) - Constructor for class org.springframework.data.jdbc.query.QueryDslJdbcTemplate
Deprecated.  
queryForObject(SQLQuery, ResultSetExtractor<T>, Expression<?>...) - Method in interface org.springframework.data.jdbc.query.QueryDslJdbcOperations
Deprecated. Query for a single object using the SQLQuery.
queryForObject(SQLQuery, RowMapper<T>, Expression<?>...) - Method in interface org.springframework.data.jdbc.query.QueryDslJdbcOperations
Deprecated. Query for a single object using the SQLQuery.
queryForObject(SQLQuery, Expression<T>) - Method in interface org.springframework.data.jdbc.query.QueryDslJdbcOperations
Deprecated. Query for a single object using the SQLQuery.
queryForObject(SQLQuery, ResultSetExtractor<T>, Expression<?>...) - Method in class org.springframework.data.jdbc.query.QueryDslJdbcTemplate
Deprecated.  
queryForObject(SQLQuery, RowMapper<T>, Expression<?>...) - Method in class org.springframework.data.jdbc.query.QueryDslJdbcTemplate
Deprecated.  
queryForObject(SQLQuery, Expression<T>) - Method in class org.springframework.data.jdbc.query.QueryDslJdbcTemplate
Deprecated.  
queryResults(SQLQuery, Expression<T>) - Method in class org.springframework.data.jdbc.query.QueryDslJdbcTemplate
Deprecated.  

Spring Data JDBC Extensions
A B C D E F G I J L M N O P Q R S T U V X