Spring Day_3
Across
- 2. The datasource can be configured declaratively. Which is the other way ?
- 3. EmptyResultDataAccessException is thrown when the select query fetches how many rows ?
- 5. Exceptions are only thrown by the methods this class, not handled
- 7. This class provides simple indexed-parameter queries
- 8. These are responsible for receiving the request from the user and calling the back-end services
Down
- 1. This is useful for applications where you want to acquire the connection only once and hold on to it
- 2. This helps us to switch over between different environment configurations such as database configuration, operating system
- 4. This is the second argument in the mapRow method which has 2 arguments.
- 5. While interacting with the database and not using Spring, who handles the transaction details
- 6. This framework is similar to the Spring MVC framework