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
Deprecated Interfaces
Interface
Description
io.ebean.config.ServerConfigProvider
io.ebean.EbeanServer
Deprecated Classes
Class
Description
io.ebean.config.ServerConfig
io.ebean.Ebean
io.ebean.EbeanServerFactory
Deprecated Methods
Method
Description
io.ebean.BackgroundExecutor.executePeriodically
(Runnable, long, long, TimeUnit)
io.ebean.BackgroundExecutor.executePeriodically
(Runnable, long, TimeUnit)
io.ebean.BeanState.getChangedProps()
io.ebean.BeanState.getDirtyValues()
io.ebean.BeanState.getLoadedProps()
io.ebean.BeanState.getLoadErrors()
io.ebean.BeanState.getSortOrder()
io.ebean.cache.ServerCache.getHitRatio()
io.ebean.cache.ServerCache.getStatistics
(boolean)
io.ebean.cache.ServerCacheManager.getBeanCache
(Class<?>)
io.ebean.cache.ServerCacheManager.getCollectionIdsCache
(Class<?>, String)
io.ebean.cache.ServerCacheManager.getNaturalKeyCache
(Class<?>)
io.ebean.cache.ServerCacheManager.getQueryCache
(Class<?>)
io.ebean.cache.ServerCacheManager.getRegion
(String)
io.ebean.cache.ServerCacheManager.isLocalL2Caching()
io.ebean.cache.ServerCacheManager.setAllRegionsEnabled
(boolean)
io.ebean.cache.ServerCacheManager.setEnabledRegions
(String)
io.ebean.cache.ServerCacheRegion.getName()
io.ebean.config.DatabaseConfig.setDefaultOrderById
(boolean)
io.ebean.config.QueryPlanCapture.getDatabase()
io.ebean.config.QueryPlanCapture.getPlans()
io.ebean.Database.createSqlQuery
(String)
io.ebean.Database.createSqlUpdate
(String)
io.ebean.Database.getAutoTune()
io.ebean.Database.getBackgroundExecutor()
io.ebean.Database.getBeanId
(Object)
io.ebean.Database.getBeanState
(Object)
io.ebean.Database.getDataSource()
io.ebean.Database.getExpressionFactory()
io.ebean.Database.getMetaInfoManager()
io.ebean.Database.getName()
io.ebean.Database.getPlatform()
io.ebean.Database.getPluginApi()
io.ebean.Database.getReadOnlyDataSource()
io.ebean.Database.getReference
(Class<T>, Object)
io.ebean.Database.getServerCacheManager()
io.ebean.Database.setBeanId
(Object, Object)
io.ebean.DB.createSqlQuery
(String)
io.ebean.DB.createSqlUpdate
(String)
io.ebean.DB.getBackgroundExecutor()
io.ebean.DB.getBeanId
(Object)
io.ebean.DB.getBeanState
(Object)
io.ebean.DB.getExpressionFactory()
io.ebean.DB.getReference
(Class<T>, Object)
io.ebean.DB.getServerCacheManager()
io.ebean.Ebean.createSqlQuery
(String)
io.ebean.Ebean.createSqlUpdate
(String)
io.ebean.Ebean.register
(EbeanServer, boolean)
io.ebean.event.BeanDeleteIdRequest.getBeanType()
io.ebean.event.BeanDeleteIdRequest.getDatabase()
io.ebean.event.BeanDeleteIdRequest.getEbeanServer()
io.ebean.event.BeanDeleteIdRequest.getId()
io.ebean.event.BeanDeleteIdRequest.getTransaction()
io.ebean.event.BeanPersistRequest.getBean()
io.ebean.event.BeanPersistRequest.getDirtyProperties()
io.ebean.event.BeanPersistRequest.getEbeanServer()
io.ebean.event.BeanPersistRequest.getLoadedProperties()
io.ebean.event.BeanPersistRequest.getTransaction()
io.ebean.event.BeanPersistRequest.getUpdatedProperties()
io.ebean.event.BeanPersistRequest.getUpdatedValues()
io.ebean.event.BeanQueryRequest.getEbeanServer()
io.ebean.event.BeanQueryRequest.getQuery()
io.ebean.event.BeanQueryRequest.getTransaction()
io.ebean.event.BulkTableEvent.getTableName()
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.meta.MetaCountMetric.getCount()
io.ebean.meta.MetaMetric.getName()
io.ebean.meta.MetaQueryMetric.getLabel()
io.ebean.meta.MetaQueryMetric.getSql()
io.ebean.meta.MetaQueryMetric.getType()
io.ebean.meta.MetaTimedMetric.getCount()
io.ebean.meta.MetaTimedMetric.getLocation()
io.ebean.meta.MetaTimedMetric.getMax()
io.ebean.meta.MetaTimedMetric.getMean()
io.ebean.meta.MetaTimedMetric.getTotal()
io.ebean.meta.ServerMetrics.getCountMetrics()
io.ebean.meta.ServerMetrics.getQueryMetrics()
io.ebean.meta.ServerMetrics.getTimedMetrics()
io.ebean.metric.QueryPlanMetric.getMetric()
io.ebean.Pairs.setConcatSeparator
(String)
io.ebean.Pairs.setConcatSuffix
(String)
io.ebean.plugin.BeanDocType.getEmbedded
(String)
io.ebean.plugin.BeanDocType.getEmbeddedManyRoot
(String)
io.ebean.plugin.BeanDocType.getIndexName()
io.ebean.plugin.BeanDocType.getIndexType()
io.ebean.plugin.BeanType.beanId
(Object)
io.ebean.plugin.BeanType.getBaseTable()
io.ebean.plugin.BeanType.getBeanId
(T)
io.ebean.plugin.BeanType.getBeanType()
io.ebean.plugin.BeanType.getBeanTypeAtPath
(String)
io.ebean.plugin.BeanType.getDiscColumn()
io.ebean.plugin.BeanType.getDocMapping()
io.ebean.plugin.BeanType.getDocStoreQueueId()
io.ebean.plugin.BeanType.getExpressionPath
(String)
io.ebean.plugin.BeanType.getFindController()
io.ebean.plugin.BeanType.getFullName()
io.ebean.plugin.BeanType.getIdProperty()
io.ebean.plugin.BeanType.getIdType()
io.ebean.plugin.BeanType.getInheritanceChildren()
io.ebean.plugin.BeanType.getInheritanceParent()
io.ebean.plugin.BeanType.getName()
io.ebean.plugin.BeanType.getPersistController()
io.ebean.plugin.BeanType.getPersistListener()
io.ebean.plugin.BeanType.getProperty
(String)
io.ebean.plugin.BeanType.getQueryAdapter()
io.ebean.plugin.BeanType.getWhenCreatedProperty()
io.ebean.plugin.BeanType.getWhenModifiedProperty()
io.ebean.plugin.BeanType.setBeanId
(T, Object)
io.ebean.plugin.ExpressionPath.getAssocIdExpression
(String, String)
io.ebean.plugin.ExpressionPath.getAssocIdValues
(EntityBean)
io.ebean.plugin.ExpressionPath.getElName()
io.ebean.plugin.ExpressionPath.getJdbcType()
io.ebean.plugin.ExpressionPath.getProperty()
io.ebean.plugin.ExpressionPath.getStringParser()
io.ebean.plugin.Property.getName()
io.ebean.plugin.Property.getPropertyType()
io.ebean.plugin.Property.getVal
(Object)
io.ebean.plugin.SpiServer.getBeanType
(Class<T>)
io.ebean.plugin.SpiServer.getBeanTypeForQueueId
(String)
io.ebean.plugin.SpiServer.getBeanTypes()
io.ebean.plugin.SpiServer.getBeanTypes
(String)
io.ebean.plugin.SpiServer.getDatabasePlatform()
io.ebean.plugin.SpiServer.getServerConfig()
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.getConnection()
io.ebean.Transaction.isBatchFlushOnQuery()
io.ebean.Transaction.setBatchFlushOnMixed
(boolean)
io.ebean.Transaction.setBatchFlushOnQuery
(boolean)
io.ebean.Transaction.setBatchGetGeneratedKeys
(boolean)
Deprecated Constructors
Constructor
Description
io.ebean.FetchConfig()