Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bobocode-projects/java-persistence-exercises
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: bobocode-projects/java-persistence-exercises
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: BC-28052024
Choose a head ref
  • 3 commits
  • 10 files changed
  • 1 contributor

Commits on May 27, 2024

  1. Task: Implement a save method of a simple ORM

    * create findById
    * create ORM annotations
    * setup a simple infrastructure (init DataSource)
    * prep save() method as a key todo
    tboychuk committed May 27, 2024
    Configuration menu
    Copy the full SHA
    557a3d2 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Task: Implement a save method of a simple ORM

    * add Quote entity
    tboychuk committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ee26681 View commit details
    Browse the repository at this point in the history
  2. Task: Implement a save method of a simple ORM

    * change JDBC URL
    tboychuk committed May 28, 2024
    Configuration menu
    Copy the full SHA
    169b5d0 View commit details
    Browse the repository at this point in the history
Loading