|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Interface Summary | |
|---|---|
| QueryDslJdbcOperations | Interface specifying a basic set of JDBC operations allowing the use of QueryDSL features for these operations. |
| SqlDeleteCallback | An interface used by QueryDslJdbcTemplate for delete calls
where you are able to provide a SQLDeleteClause
implementation to handle the delete. |
| SqlInsertCallback | An interface used by QueryDslJdbcTemplate for insert calls
where you are able to provide a SQLInsertClause
implementation to handle the insert logic. |
| SqlInsertWithKeyCallback<K> | An interface used by QueryDslJdbcTemplate for insert calls
where you are able to provide a SQLInsertClause
implementation to handle the insert logic and generated key
retrieval logic. |
| SqlUpdateCallback | An interface used by QueryDslJdbcTemplate for update calls
where you are able to provide a SQLUpdateClause
implementation to handle the update logic. |
| Class Summary | |
|---|---|
| QueryDslJdbcTemplate | Template class with a basic set of JDBC operations, allowing the use of QueryDSL features. |
| Exception Summary | |
|---|---|
| UncategorizedQueryException | Exception thrown when we can't classify a Query into one of Spring's data access exceptions. |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||