Repository Documentation for 1.2 M1
I know it is still early in 1.2 version, but the documentation on Repositories is a bit confusing.
Quote:
The query could be defined by an annotation somewhere or declared by other means. Please consult the documentation of the specific store to find out what options are available for that store.
I don't understand what it means "for that store" Being that the only store is Gemfire.
In Spring Data Neo4J you put
@Query on your repository method. Is that the same here? I thought the @Query was a Spring Data common thing that all Spring Data projects use.
Thanks
Mark