hibernate在spring配置文件中的注入
<!-- hibernate注入 --><bean id="user" /></property><property name="user"><ref bean="user" /></property></bean>