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

Fix for #479 #55

Commits on Nov 8, 2010

  1. Configuration menu
    Copy the full SHA
    59eedaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18342d1 View commit details
    Browse the repository at this point in the history
  3. [MultiKeys]: Fixed invalid syntax for count() queries when using comp…

    …osite keys (at least in hsql)
    FroMage committed Nov 8, 2010
    Configuration menu
    Copy the full SHA
    8696cbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eeb5396 View commit details
    Browse the repository at this point in the history
  5. [MultiKeys]: Binder support for composite keys

    Also refactor fields traversal and ignore non-mapped classes in the hierarchy.
    Also refactor binder for slightly saner code.
    FroMage committed Nov 8, 2010
    Configuration menu
    Copy the full SHA
    6917974 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8d171ef View commit details
    Browse the repository at this point in the history
  7. [MultiKeys]: Cache factories and bind IDs before resolving them.

    The binding is necessary because it was removed from the factory as this caused a mismatch with JPABase.findById that did not make sense.
    FroMage committed Nov 8, 2010
    Configuration menu
    Copy the full SHA
    047151f View commit details
    Browse the repository at this point in the history
  8. [MultiKeys]: Fixed an error message by another one that makes more se…

    …nse.
    
    It is possible that the first error message was explicitely desired, however I am not sure it made more sense.
    FroMage committed Nov 8, 2010
    Configuration menu
    Copy the full SHA
    8705570 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc83224 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c52fea View commit details
    Browse the repository at this point in the history
  11. [multikeys]: added tests

    FroMage committed Nov 8, 2010
    Configuration menu
    Copy the full SHA
    2594d78 View commit details
    Browse the repository at this point in the history