example:
I have an entity like "employee" with attributes name, employee ID and email ID.
here I have to copy the whole entity in another entity without using clone or collection and I have to perform operations on the another entity. The operation should not affect the original entity.