
Spring
iteye_10959
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spring事务配置
< bean id ="sessionFactory" class ="org.springframework.orm.hibernate3.LocalSessionFactoryBean" > < property name ="dataSource" > < ref local ="d.原创 2008-09-02 11:33:53 · 144 阅读 · 0 评论 -
Spring Prototype假象
有一个学生,他不同的时间段可能呆在不同的地方。 有一个Student类: public class Student { private int age; private String name; private Address address; public int getAge() { return age; } public void setAge(int age) { this....原创 2011-07-15 22:46:36 · 141 阅读 · 0 评论