Hibernate version: 3.0.3
Hi,
I'm been using Hibernate since 3.0 alfa, and what I'm trying to do is to persist
EMF dynamic instances.
With Hibernate 3.0 alfa, I was able to do this, by using an Interceptor to instanciate the object using the entity name, which corresponds to the EMF class name, and providing a custom PropertyAccessor to each property (using the access attribute in the mapping XML file).
However, this aproach doesn't work now with Hibernate 3.0.3. I updated my code to be compatible with the new version, but now it's always trying to use the MapAccessor instead of the one I provided, which will cause an exception.
Does anyone knows what's the cause?
thanks in advance,
Rui Figueira