Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Data JDBC Extensions
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
Query for a list of objects using the
SQLQuery
.
query(SQLQuery, RowMapper<T>, Expression<?>...)
- Method in interface org.springframework.data.jdbc.query.
QueryDslJdbcOperations
Query for a list of objects using the
SQLQuery
.
query(SQLQuery, Expression<T>)
- Method in interface org.springframework.data.jdbc.query.
QueryDslJdbcOperations
Query for a list of objects using the
SQLQuery
.
query(SQLQuery, ResultSetExtractor<List<T>>, Expression<?>...)
- Method in class org.springframework.data.jdbc.query.
QueryDslJdbcTemplate
query(SQLQuery, RowMapper<T>, Expression<?>...)
- Method in class org.springframework.data.jdbc.query.
QueryDslJdbcTemplate
query(SQLQuery, Expression<T>)
- Method in class org.springframework.data.jdbc.query.
QueryDslJdbcTemplate
QueryDslJdbcOperations
- Interface in
org.springframework.data.jdbc.query
Interface specifying a basic set of JDBC operations allowing the use of QueryDSL features for these operations.
QueryDslJdbcTemplate
- Class in
org.springframework.data.jdbc.query
Template class with a basic set of JDBC operations, allowing the use of QueryDSL features.
QueryDslJdbcTemplate(DataSource)
- Constructor for class org.springframework.data.jdbc.query.
QueryDslJdbcTemplate
QueryDslJdbcTemplate(JdbcTemplate)
- Constructor for class org.springframework.data.jdbc.query.
QueryDslJdbcTemplate
queryForObject(SQLQuery, ResultSetExtractor<T>, Expression<?>...)
- Method in interface org.springframework.data.jdbc.query.
QueryDslJdbcOperations
Query for a single object using the
SQLQuery
.
queryForObject(SQLQuery, RowMapper<T>, Expression<?>...)
- Method in interface org.springframework.data.jdbc.query.
QueryDslJdbcOperations
Query for a single object using the
SQLQuery
.
queryForObject(SQLQuery, Expression<T>)
- Method in interface org.springframework.data.jdbc.query.
QueryDslJdbcOperations
Query for a single object using the
SQLQuery
.
queryForObject(SQLQuery, ResultSetExtractor<T>, Expression<?>...)
- Method in class org.springframework.data.jdbc.query.
QueryDslJdbcTemplate
queryForObject(SQLQuery, RowMapper<T>, Expression<?>...)
- Method in class org.springframework.data.jdbc.query.
QueryDslJdbcTemplate
queryForObject(SQLQuery, Expression<T>)
- Method in class org.springframework.data.jdbc.query.
QueryDslJdbcTemplate
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Data JDBC Extensions
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
L
M
N
O
P
Q
R
S
T
U
V
X