0
我想知道如果JdbcTemplate和RowMapper支持複雜的對象檢索。 我在這個問題上找不到任何與谷歌(錯誤的標準?)。 :(SpringFramework JdbcTemplate RowMapper
例:
public class Person() {
private Long id;
private String name;
private PersonDetail personDetail;
}
public class PersonDetail() {
...
}
表看起來一樣的對象
我想要做的是: 創建PersonRowMapper,映射器PersonalDetail將在也映射爲一個對象(如果你有定義的關係,休眠會爲你做什麼)
非常感謝, Firone
我們是如何用JdbcTemplate實現這一目標的? – 2011-10-24 14:10:52