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
As a developer, I often store entities of a certain type in the same repository context (RDF named graph). However, currently, this has to be configured at runtime using descriptors. It would be nice to be able to define the context statically via an annotation and let JOPA take care of building the appropriate descriptor at runtime.
The above example would store all ChangeRecord data in the ex:change-tracking context and would connect each record to a user stored in the ex:users context.
The text was updated successfully, but these errors were encountered:
As a developer, I often store entities of a certain type in the same repository context (RDF named graph). However, currently, this has to be configured at runtime using descriptors. It would be nice to be able to define the context statically via an annotation and let JOPA take care of building the appropriate descriptor at runtime.
Example usage:
The above example would store all
ChangeRecord
data in theex:change-tracking
context and would connect each record to a user stored in theex:users
context.The text was updated successfully, but these errors were encountered: