1
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Jun 23, 2025 — Jun 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add archive text to README.md More... over 4 years ago
Add license LICENSE More... over 4 years ago
Delete .gitignore More... about 12 years ago
update repo to indicate it has moved More... over 12 years ago
Merge pull request #153 from tomaslin/patch-1 More... over 12 years ago
Made testing example a full integration test More... over 12 years ago
Merge pull request #152 from sukrit007/master More... over 12 years ago
GPMONGODB-325: Fix the broken link for developer guide More... over 12 years ago
Merge pull request #149 from lhotari/master More... over 12 years ago
Update Spring version More... almost 13 years ago
Fix invalid primitive boolean getters that caused NoSuchMethodErrors More... almost 13 years ago
Update version to 2.0.2.BUILD-SNAPSHOT More... almost 13 years ago
Merge pull request #147 from yamkazu/GRAILS-10472 More... almost 13 years ago
Merge pull request #146 from lmivan/master More... almost 13 years ago
GRAILS-10472 - TablePerSubclass mapping with abstract parent class More... almost 13 years ago
fix NPE More... almost 13 years ago
update documentation link More... almost 13 years ago
documentation on GORM for REST More... almost 13 years ago
update versions to 2.3.0 More... almost 13 years ago
GRAILS-10335 - Override Grails mappings for collections when property is mapped with a custom Hibernate UserType More... almost 13 years ago
made a start at the docs for the REST client More... almost 13 years ago
update version to 2.0.1 More... almost 13 years ago
fix for GPHIB-4 More... almost 13 years ago
update to 2.0.0.RELEASE More... almost 13 years ago
Merge pull request #145 from JFrogDev/master More... almost 13 years ago
NullPointerException is thrown when cascade deleting a broken -to-many relationship: * Clarify test More... almost 13 years ago
NullPointerException is thrown when cascade deleting a broken -to-many relationship. Given a -to-many relationship - There are cases in which a relationship may be broken; a referenced entity is removed, but the reference to it is maintained in the owner. In such a case, GORM maintains the -to-many domain instance field as a persistent collection with "null" objects replacing the missing referenced entities. Some places, such as the cascading collection delete procedure, aren't able to handle a null object. More... almost 13 years ago
Merge pull request #144 from yamkazu/GRAILS-9922 More... almost 13 years ago
Added test for GRAILS-9922 More... almost 13 years ago
GRAILS-9922 - After a test of validation error, another test of delete() was failed More... almost 13 years ago