You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we cannot load x-ds references using DataManager.loadValues() because a JPQL query can contain only persistent attributes. However, we could achieve the goal if we let users provide an ID of the reference in JPQL and indicate that we actually need the x-ds reference in the properties list. For example:
Currently we cannot load x-ds references using
DataManager.loadValues()
because a JPQL query can contain only persistent attributes. However, we could achieve the goal if we let users provide an ID of the reference in JPQL and indicate that we actually need the x-ds reference in the properties list. For example:Here
db1JpaEntityId
is the persistent attribute that stores ID of the x-ds reference, anddb1JpaEntity
is the reference itself.The text was updated successfully, but these errors were encountered: