摘要: copyPropertiespublic static void copyProperties(Object source, Object target) throws BeansException Copy the property values of the given source bean into the target bean. Note: The source and target classes do not have to match or even be derived from each other, as long as the properties match. .. 阅读全文
posted @ 2013-01-05 16:25 Onakaumi 阅读(835) 评论(0) 推荐(0) 编辑