Skip to content
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

#15 JPA adapter extensibility #145

Merged
merged 3 commits into from
Oct 6, 2016
Merged

#15 JPA adapter extensibility #145

merged 3 commits into from
Oct 6, 2016

Conversation

remmeier
Copy link
Contributor

@remmeier remmeier commented Oct 5, 2016

some more advanced extensiblity options for the JpaModule:

  • DTO mapping support with JpaModule.addMappedEntityClass
  • JpaMapper class to map entities to DTO and back
  • JpaMapper makes use of Tuple API to support computed attributes
  • virtual attributes renamed to computed attributes
  • JpaRepositoryFilter to intercept most stages within the jpa repository
  • JpaModule.addFilter(...) to register filters
  • test cases shown use of computed attributes and dto mappers
  • subquery comparable fix/workaround for computed attrs
  • JpaModule constructors replaced by static create methods

pending:

  • optimize reuse of computed attributes between select, filter and sort

- DTO mapping support with JpaModule.addMappedEntityClass
- JpaMapper class to map entities to DTO and back
- JpaMapper makes use of Tuple API to support computed attributes
- virtual attributes renamed to computed attributes
- JpaRepositoryFilter to intercept most stages within the jpa repository
- JpaModule.addFilter(...) to register filters
- test cases shown use of computed attributes and dto mappers
- subquery comparable fix/workaround for computed attrs

pending:
- optimize reuse of computed attributes between select, filter and sort
@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.51% when pulling 4f2d76c on jpaext into 3f12986 on develop.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 90.523% when pulling 238dabe on jpaext into 3f12986 on develop.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 90.526% when pulling aa3262f on jpaext into 3f12986 on develop.

@remmeier remmeier merged commit 27a7b0b into develop Oct 6, 2016
@remmeier remmeier deleted the jpaext branch October 6, 2016 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants