MCPcopy Index your code
hub / github.com/MorphiaOrg/morphia / find

Method find

core/src/main/java/dev/morphia/query/Query.java:150–150  ·  view source on GitHub ↗

Execute the query and get the results. note the return type of this will change in 2.0. @return a MorphiaCursor @see #iterator(FindOptions) @since 1.4 @deprecated use #iterator()

()

Source from the content-addressed store, hash-verified

148 * @deprecated use {@link #iterator()}
149 */
150 @Deprecated(since = "2.0", forRemoval = true)
151 default MorphiaCursor<T> find() {
152 return iterator();
153 }

Callers 15

dataClassesMethod · 0.65
versioningMethod · 0.65
delegatedMethod · 0.65
testAlternateFailuresMethod · 0.65
testInittedPrimitiveMethod · 0.65
testInittedWrapperMethod · 0.65
testMergeMethod · 0.65
testMultiSavesMethod · 0.65
testPrimitiveMethod · 0.65

Calls

no outgoing calls

Tested by 15

dataClassesMethod · 0.52
versioningMethod · 0.52
delegatedMethod · 0.52
testAlternateFailuresMethod · 0.52
testInittedPrimitiveMethod · 0.52
testInittedWrapperMethod · 0.52
testMergeMethod · 0.52
testMultiSavesMethod · 0.52
testPrimitiveMethod · 0.52