public ScalarCollectionCriteriaInfoProvider(SessionFactoryHelper helper, String role)
		{
			this.role = role;
			this.helper = helper;
			this.persister = helper.RequireQueryableCollection(role);
		}