Is your feature request related to a problem? Please describe.
If we need to ask for all the RootEntities that are stored, wich kind of method we use? at the moment the two queriies method are get and find but the get_all() method, for example is not present
Describe the solution you'd like
add a method get_all() that return the entire RootEntities set
Describe alternatives you've considered
at the momento have no alternatives