127128129130131132133134
/** * Create a BeanCollection of the correct type. */ private BeanCollection<?> createBeanCollection(SpiQuery.Type manyType) { BeanCollectionParams p = new BeanCollectionParams(manyType); return BeanCollectionFactory.create(p); }