Joined: Tue Nov 14, 2006 3:23 pm Posts: 2
|
I need to manually instantiate a proxy. The problem is that the domain object I am working on is lazy="false" because of 2-3 conversion and the kinks have not been worked out of the system. I am trying to optimize a batch process for an immediate client install.....
I have a one-any relationship that I need to persist. The only information I need from the "any" side is type and id to establish the relationship, hence a proxy would fulfill it. I'm trying to figure out how to create an uninitialized proxy for a given class. Any thoughts?
thanks..
jerry..
|
|