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

FM2-626: Replace Hibernate Criteria Api with Jpa Criteria Api #530

Open
wants to merge 39 commits into
base: master
Choose a base branch
from

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    0cd2b79 View commit details
    Browse the repository at this point in the history
  2. Ian's mess

    ibacher authored and mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c18e524 View commit details
    Browse the repository at this point in the history
  3. more mess here

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5a0d76c View commit details
    Browse the repository at this point in the history
  4. more mess

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ebe2c8b View commit details
    Browse the repository at this point in the history
  5. Yet more mess

    ibacher authored and mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    647e677 View commit details
    Browse the repository at this point in the history
  6. added more mess

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    287b9dd View commit details
    Browse the repository at this point in the history
  7. Hopefully less mess, i.e., it compiles

    ibacher authored and mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4181a05 View commit details
    Browse the repository at this point in the history
  8. lil mess

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9121fdc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e7338c View commit details
    Browse the repository at this point in the history
  10. fixing more errors

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0bc9511 View commit details
    Browse the repository at this point in the history
  11. more changes

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1d534db View commit details
    Browse the repository at this point in the history
  12. Another f*cking mess

    ibacher authored and mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5cdaeb4 View commit details
    Browse the repository at this point in the history
  13. fixed syntax errors

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ae73b76 View commit details
    Browse the repository at this point in the history
  14. wierd

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5241aa8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b7e0557 View commit details
    Browse the repository at this point in the history
  16. for testing purposes

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    218953e View commit details
    Browse the repository at this point in the history
  17. more changes

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1db17fb View commit details
    Browse the repository at this point in the history
  18. for testing purposes

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6adf867 View commit details
    Browse the repository at this point in the history
  19. automated reformats

    ibacher authored and mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e57bf5d View commit details
    Browse the repository at this point in the history
  20. Less mess

    ibacher authored and mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f0555e1 View commit details
    Browse the repository at this point in the history
  21. fix syntax

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    046d65d View commit details
    Browse the repository at this point in the history
  22. fix some tests

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d61476e View commit details
    Browse the repository at this point in the history
  23. more fixes

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c6943ce View commit details
    Browse the repository at this point in the history
  24. not sure

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    eb9888a View commit details
    Browse the repository at this point in the history
  25. more changes

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    386561d View commit details
    Browse the repository at this point in the history
  26. Current messy state

    ibacher authored and mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    93f2298 View commit details
    Browse the repository at this point in the history
  27. Start of work on subqueries

    TODO Fix handleCodeableConcept
    ibacher authored and mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e920e7e View commit details
    Browse the repository at this point in the history
  28. reduce

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    bf07ec1 View commit details
    Browse the repository at this point in the history
  29. not sure

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    467369a View commit details
    Browse the repository at this point in the history
  30. sorting in basefhirdao

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8b4a685 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    626ebdf View commit details
    Browse the repository at this point in the history
  32. work on BasePersonDao

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1e1124a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    7cd792a View commit details
    Browse the repository at this point in the history
  34. implement jpa in patientdao

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8398865 View commit details
    Browse the repository at this point in the history
  35. caching

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    56db269 View commit details
    Browse the repository at this point in the history
  36. handle more sorting

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d3fc3e7 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    3376c42 View commit details
    Browse the repository at this point in the history
  38. more fixing of tests

    mherman22 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2960413 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    c76a513 View commit details
    Browse the repository at this point in the history