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

API extention needed for findAll #119

Open
RickRainerLudwig opened this issue Jun 23, 2014 · 2 comments
Open

API extention needed for findAll #119

RickRainerLudwig opened this issue Jun 23, 2014 · 2 comments

Comments

@RickRainerLudwig
Copy link
Contributor

In a project of mine I have some root nodes of trees in my graph db. These root nodes need to be found and read all to provide a selection. For that purpose a findAll() method is needed in API to retrieve all nodes of a certain type.

@CrystalMethod
Copy link
Contributor

We've started to talk about repository/service calls like findAll() - see #105. I think we should not continue adding more find/create/.. to the XOManager implementation.

@RickRainerLudwig
Copy link
Contributor Author

I definitely need something lightweight to get all nodes of a certain type.

Maybe this could be done by using something like xoManager.find(Type.class, null),but a null in any API is ugly...

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

No branches or pull requests

2 participants