JPQL
Tom Eugelink <[email protected]>
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <[email protected]> |
Hmmm, just finished the chapter on Repositories in IDDD. Repositories should be set up domain centric (as opposed to DAO which are considered table centric). Given that I would drop the option to switch Repository implementation to NoSQL databases, but settle on JPA supported storage, would it be allowed to have JPQL (or by extention QueryDSL on JPQL) slide into the domain? JPQL is a domain centric query language. Tom ------------------------------------