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

[ODS-6512] Modify batched page queries in NHibernate to use AggregateId instead of Id for page-level inclusion criteria #1165

Merged
merged 4 commits into from
Oct 17, 2024

Conversation

gmcelhanon
Copy link
Contributor

No description provided.

{typeof(IDeleteEntityById<>), typeof(DeleteEntityByIdAuthorizationDecorator<>)},
{typeof(IUpdateEntity<>), typeof(UpdateEntityAuthorizationDecorator<>)},
{typeof(IUpsertEntity<>), typeof(UpsertEntityAuthorizationDecorator<>)},
{typeof(GetEntityByKeyAuthorizationDecorator<>), typeof(IGetEntityByKey<>)},
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Key/values were inverted in the dictionary here because the key should be the implementation, not the common interface (wasn't accounting for the possibility of multiple decorators implementing the same interface).

@gmcelhanon gmcelhanon marked this pull request as ready for review October 16, 2024 21:39
@axelmarquezh axelmarquezh merged commit 23f34a6 into main Oct 17, 2024
16 checks passed
@axelmarquezh axelmarquezh deleted the ODS-6512 branch October 17, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants