- 28 May, 2009 3 commits
-
-
romanb authored
-
romanb authored
[2.0] Introduced SQL logging facilities. Made Type constructor private to prevent instantiation and force use of the factory method getType().
-
jwage authored
[2.0] More general work on the SchemaManager and Platform classes. Making API more complete and adding sqlite and mysql test coverage.
-
- 27 May, 2009 2 commits
- 26 May, 2009 3 commits
- 24 May, 2009 1 commit
-
-
romanb authored
-
- 21 May, 2009 2 commits
- 19 May, 2009 2 commits
- 17 May, 2009 1 commit
-
-
romanb authored
-
- 14 May, 2009 3 commits
- 13 May, 2009 1 commit
-
-
romanb authored
[2.0] Started to implement proxy object handling. Introduced a configuration switch for partial objects (allowPartialObjects) that defaults to TRUE. Setting to FALSE enables proxying and lazy-loading.
-
- 11 May, 2009 1 commit
-
-
romanb authored
-
- 07 May, 2009 2 commits
- 05 May, 2009 1 commit
-
-
romanb authored
[2.0] Fixes and enhancements to sequence generators. Test suite now runs & passes against postgres. Other minor, unrelated cleanups.
-
- 03 May, 2009 3 commits
- 24 Apr, 2009 1 commit
-
-
romanb authored
-
- 12 Apr, 2009 1 commit
-
-
romanb authored
[2.0] Moved code between Query and AbstractQuery. Added first NativeQuery implementation. Hydration work and code movements for discriminator column usage. Started implementing Single Table Inheritance.
-
- 09 Apr, 2009 1 commit
-
-
romanb authored
[2.0] Refactored SQL query building process and hydration. Hydration should now support result sets with any number of root components. Introducing ResultSetMapping that is used by hydration instead of queryComponents. This allows mapping of arbitrary SQL queries (NativeQuery).
-
- 03 Apr, 2009 1 commit
-
-
romanb authored
-
- 30 Mar, 2009 1 commit
-
-
romanb authored
-
- 28 Mar, 2009 2 commits
- 23 Mar, 2009 1 commit
-
-
romanb authored
[2.0] Parser work. Added double-dispatch functionality to AST node classes for use in the SqlWalker to reduce big if/else instanceof checks and for better maintainability. Also its less error-prone in the SqlWalker because its harder to miss a conditional case. Added new extensible DQL function implementation.
-
- 21 Mar, 2009 2 commits
- 20 Mar, 2009 2 commits
- 19 Mar, 2009 1 commit
-
-
romanb authored
-
- 16 Mar, 2009 1 commit
-
-
romanb authored
-
- 14 Mar, 2009 1 commit
-
-
romanb authored
-