I have some requirement and didn't find any thing, could you please verify following
I have entity object (Hibernate) and it has some relation ships as well. around 10 tables involved in that entity. I just want to clone this entity object and same thing needs to be stored in DB all tables.
I'm using Hibernate, spring, struts2
is there any way to clone entity?