Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dali-dev] provisional API changes required to fix bug 305078

The following provisional API additions were made to fix bug 305078:

o.e.jpt.core.context.orm.EntityMappings
   JavaResourcePersistentType resolveJavaResourcePersistentType(String className);
   PersistentType resolvePersistentType(String className);

This helps to isolate the changes since static inner classes can be in many places in a jpa project. This fix is also necessary for bug 305079

Thanks,
Karen

Back to the top