Hello
I am working on a multi-maven sculptor based project. The basic structure is:
- Shared - common domain objects
- Service - server application for persisting domain objects
- Client - client library working with services using common domain objects.
I would like to define my entities in the shared project, and repositories in the service project. However this does not seem to be possible, as Sculptor expects a repository to be defined inside an entity.
Or, is it actually possible?
Thanks