Spring Day_3

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