I just came across this bug as I was unable to find the implement of 'pojoSession.getSession(EntityMode.MAP);'
To my mind this is a bug - without this functionality I don't see how an application can store user defined fields i.e. in the case that an application is dealing mainly with well defined pojos but allows for some tables to be customized on deployment.
Is there another API to cater for this as from my reading of the documentation this appears to the the intent of dynamic mapped entities.
|