-
-
Notifications
You must be signed in to change notification settings - Fork 270
Open
Description
Regarding the mechanism of QueryBean: QueryBean is generated at compile time, and then the _xxx() method is injected into the class. In practice, using xxx.eq(abc) is equivalent to _xxx().eq(abc). Is this
understanding correct?
We are currently using PF4J as the plugin execution framework. When I perform business queries in a sub-plugin, it throws an NPE — the xxx field in the QueryBean becomes null.
However, the same QueryBean works fine in the main process.
Metadata
Metadata
Assignees
Labels
No labels