- 29 Jul, 2009 1 commit
-
-
romanb authored
[2.0] More cleanups for recent lazy-loading implementation and minor object hydration improvements and cleanups. Collection refactoring part I for ticket #2352.
-
- 28 Jul, 2009 2 commits
-
-
romanb authored
-
piccoloprincipe authored
[2.0] completed implementation of lazy loading for Collections. Created debug helper class. Fixed default for orderBy clause to ASC
-
- 24 Jul, 2009 1 commit
-
-
romanb authored
-
- 21 Jul, 2009 2 commits
- 20 Jul, 2009 2 commits
-
-
romanb authored
-
piccoloprincipe authored
[2.0] Accomodate joincolumn names in the metadata, in the selection and the hydration processes. Improved Api of the ProxyFactory. Working implementation of lazy loading for *-to-one associations (affects #2348)
-
- 19 Jul, 2009 1 commit
-
-
romanb authored
-
- 18 Jul, 2009 1 commit
-
-
romanb authored
[2.0] Moved locking tests into Functional namespace. Fixed several missing flush() calls in some functional association tests. Reordered DELETE statements for ecommerce model tests in OrmFunctionalTestCase in order to maintain referential integrity. Fixed issue with bi-directional self-referencing one-one associations. Some other small improvements and cosmetics. Small hydration performance improvement through inlining method call in UnitOfWork::createEntity().
-
- 17 Jul, 2009 2 commits
- 16 Jul, 2009 1 commit
-
-
piccoloprincipe authored
-
- 15 Jul, 2009 2 commits
- 03 Jul, 2009 1 commit
-
-
romanb authored
[2.0] Fixed issue with self-referential one-to-many associations not being persisted correctly when IDENTITY key generation was used. Included now passing OneToManySelfReferentialTest.
-
- 23 Jun, 2009 1 commit
-
-
romanb authored
[2.0] Implemented DQL bulk UPDATE support for Class Table Inheritance. Corrections to MultiTableDeleteExecutor and SqlWalker. DQL bulk UPDATE support not yet fully complete.
-
- 22 Jun, 2009 1 commit
-
-
romanb authored
[2.0] Implemented DQL bulk DELETE support for Class Table Inheritance. Other cleanups, refactorings and docblock additions.
-
- 20 Jun, 2009 1 commit
-
-
jwage authored
-
- 29 May, 2009 2 commits
- 28 May, 2009 2 commits
- 26 May, 2009 2 commits
- 24 May, 2009 1 commit
-
-
romanb authored
-
- 21 May, 2009 1 commit
-
-
romanb authored
-
- 19 May, 2009 1 commit
-
-
romanb authored
-
- 17 May, 2009 3 commits
- 14 May, 2009 2 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
-
- 03 May, 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).
-
- 30 Mar, 2009 1 commit
-
-
romanb authored
-
- 21 Mar, 2009 1 commit
-
-
romanb authored
[2.0] Parser work. Drafted logic for multi-table deletes through DQL (for Class/Concrete Table Inheritance)
-