Hi All, I am new at hibernate. I have an application packed in a jar file. in the xx.hbm.xml files, we have clauses like <class name="com.bbaris.entity.MrsAssetMx" table="PEXCEL.ASSET@ASCM2012"> Now we need to setup another system with different Oracle database, We need change the database (same data contents) as following table="PEXCEL.ASSET@ASCM2014"
but we have not sorted out the source codes developed by contractors. If I only mordify the *.hbm.xml files in the jar files without recomplie the classes, will it works?
Thank you in advance, Eric
|