Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 0.1
-
Fix Version/s: 0.1
-
Component/s: Persistence
-
Labels:None
Description
if you have a domain class that references itself to form a tree the collections properties are not bound to hibernate hence lazy loading of collections doesn't work. eg
class A {
@Property relatesToMany = [ children : A ]
@Property Set children
}
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits