I have two entities : orders and ordercheck. There is an attribute ordertype in orders. When i add a new ordertype,if the ordertype is already present,it should load the attribute values already present in orders entity of that ordertype to the ordercheck entity. How can this be done???
↧