-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement DeltaSpike Data integration #328
Comments
@Mobe91 How's this going? I've recently started to use DeltaSpike in my codebase. Up until now, I have been using my own equivalent for Spring Data (a combination of AbstractRepositories and QueryDSL/Blazepersistence criteriabuilders), but I am planning to slowly migrate to DeltaSpike Data altogether. What are the current ideas that a DeltaSpike integration should have? And is any help stil welcome here? |
He's nearly done as far as I know. Shouldn't be too long until this is on master. |
Yeah it is almost finished.. |
…s, fixed checkstyle errors
…se ViewMetamodel for repository metadata extraction
…s, fixed checkstyle errors
…se ViewMetamodel for repository metadata extraction
…enceTest changes
DeltaSpike Data is the analogous in CDI to what the Spring Data is in Spring DI. Therefore we should provide an integration to be able to make use of Entity Views and other features as well.
The text was updated successfully, but these errors were encountered: