|
Ideally the bundle containing the class to be enhanced doesn't have to know about the persistence provider that will be used. That means that there is no ClassLoader that holds the entity class to be enhanced AND hibernate classes is the "aggregated ClassLoader" so it would be nice if that one could be used instead.
|