1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 20 hours ago.
Jun 23, 2024 — Jun 23, 2025
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... almost 12 years ago
Renamed the sample module More... almost 12 years ago
Reloading makes cached version release itself now More... almost 12 years ago
Replaced the original DefaultDataAccess with the new one More... almost 12 years ago
Added stored procedures Added partial data access support More... almost 12 years ago
Added support for the DAO methods More... almost 12 years ago
Added support for cascading support Added counting to data access More... almost 12 years ago
Started working on the new data access More... almost 12 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... almost 12 years ago
Added initialization context More... almost 12 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... almost 12 years ago
Added support for eager loading of one to one relations More... almost 12 years ago
Added support for cascading at runtime Removed semantically challenged methods from DAO interface More... almost 12 years ago
Added extension manager Moved the entity definition module to the core Added support for runtime project initialization More... almost 12 years ago
Removed auto-resolving of self-references in AnnotationMetadataResolver More... almost 12 years ago
Extracted the entity handler context from the entity handler context Made the data access not a descendant of EntityContext More... almost 12 years ago
Added compile time generation of factories and injection of the factories into setup context Incorporated entity definitions into setup context More... almost 12 years ago
Separated handler context generation More... almost 12 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... almost 12 years ago