Spring Day2

12345678910
Across
  1. 2. If there are five rows in a table, then mapRow method of RowMapper interface will be called how many times automatically for mapping each row of data into an object.
  2. 3. This is not a good choice if application makes multiple calls to the database
  3. 6. The result of the T() operator is this object that represents the given class
  4. 7. This annotation tells Spring that a method annotated with this will return an object that should be registered as a bean in the Spring application context
  5. 9. This is the code which is taken care of by the Spring framework
Down
  1. 1. Spring SpEL allows us to create this via configuration file.
  2. 4. Spring’s ApplicationContext supports parameterized messages by making them available to the container through this interface
  3. 5. This is a powerful way of wiring values into a bean’s properties or constructor arguments using expressions that are evaluated at runtime
  4. 8. By using this annotation you can eliminate the additional XML in your configuration file that specifies the relationship between two objects
  5. 10. The ResourceBundle looks for a file that is named as a combination of base name and this name.