Across
- 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.
- 3. This is not a good choice if application makes multiple calls to the database
- 6. The result of the T() operator is this object that represents the given class
- 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
- 9. This is the code which is taken care of by the Spring framework
Down
- 1. Spring SpEL allows us to create this via configuration file.
- 4. Spring’s ApplicationContext supports parameterized messages by making them available to the container through this interface
- 5. This is a powerful way of wiring values into a bean’s properties or constructor arguments using expressions that are evaluated at runtime
- 8. By using this annotation you can eliminate the additional XML in your configuration file that specifies the relationship between two objects
- 10. The ResourceBundle looks for a file that is named as a combination of base name and this name.
