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

Method where

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

Add a single Expression to the where clause returning the query. List newOrders = DB.find(Order.class) .where().eq("status", Order.NEW) .findList(); ...

(Expression expression)

Source from the content-addressed store, hash-verified

326 * }</pre>
327 */
328 Query<T> where(Expression expression);
329
330 /**
331 * Add Expressions to the where clause with the ability to chain on the

Callers 15

naturalKey_inPairsMethod · 0.65
naturalKey_inTuplesMethod · 0.65
exerciseMethod · 0.65
testFutureRowCountMethod · 0.65
testFutureIdsMethod · 0.65
testFutureListMethod · 0.65
testWhereMethod · 0.65
usingDatabaseMethod · 0.65
skipCacheAfterSaveMethod · 0.65

Implementers 2

DefaultOrmQueryebean-core/src/main/java/io/ebeaninter
DefaultFetchGroupQueryebean-core/src/main/java/io/ebeaninter

Calls

no outgoing calls

Tested by 15

naturalKey_inPairsMethod · 0.52
naturalKey_inTuplesMethod · 0.52
exerciseMethod · 0.52
testFutureRowCountMethod · 0.52
testFutureIdsMethod · 0.52
testFutureListMethod · 0.52
testWhereMethod · 0.52
usingDatabaseMethod · 0.52
skipCacheAfterSaveMethod · 0.52