I am trying to access one property which is basically a DB name from a property file in the hbm file.
Can this be achieved:
<hibernate-mapping>
<class name="com.spring.sample.*domain.User" table="${dbname}..USERS">
.....
</hibernate-mapping>
Property file is like: dbname=Master