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: kretoni/JavaSamples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aaelalamy/JavaSamples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 18 files changed
  • 1 contributor

Commits on Dec 6, 2014

  1. converted mysql data source to postgresql.

    sayembd committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    ac8a5be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd25e4f View commit details
    Browse the repository at this point in the history
  3. refactored to remove unnecessary code.

    sayembd committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    1409d24 View commit details
    Browse the repository at this point in the history
  4. added database scripts.

    sayembd committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    fe41d38 View commit details
    Browse the repository at this point in the history
  5. edited address seq. definition.

    sayembd committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    b27997c View commit details
    Browse the repository at this point in the history
  6. Updated entity to reflect new data model.

    sayembd committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    e27e44a View commit details
    Browse the repository at this point in the history
  7. Updated example.

    sayembd committed Dec 6, 2014
    Configuration menu
    Copy the full SHA
    0acc8fd View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2014

  1. Updated the sequence id definitions.

    sayembd committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    e05750b View commit details
    Browse the repository at this point in the history
  2. Updated the sequence id allocation strategy.

    Now the Address sequence ids are being cached (50 at a time). This will however cause me to lose
    the first 49 ids from this sequence, but I think I can live with that.
    sayembd committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    a416a66 View commit details
    Browse the repository at this point in the history
  3. Updated example.

    Updated the insert example in main to test the id values that are being generated when changing
    the id allocation size for a sequence.
    sayembd committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    a4c9509 View commit details
    Browse the repository at this point in the history
  4. Created employee entity.

    sayembd committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    5724b45 View commit details
    Browse the repository at this point in the history
  5. Added Employee entity into the persistence.xml

    sayembd committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    98b448c View commit details
    Browse the repository at this point in the history
  6. Refactored pom file.

    Moved the version number at the top of the file.
    sayembd committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    5f1b435 View commit details
    Browse the repository at this point in the history
  7. Changed id allocation size for address

    Changed id allocation size for address to 1.
    sayembd committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    57c6af4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    66cb3e5 View commit details
    Browse the repository at this point in the history
  9. Created Phone and PhoneType.

    sayembd committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    05eff49 View commit details
    Browse the repository at this point in the history
  10. Added drop table syntax for phone.

    sayembd committed Dec 7, 2014
    Configuration menu
    Copy the full SHA
    be31540 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2014

  1. Added drop table command

    sayembd committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    abd819c View commit details
    Browse the repository at this point in the history
  2. Added Project Entity.

    sayembd committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    76384e5 View commit details
    Browse the repository at this point in the history
  3. Added Project setter/getters.

    sayembd committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    d5c396d View commit details
    Browse the repository at this point in the history
Loading