While updating the new User Guide, I wanted to create a test case for the custom CRUD section and the `@Loader` only works for entities but not for collections (as it was the case according to the old docs).
The unit test can be loacted here:
{{hibernate-orm/documentation/src/test/java/org/hibernate/userguide/sql/CollectionLoaderTest.java#test_HHH10557}}
The test throws a ` {{ NullPointerException ` }} when getting the collection size because the internal bag is not initialized by the ` {{ @Loader ` }} . |
|