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

Search Operations [DATACASS-20] #201

Closed
spring-projects-issues opened this issue May 30, 2013 · 1 comment
Closed

Search Operations [DATACASS-20] #201

spring-projects-issues opened this issue May 30, 2013 · 1 comment
Labels
in: core Issues in core support type: task A general task

Comments

@spring-projects-issues
Copy link

David Webb opened DATACASS-20 and commented

Define and implement the Search Operations.

  1. Find By ID
  2. Find All in ColumnFamily
  3. Find by Query
  4. Find by CQL (Maybe the same as Preparing for Team Initiative #2)

This issue is a sub-task of DATACASS-13

@spring-projects-issues
Copy link
Author

David Webb commented

Completed the findBy CQL method;

ublic <T> List<T> findByCQL(String cql, Class<T> entityClass, String columnFamilyName)

@spring-projects-issues spring-projects-issues added in: core Issues in core support type: task A general task labels Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core support type: task A general task
Projects
None yet
Development

No branches or pull requests

1 participant