JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Deprecated API
Contents
Interfaces
Classes
Methods
Constructors
Interfaces
Interface
Description
io.ebean.config.ServerConfigProvider
io.ebean.EbeanServer
Classes
Class
Description
io.ebean.config.ServerConfig
io.ebean.Ebean
io.ebean.EbeanServerFactory
Methods
Method
Description
io.ebean.BackgroundExecutor.executePeriodically(Runnable, long, long, TimeUnit)
io.ebean.BackgroundExecutor.executePeriodically(Runnable, long, TimeUnit)
io.ebean.config.DatabaseConfig.setDefaultOrderById(boolean)
io.ebean.Database.createSqlQuery(String)
io.ebean.Database.createSqlUpdate(String)
io.ebean.DB.createSqlQuery(String)
io.ebean.DB.createSqlUpdate(String)
io.ebean.Ebean.createSqlQuery(String)
io.ebean.Ebean.createSqlUpdate(String)
io.ebean.Ebean.register(EbeanServer, boolean)
io.ebean.ExpressionList.setOrderBy(String)
io.ebean.ExtendedServer.findLargeStream(Query<T>, Transaction)
io.ebean.FetchConfig.cache()
io.ebean.FetchConfig.lazy()
io.ebean.FetchConfig.lazy(int)
io.ebean.FetchConfig.query()
io.ebean.FetchConfig.query(int)
io.ebean.FetchConfig.queryFirst(int)
io.ebean.Query.findLargeStream()
io.ebean.SqlQuery.findList(RowMapper<T>)
io.ebean.SqlQuery.findOne(RowMapper<T>)
io.ebean.SqlQuery.findSingleAttribute(Class<T>)
io.ebean.SqlQuery.findSingleAttributeList(Class<T>)
io.ebean.SqlQuery.findSingleDecimal()
io.ebean.SqlQuery.findSingleLong()
io.ebean.SqlQuery.setParams(Object...)
io.ebean.SqlUpdate.setNextParameter(Object)
io.ebean.SqlUpdate.setParams(Object...)
io.ebean.Transaction.flushBatch()
io.ebean.Transaction.isBatchFlushOnQuery()
io.ebean.Transaction.setBatchFlushOnMixed(boolean)
io.ebean.Transaction.setBatchFlushOnQuery(boolean)
io.ebean.Transaction.setBatchGetGeneratedKeys(boolean)
Constructors
Constructor
Description
io.ebean.FetchConfig()