MCPcopy Index your code
hub / github.com/ebean-orm/ebean / find

Method find

ebean-api/src/main/java/io/ebean/Database.java:293–293  ·  view source on GitHub ↗

Create a query for a type of entity bean. You can use the methods on the Query object to specify fetch paths, predicates, order by, limits etc. You then use findList(), findSet(), findMap() and findOne() to execute the query and return the collection or bean. Note that a query executed b

(Class<T> beanType)

Source from the content-addressed store, hash-verified

291 * }</pre>
292 */
293 <T> Query<T> find(Class<T> beanType);
294
295 /**
296 * Create a query using native SQL.

Callers 15

testBothNearMethod · 0.95
testMethod · 0.95
findListMethod · 0.95
fixedClockMethod · 0.95
testVersioningMethod · 0.95
testReservedKeywordsMethod · 0.95
issued1Method · 0.95
issue_1341Method · 0.95
testPostLoadMethod · 0.95
testMethod · 0.95
testPostProcessMethod · 0.95

Calls

no outgoing calls

Tested by 15

testBothNearMethod · 0.76
testMethod · 0.76
findListMethod · 0.76
fixedClockMethod · 0.76
testVersioningMethod · 0.76
testReservedKeywordsMethod · 0.76
issued1Method · 0.76
issue_1341Method · 0.76
testPostLoadMethod · 0.76
testMethod · 0.76
testPostProcessMethod · 0.76