sageserpent-open / plutonium

CQRS providing bitemporal object modelling for Java POJOs and Scala too.
MIT License
5 stars 0 forks source link

Combine several bitemporal items together in one query in Java API. #32

Open sageserpent-open opened 8 years ago

sageserpent-open commented 8 years ago

This capability exists in the Scala API, but is effectively impossible to use via the Java API. This story rectifies this by extending the Java API.

sageserpent-open commented 8 years ago

Need to support mapping for transformations in queries, and application, so that multiple bitemporal items can be referenced in a query computation.