Uses of Class
dev.morphia.query.Meta
-
Packages that use Meta Package Description dev.morphia.query -
-
Uses of Meta in dev.morphia.query
Methods in dev.morphia.query that return Meta Modifier and Type Method Description static MetaMeta. textScore()factory method for textScore metaDataKeywordstatic MetaMeta. textScore(java.lang.String field)Methods in dev.morphia.query with parameters of type Meta Modifier and Type Method Description Query<T>Query. order(Meta sort)Sorts based on a metadata (defines return order).Query<T>QueryImpl. order(Meta sort)Query<T>Query. project(Meta meta)Adds a metadata field to a projection.Query<T>QueryImpl. project(Meta meta)
-