Skip to content
New issue

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

feat: add new methods to allow get/set list of custom attributes from entry #2104

Closed
yurem opened this issue Aug 11, 2022 · 1 comment · Fixed by #2253, #2271, #2804 or #2819
Closed

feat: add new methods to allow get/set list of custom attributes from entry #2104

yurem opened this issue Aug 11, 2022 · 1 comment · Fixed by #2253, #2271, #2804 or #2819
Assignees
Labels
comp-jans-orm Component affected by issue or PR kind-feature Issue or PR is a new feature request

Comments

@yurem
Copy link
Contributor

yurem commented Aug 11, 2022

Description


Identified code changes

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);


@yurem yurem added the comp-jans-orm Component affected by issue or PR label Aug 11, 2022
@yurem yurem self-assigned this Aug 11, 2022
@mo-auto mo-auto added the kind-feature Issue or PR is a new feature request label Aug 11, 2022
yurem added a commit that referenced this issue Aug 11, 2022
…#2105)

entry #2104

Co-authored-by: Yuriy Movchan <Yuriy.Movchan@gmail.com>
@yurem
Copy link
Contributor Author

yurem commented Aug 11, 2022

implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-orm Component affected by issue or PR kind-feature Issue or PR is a new feature request
Projects
None yet
2 participants