An important note to this
I have the revinfo table and all the audit table created in db separately with sql scripts. so I don't have to use the property given below props.put( Environment.HBM2DDL_AUTO, "create-drop" ); Isn't it?
An important note to this
I have the revinfo table and all the audit table created in db separately with sql scripts. so I don't have to use the property given below
props.put( Environment.HBM2DDL_AUTO, "create-drop" ); Isn't it?