static <TItem> Projection |
FluentProjections.elemMatch(Collection<TItem> field) |
static <TItem> Projection |
FluentProjections.elemMatch(Collection<TItem> field,
org.bson.conversions.Bson filter) |
static <TItem> Projection |
FluentProjections.elemMatch(Collection<TItem> field,
Function1<TItem,Boolean> filter) |
static <TItem> Projection |
FluentProjections.exclude(TItem... field) |
static Projection |
FluentProjections.excludeId() |
static Projection |
FluentProjections.fields(Projection... projections) |
static <TItem> Projection |
FluentProjections.include(TItem... field) |
static <TItem> Projection |
FluentProjections.metaTextScore(TItem field) |
static <TItem> Projection |
FluentProjections.slice(Collection<TItem> field,
int limit) |
static <TItem> Projection |
FluentProjections.slice(Collection<TItem> field,
int skip,
int limit) |