Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dali-dev] How to guarantee obtaining of JpaProject instance?

Hi, folks,

earlier to get JpaProject instance I asked JptJpaCore plugin for the instance. In current version I have to use
IProject.getAdapter(JpaProject.class),
but the problem is if I do this too earlier the InternalJpaProjectManager hadn't build the project and returns null.

What is the guaranteed way to get the instance for Jpa project?

Thanks,
Dmitry Geraskov


Back to the top