234235236237238239240
@Override protected CollectionInitializer createCollectionInitializer(LoadQueryInfluencers loadQueryInfluencers) throws MappingException { // TODO pass constructor return new OgmBasicCollectionLoader( this ); }
224225226227228229230