JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Deprecated API
Contents
Fields
Methods
Deprecated Fields
Field
Description
io.ebean.BeanFinder.server
Deprecated Methods
Method
Description
io.ebean.config.DatabaseConfig.setDefaultOrderById
(boolean)
io.ebean.ExpressionList.setOrderBy
(String)
io.ebean.ExtendedServer.delete
(Query<T>, Transaction)
io.ebean.ExtendedServer.exists
(Query<T>, Transaction)
io.ebean.ExtendedServer.findCount
(Query<T>, Transaction)
io.ebean.ExtendedServer.findEach
(Query<T>, int, Consumer<List<T>>, Transaction)
io.ebean.ExtendedServer.findEach
(Query<T>, Consumer<T>, Transaction)
io.ebean.ExtendedServer.findEach
(SqlQuery, Consumer<SqlRow>, Transaction)
io.ebean.ExtendedServer.findEachWhile
(Query<T>, Predicate<T>, Transaction)
io.ebean.ExtendedServer.findEachWhile
(SqlQuery, Predicate<SqlRow>, Transaction)
io.ebean.ExtendedServer.findFutureCount
(Query<T>, Transaction)
io.ebean.ExtendedServer.findFutureIds
(Query<T>, Transaction)
io.ebean.ExtendedServer.findFutureList
(Query<T>, Transaction)
io.ebean.ExtendedServer.findIds
(Query<T>, Transaction)
io.ebean.ExtendedServer.findIterate
(Query<T>, Transaction)
io.ebean.ExtendedServer.findList
(Query<T>, Transaction)
io.ebean.ExtendedServer.findList
(SqlQuery, Transaction)
io.ebean.ExtendedServer.findMap
(Query<T>, Transaction)
io.ebean.ExtendedServer.findOne
(Query<T>, Transaction)
io.ebean.ExtendedServer.findOne
(SqlQuery, Transaction)
io.ebean.ExtendedServer.findOneOrEmpty
(Query<T>, Transaction)
io.ebean.ExtendedServer.findPagedList
(Query<T>, Transaction)
io.ebean.ExtendedServer.findSet
(Query<T>, Transaction)
io.ebean.ExtendedServer.findSingleAttributeList
(Query<T>, Transaction)
io.ebean.ExtendedServer.findSingleAttributeSet
(Query<T>, Transaction)
io.ebean.ExtendedServer.findStream
(Query<T>, Transaction)
io.ebean.ExtendedServer.findVersions
(Query<T>, Transaction)
io.ebean.ExtendedServer.setClock
(Clock)
io.ebean.ExtendedServer.update
(Query<T>, Transaction)
io.ebean.meta.MetaInfoManager.collectMetricsAsData()
io.ebean.meta.MetaInfoManager.collectMetricsAsJson()
io.ebean.Query.setLoadBeanCache
(boolean)