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

FMWK-263 Update documentation #661

Merged
merged 9 commits into from
Dec 6, 2023
Merged

FMWK-263 Update documentation #661

merged 9 commits into from
Dec 6, 2023

Conversation

agrgr
Copy link

@agrgr agrgr commented Nov 22, 2023

No description provided.

@agrgr agrgr requested review from roimenashe and reugn November 22, 2023 20:59
@agrgr agrgr marked this pull request as ready for review November 22, 2023 21:19
This chapter will point out the specialties for repository support for Aerospike. This builds on the <<repositories, Core SpringData Repository Support>>, so make sure you've got a sound understanding of the basic concepts explained there.
One of the main goals of the Spring Data is to significantly reduce the amount of boilerplate code required to implement data access layers for various persistence stores.

The core interface in Spring Data is Repository.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
The core interface in Spring Data is Repository.
The core interface of Spring Data is the Repository.

Copy link
Author

Choose a reason for hiding this comment

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

On the other hand, there is a similar sentence in Spring Data. Will update the phrase.

# Conflicts:
#	src/main/java/org/springframework/data/aerospike/convert/MappingAerospikeWriteConverter.java
#	src/main/java/org/springframework/data/aerospike/core/AerospikeOperations.java
#	src/main/java/org/springframework/data/aerospike/core/ReactiveAerospikeOperations.java
#	src/test/java/org/springframework/data/aerospike/core/AerospikeTemplateFindByIdTests.java
#	src/test/java/org/springframework/data/aerospike/repository/PersonRepositoryQueryTests.java
@agrgr agrgr merged commit 25316d6 into main Dec 6, 2023
6 checks passed
@agrgr agrgr deleted the FMWK-263-update-documentation branch December 6, 2023 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants