We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Persistence layer should provide new methods:
Class<?> getCustomAttributesListItemType(Object entry, AttributesList attributesList, String propertyName); List<AttributeData> getAttributeDataListFromCustomAttributesList(Object entry, AttributesList attributesList, String propertyName); List<Object> getCustomAttributesListFromAttributeDataList(Object entry, AttributesList attributesList, String propertyName, Collection<AttributeData> attributes);
The text was updated successfully, but these errors were encountered:
feat: add new methods to allow get/set list of custom attributes from
23ae2ee
entry #2104
feat: add new methods to allow get/set list of custom attributes from (…
5ac23a1
…#2105) entry #2104 Co-authored-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
implemented
Sorry, something went wrong.
9af620e
yurem
Successfully merging a pull request may close this issue.
Description
Identified code changes
Persistence layer should provide new methods:
The text was updated successfully, but these errors were encountered: