Skip to content

Add EntityStream support for POJO (non-Spring entities) #470

@tahan42

Description

@tahan42

Hi,

In entity stream queries and in repository methods, the index name is inferred from the model class name (the class annotated with @Document or @Hash).
With the new indexing options introduced in 0.9.2, we have now the possibility to manage indexes outside the redis om application.

So it would be helpful, to be able to specify an index name when doing a query or to define a custom index name for a model class (that would be used in the queries for that model).

WDYT ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions