Uses of Class
de.caluga.morphium.Collation
-
Packages that use Collation Package Description de.caluga.morphium de.caluga.morphium.aggregation de.caluga.morphium.driver.commands de.caluga.morphium.driver.inmem de.caluga.morphium.query -
-
Uses of Collation in de.caluga.morphium
Methods in de.caluga.morphium that return Collation Modifier and Type Method Description CollationCollation. alternate(Collation.Alternate alternate)CollationCollation. backwards(Boolean backwards)CollationCollation. caseFirst(Collation.CaseFirst caseFirst)CollationCollation. caseLevel(Boolean caseLevel)CollationCollation. locale(String locale)CollationCollation. maxVariable(Collation.MaxVariable maxVariable)CollationCollation. normalization(Boolean normalization)CollationCollation. numericOrdering(Boolean numericOrdering)CollationCollation. strength(Collation.Strength strength)Methods in de.caluga.morphium with parameters of type Collation Modifier and Type Method Description List<Object>Morphium. distinct(String key, Class cls, Collation collation)List<Object>Morphium. distinct(String key, String collectionName, Collation collation) -
Uses of Collation in de.caluga.morphium.aggregation
Methods in de.caluga.morphium.aggregation that return Collation Modifier and Type Method Description CollationAggregator. getCollation()CollationAggregatorImpl. getCollation()Methods in de.caluga.morphium.aggregation with parameters of type Collation Modifier and Type Method Description Aggregator<T,R>Aggregator. collation(Collation collation)Aggregator<T,R>AggregatorImpl. collation(Collation collation) -
Uses of Collation in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands with parameters of type Collation Modifier and Type Method Description UpdateMongoCommandUpdateMongoCommand. addUpdate(Map<String,Object> query, Map<String,Object> update, Map<String,Object> context, boolean upsert, boolean multi, Collation collation, List<Map<String,Object>> arrayFilters, String hint) -
Uses of Collation in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem that return Collation Modifier and Type Method Description CollationInMemAggregator. getCollation()Methods in de.caluga.morphium.driver.inmem with parameters of type Collation Modifier and Type Method Description Aggregator<T,R>InMemAggregator. collation(Collation collation)longInMemoryDriver. count(String db, String collection, Map<String,Object> query, Collation collation, ReadPreference rp)MorphiumCursorInMemoryDriver. initIteration(String db, String collection, Map<String,Object> query, Map<String,Object> sort, Map<String,Object> projection, int skip, int limit, int batchSize, ReadPreference readPreference, Collation coll, Map<String,Object> findMetaData)List<Map<String,Object>>InMemoryDriver. mapReduce(String db, String collection, String mapping, String reducing, Map<String,Object> query, Map<String,Object> sorting, Collation collation) -
Uses of Collation in de.caluga.morphium.query
Methods in de.caluga.morphium.query that return Collation Modifier and Type Method Description CollationQuery. getCollation()Methods in de.caluga.morphium.query with parameters of type Collation Modifier and Type Method Description Query<T>Query. setCollation(Collation collation)
-