hibernate-cfg.xml和属性占位符

时间:2013-02-20 19:37:07

标签: spring hibernate

我在构建文件中使用Ant hibernatecfg任务创建了我的hibernate-cfg.xml文件。我在configLocation属性(org.springframework.orm.hibernate3.LocalSessionFactoryBean)中的sessionFactory bean(classpath:hibernate.cfg.xml)中引用该文件。 在我的bean定义文件中,我还有一个propertyConfigurer(org.springframework.beans.factory.config.PropertyPlaceholderConfigurer)。

propertyConfigurer会在hibernate.cfg.xml文件中进行替换吗?还是我必须对该文件中的所有内容进行硬编码?

1 个答案:

答案 0 :(得分:1)

Spring不会解析hibernate.cfg.xml中的属性。