1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added deferred key determination to batch inserts Added benchmark for batch insert vs. normal insert More... over 11 years ago
Fixed the bugs in the delegating data access Added a sapmle More... over 11 years ago
Added delegating data access More... over 11 years ago
Corrected support for nested batch operations More... over 11 years ago
Made nested batch operations work properly More... over 11 years ago
Extracted interface from the session More... over 11 years ago
Deferred keys are now supported by the framework if the database permits it. More... over 11 years ago
Fixed bug that would prevent delete statements from having an impact More... over 11 years ago
Added support for batch operations through the data access interface More... over 11 years ago
Fixed bugs in the cascade code More... over 11 years ago
Added support for cascading delete for deleteAll statements to the data access More... over 11 years ago
Made associated caching work properly for entities when invalidating associated items More... over 11 years ago
Renamed the sample module More... over 11 years ago
Reloading makes cached version release itself now More... over 11 years ago
Replaced the original DefaultDataAccess with the new one More... over 11 years ago
Added stored procedures Added partial data access support More... over 11 years ago
Added support for the DAO methods More... over 11 years ago
Added support for cascading support Added counting to data access More... over 11 years ago
Started working on the new data access More... over 11 years ago
Added caching data access Added nesting to entity initialization context The goal is to accommodate this new data access and make adjustments wherever necessary More... over 11 years ago
Added initialization context More... over 11 years ago
Removed loading of eager properties that have already been dirtied. A bug exists that will throw the loader into a loop for entities with eager references to their eager loaders More... over 11 years ago
Added support for eager loading of one to one relations More... over 11 years ago
Added support for cascading at runtime Removed semantically challenged methods from DAO interface More... over 11 years ago
Added extension manager Moved the entity definition module to the core Added support for runtime project initialization More... over 11 years ago
Removed auto-resolving of self-references in AnnotationMetadataResolver More... over 11 years ago
Extracted the entity handler context from the entity handler context Made the data access not a descendant of EntityContext More... over 11 years ago
Added compile time generation of factories and injection of the factories into setup context Incorporated entity definitions into setup context More... over 11 years ago
Separated handler context generation More... over 11 years ago
Made the entities not have any primary keys. They have primary keys through interfacing now. Adjusted the entity handlers to accommodate this. More... over 11 years ago