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

#302 refactorized repository component #345

Merged
merged 6 commits into from
Oct 28, 2015
Merged

#302 refactorized repository component #345

merged 6 commits into from
Oct 28, 2015

Conversation

cmurer
Copy link
Contributor

@cmurer cmurer commented Oct 8, 2015

No description provided.

}

protected final transient ConsistentRepositoryEntity<AGGREGATE> consistentRepositoryEntity;
// // Consistent data container for entity class and repository
Copy link
Contributor

Choose a reason for hiding this comment

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

comments to be deleted?

@cmurer
Copy link
Contributor Author

cmurer commented Oct 12, 2015

ping @mglcel @ecamper

@cmurer cmurer changed the title refactorized repository component #302 refactorized repository component Oct 12, 2015
@cmurer cmurer added this to the 1.2.0 milestone Oct 12, 2015
@mglcel
Copy link
Contributor

mglcel commented Oct 20, 2015

Following my remark can you re-introduce the ClientRepository plz ? thx !

this.repositoryFacade.doDelete(aggregate);
public AGR get(final Object aggregateIdentifier, Long expectedVersion) {
final AGR agr = doLoad(aggregateIdentifier, expectedVersion);
if (null != agr) && (null != agr.getVersion()) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

🐷

cmurer added a commit that referenced this pull request Oct 28, 2015
#302 refactorized repository component
@cmurer cmurer merged commit f73c575 into prepare_1.2.0 Oct 28, 2015
@cmurer cmurer deleted the repository branch October 28, 2015 17:08
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.

3 participants