Uses of Class
dev.morphia.query.CountOptions
-
Packages that use CountOptions Package Description dev.morphia dev.morphia.query -
-
Uses of CountOptions in dev.morphia
Methods in dev.morphia with parameters of type CountOptions Modifier and Type Method Description abstract <T> longDatastoreImpl.DatastoreOperations. countDocuments(MongoCollection<T> collection, Document query, CountOptions options) -
Uses of CountOptions in dev.morphia.query
Methods in dev.morphia.query that return CountOptions Modifier and Type Method Description CountOptionsCountOptions. collation(Collation collation)CountOptionsCountOptions. collection(String collection)CountOptionsCountOptions. comment(String comment)CountOptionsCountOptions. comment(BsonValue comment)CountOptionsCountOptions. hint(String hint)Defines the index hint valueCountOptionsCountOptions. hint(Bson hint)CountOptionsCountOptions. hint(Document hint)Defines the index hint valueCountOptionsCountOptions. hintString(String hint)CountOptionsCountOptions. limit(int limit)CountOptionsCountOptions. maxTime(long maxTime, TimeUnit timeUnit)CountOptionsCountOptions. readConcern(ReadConcern readConcern)Sets the readConcernCountOptionsCountOptions. readPreference(ReadPreference readPreference)Sets the readPreferenceCountOptionsCountOptions. skip(int skip)Methods in dev.morphia.query with parameters of type CountOptions Modifier and Type Method Description longLegacyQuery. count(CountOptions options)Deprecated.longMorphiaQuery. count(CountOptions options)longQuery. count(CountOptions options)Count the total number of values in the result, ignoring limit and offset
-