does insert query in hibernate requires table to be present. I mean when i have a query that insert some values in to the table which is not present . will the hibernate gives the exception or it will through the exception only when update is done .
I'm speaking in terms of only hibernate .
Can you please suggest