java - How add asynchronously version SimpleCassandraRepository to spring data cassanbdra? -


spring data cassandra project has org.springframework.data.cassandra.repository.support.simplecassandrarepository class resolving cassandra repositories.

what want:

  1. create "general" interface exmaple asynccassandrarepository org.springframework.data.cassandra.repository.typedidcassandrarepository asynchronous methods.
  2. create implementation interface - org.springframework.data.cassandra.repository.support.simplecassandrarepository, asynchronous methods.
  3. then create new asynchronous repositories other domain entities extends async inteface e.g. customerrepository extends asynccassandrarepository. no new implementation needed.

so idea create new async interface , implementation , used everywhere. simplecassandrarepository itseft simple, no problem create new async version.

the real problem "register" new async interface , implementation spring data cassandra depths. how can that?

there jira task in spring data cassandra project:


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -