- cacheClear() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Clear the bean cache.
- cacheClear() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
- cacheClearCachedManyIds(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- CachedBeanData - Class in com.avaje.ebeaninternal.server.cache
-
- CachedBeanData(Object, Set<String>, Object[], int) - Constructor for class com.avaje.ebeaninternal.server.cache.CachedBeanData
-
- CachedBeanDataFromBean - Class in com.avaje.ebeaninternal.server.cache
-
- CachedBeanDataToBean - Class in com.avaje.ebeaninternal.server.cache
-
- CachedBeanDataUpdate - Class in com.avaje.ebeaninternal.server.cache
-
- CachedBeanDataUpdate() - Constructor for class com.avaje.ebeaninternal.server.cache.CachedBeanDataUpdate
-
- cacheDelete(Object, PersistRequestBean<T>) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Remove a bean from the cache given its Id.
- cacheDelete(boolean, Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
- CachedManyIds - Class in com.avaje.ebeaninternal.server.cache
-
- CachedManyIds(List<Object>) - Constructor for class com.avaje.ebeaninternal.server.cache.CachedManyIds
-
- cacheGetBean(Object, Boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return a bean from the bean cache.
- cacheGetCachedManyIds(Object, String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- cacheGetNaturalKeyId(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- cacheInitialise() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Initialise the cache once the server has started.
- cacheInsert(Object, PersistRequestBean<T>) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- cacheIsNaturalKey(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- cacheIsUseManyId() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- cacheLoadMany(BeanPropertyAssocMany<?>, BeanCollection<?>, Object, Boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- cacheName - Variable in class com.avaje.ebean.cache.ServerCacheStatistics
-
- cacheName - Variable in class com.avaje.ebeaninternal.server.lib.sql.PstmtCache
-
The name of the cache, for tracing purposes.
- cacheNotify(TransactionEventTable.TableIUD) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Invalidate parts of cache due to SqlUpdate or external modification etc.
- cacheNotify(TransactionEventTable.TableIUD) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager
-
For SQL based modifications we need to invalidate appropriate parts of the
cache.
- CacheOptions - Class in com.avaje.ebeaninternal.server.core
-
Options for controlling cache behaviour for a given type.
- CacheOptions() - Constructor for class com.avaje.ebeaninternal.server.core.CacheOptions
-
Construct with options.
- cachePutBeanData(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Put a bean into the bean cache.
- cachePutCachedManyIds(Object, String, CachedManyIds) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- cachePutMany(BeanPropertyAssocMany<?>, BeanCollection<?>, Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- cacheRemove(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Remove a bean from the cache given its Id.
- cacheRemoveCachedManyIds(Object, String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- CacheStrategy - Annotation Type in com.avaje.ebean.annotation
-
Specify the default cache use specific entity type.
- CacheTuning - Annotation Type in com.avaje.ebean.annotation
-
Specify cache tuning for a specific entity type.
- cacheUpdate(Object, PersistRequestBean<T>) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Update the cached bean data.
- calculateQueryPlanHash() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
Calculate the query plan hash AFTER any potential AutoFetch tuning.
- calculateUseCache(Boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- calculateUseNaturalKeyCache(Boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- call() - Method in interface com.avaje.ebean.TxCallable
-
Execute the method within a transaction scope returning the result.
- call() - Method in class com.avaje.ebeaninternal.server.query.BackgroundFetch
-
Continue the fetch.
- call() - Method in class com.avaje.ebeaninternal.server.query.BackgroundIdFetch
-
Continue the fetch.
- call() - Method in class com.avaje.ebeaninternal.server.query.CallableQueryIds
-
Execute the find Id's query returning the list of Id's.
- call() - Method in class com.avaje.ebeaninternal.server.query.CallableQueryList
-
Execute the query returning the resulting List.
- call() - Method in class com.avaje.ebeaninternal.server.query.CallableQueryRowCount
-
Execute the query returning the row count.
- call() - Method in class com.avaje.ebeaninternal.server.query.CallableSqlQueryList
-
Execute the query returning the resulting list.
- CallableQuery<T> - Class in com.avaje.ebeaninternal.server.query
-
Base object for making query execution into Callable's.
- CallableQuery(SpiEbeanServer, SpiQuery<T>, Transaction) - Constructor for class com.avaje.ebeaninternal.server.query.CallableQuery
-
- CallableQueryIds<T> - Class in com.avaje.ebeaninternal.server.query
-
Represent the fetch Id's query as a Callable.
- CallableQueryIds(SpiEbeanServer, SpiQuery<T>, Transaction) - Constructor for class com.avaje.ebeaninternal.server.query.CallableQueryIds
-
- CallableQueryList<T> - Class in com.avaje.ebeaninternal.server.query
-
Represent the findList query as a Callable.
- CallableQueryList(SpiEbeanServer, SpiQuery<T>, Transaction) - Constructor for class com.avaje.ebeaninternal.server.query.CallableQueryList
-
- CallableQueryRowCount<T> - Class in com.avaje.ebeaninternal.server.query
-
Represent the findRowCount query as a Callable.
- CallableQueryRowCount(SpiEbeanServer, SpiQuery<T>, Transaction) - Constructor for class com.avaje.ebeaninternal.server.query.CallableQueryRowCount
-
Note that the transaction passed in is always a new transaction solely to
find the row count so it must be cleaned up by this CallableQueryRowCount.
- CallableSql - Interface in com.avaje.ebean
-
For making calls to stored procedures.
- CallableSqlQueryList - Class in com.avaje.ebeaninternal.server.query
-
Represent the SQL query findList as a Callable.
- CallableSqlQueryList(EbeanServer, SqlQuery, Transaction) - Constructor for class com.avaje.ebeaninternal.server.query.CallableSqlQueryList
-
- callback - Variable in class com.avaje.ebean.text.json.JsonWriteOptions
-
- CallStack - Class in com.avaje.ebean.bean
-
Represent the call stack (stack trace elements).
- CallStack(StackTraceElement[]) - Constructor for class com.avaje.ebean.bean.CallStack
-
- CamelCaseHelper - Class in com.avaje.ebean.util
-
- CamelCaseHelper() - Constructor for class com.avaje.ebean.util.CamelCaseHelper
-
- CamelCaseHelper - Class in com.avaje.ebeaninternal.util
-
- CamelCaseHelper() - Constructor for class com.avaje.ebeaninternal.util.CamelCaseHelper
-
- cancel() - Method in interface com.avaje.ebean.Query
-
Cancel the query execution if supported by the underlying database and
driver.
- cancel() - Method in interface com.avaje.ebean.SqlQuery
-
Cancel the query if support by the underlying database and driver.
- cancel() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- cancel() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- cancel(boolean) - Method in class com.avaje.ebeaninternal.server.query.BaseFuture
-
- cancel() - Method in interface com.avaje.ebeaninternal.server.query.CancelableQuery
-
Cancel the query.
- cancel() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
- cancel(boolean) - Method in class com.avaje.ebeaninternal.server.query.QueryFutureIds
-
- cancel(boolean) - Method in class com.avaje.ebeaninternal.server.query.QueryFutureList
-
- cancel(boolean) - Method in class com.avaje.ebeaninternal.server.query.QueryFutureRowCount
-
- cancel(boolean) - Method in class com.avaje.ebeaninternal.server.query.SqlQueryFutureList
-
- cancel() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- cancel() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- CancelableQuery - Interface in com.avaje.ebeaninternal.server.query
-
Defines a cancelable query.
- CARRIAGE_RETURN - Static variable in interface com.avaje.ebean.config.dbplatform.SqlLimiter
-
The carriage return character.
- caseInsensitive() - Method in interface com.avaje.ebean.ExampleExpression
-
Set case insensitive to true.
- caseInsensitive() - Method in class com.avaje.ebeaninternal.server.expression.DefaultExampleExpression
-
- caughtError(Error) - Method in class com.avaje.ebeaninternal.api.ScopeTrans
-
An Error was caught and this ALWAYS causes a rollback to occur.
- caughtThrowable(T) - Method in class com.avaje.ebeaninternal.api.ScopeTrans
-
An Exception was caught and may or may not cause a rollback to occur.
- ChainedBeanPersistController - Class in com.avaje.ebeaninternal.server.deploy
-
- ChainedBeanPersistController(BeanPersistController, BeanPersistController) - Constructor for class com.avaje.ebeaninternal.server.deploy.ChainedBeanPersistController
-
Construct adding 2 BeanPersistController's.
- ChainedBeanPersistController(List<BeanPersistController>) - Constructor for class com.avaje.ebeaninternal.server.deploy.ChainedBeanPersistController
-
Construct given the list of BeanPersistController's.
- ChainedBeanPersistListener<T> - Class in com.avaje.ebeaninternal.server.deploy
-
Handles multiple BeanPersistListener's for a given entity type.
- ChainedBeanPersistListener(BeanPersistListener<T>, BeanPersistListener<T>) - Constructor for class com.avaje.ebeaninternal.server.deploy.ChainedBeanPersistListener
-
Construct adding 2 BeanPersistController's.
- ChainedBeanPersistListener(List<BeanPersistListener<T>>) - Constructor for class com.avaje.ebeaninternal.server.deploy.ChainedBeanPersistListener
-
Construct given the list of BeanPersistController's.
- ChainedBeanQueryAdapter - Class in com.avaje.ebeaninternal.server.deploy
-
Handles multiple BeanQueryAdapter for a given entity type.
- ChainedBeanQueryAdapter(BeanQueryAdapter, BeanQueryAdapter) - Constructor for class com.avaje.ebeaninternal.server.deploy.ChainedBeanQueryAdapter
-
Construct adding 2 BeanQueryAdapter's.
- ChainedBeanQueryAdapter(List<BeanQueryAdapter>) - Constructor for class com.avaje.ebeaninternal.server.deploy.ChainedBeanQueryAdapter
-
Construct given the list of BeanQueryAdapter's.
- changedProps - Variable in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
- characters(char[], int, int) - Method in class com.avaje.ebeaninternal.server.lib.util.DnodeParser
-
append the node content.
- CharMatch - Class in com.avaje.ebeaninternal.server.el
-
Case insensitive string matching.
- CharMatch(String) - Constructor for class com.avaje.ebeaninternal.server.el.CharMatch
-
- checkDataSource() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Check the dataSource is up.
- checkEmptyLazyLoad() - Method in interface com.avaje.ebean.bean.BeanCollection
-
Check after the lazy load that the underlying collection is not null
(handle case where join to many not outer).
- checkEmptyLazyLoad() - Method in class com.avaje.ebean.common.BeanList
-
- checkEmptyLazyLoad() - Method in class com.avaje.ebean.common.BeanMap
-
- checkEmptyLazyLoad() - Method in class com.avaje.ebean.common.BeanSet
-
- checkEncryptKeyManagerDefined(String) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployUtil
-
Check that the EncryptKeyManager has been defined.
- checkImmutable(Class<?>) - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeManager
-
- CheckImmutable - Class in com.avaje.ebeaninternal.server.type.reflect
-
- CheckImmutable(KnownImmutable) - Constructor for class com.avaje.ebeaninternal.server.type.reflect.CheckImmutable
-
- checkImmutable(Class<?>) - Method in class com.avaje.ebeaninternal.server.type.reflect.CheckImmutable
-
- checkImmutable(Class<?>) - Method in interface com.avaje.ebeaninternal.server.type.TypeManager
-
Check if the type is immutable using reflection.
- CheckImmutableResponse - Class in com.avaje.ebeaninternal.server.type.reflect
-
- CheckImmutableResponse() - Constructor for class com.avaje.ebeaninternal.server.type.reflect.CheckImmutableResponse
-
- checkReadAndWriteMethods() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Check all the properties to see if they all have read and write methods
(required if using "subclassing" but not for "enhancement").
- checkReadOnly() - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
- checkRowCount(int) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Check for optimistic concurrency exception.
- checkRowCount(int) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestCallableSql
-
Note the rowCount of the execution.
- checkRowCount(int) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestOrmUpdate
-
No concurrency checking so just note the rowCount.
- checkRowCount(int) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestUpdateSql
-
No concurrency checking so just note the rowCount.
- checkRowCount(int) - Method in interface com.avaje.ebeaninternal.server.persist.BatchPostExecute
-
Check that the rowCount is correct for this execute.
- checkRowCount(int) - Method in class com.avaje.ebeaninternal.server.persist.dml.DmlHandler
-
Check the rowCount.
- children() - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
Return the child nodes.
- children() - Method in class com.avaje.ebeaninternal.server.lib.util.Dnode
-
List of children nodes.
- ClassPathReader - Interface in com.avaje.ebeaninternal.server.util
-
Get the paths used to search for entity beans etc.
- ClassPathSearch - Class in com.avaje.ebeaninternal.server.util
-
Can search the class path for classes using a ClassPathSearchMatcher.
- ClassPathSearch(ClassLoader, ClassPathSearchFilter, ClassPathSearchMatcher) - Constructor for class com.avaje.ebeaninternal.server.util.ClassPathSearch
-
- ClassPathSearchFilter - Class in com.avaje.ebeaninternal.server.util
-
Used to reduce the classes searched by excluding jars and packages.
- ClassPathSearchFilter() - Constructor for class com.avaje.ebeaninternal.server.util.ClassPathSearchFilter
-
- ClassPathSearchMatcher - Interface in com.avaje.ebeaninternal.server.util
-
Defines interface for finding classes via a class path search.
- ClassUtil - Class in com.avaje.ebean.util
-
Helper to find classes taking into account the context class loader.
- ClassUtil() - Constructor for class com.avaje.ebean.util.ClassUtil
-
- ClassUtil - Class in com.avaje.ebeaninternal.api
-
Helper to find classes taking into account the context class loader.
- ClassUtil() - Constructor for class com.avaje.ebeaninternal.api.ClassUtil
-
- clear() - Method in interface com.avaje.ebean.bean.PersistenceContext
-
Clear all the references.
- clear(Class<?>) - Method in interface com.avaje.ebean.bean.PersistenceContext
-
Clear all the references for a given type of entity bean.
- clear(Class<?>, Object) - Method in interface com.avaje.ebean.bean.PersistenceContext
-
Clear the reference to a specific entity bean.
- clear() - Method in interface com.avaje.ebean.cache.ServerCache
-
Clear all entries from the cache.
- clear(Class<?>) - Method in interface com.avaje.ebean.cache.ServerCacheManager
-
This clears both the bean and query cache for a given type.
- clear() - Method in class com.avaje.ebean.common.BeanList
-
- clear() - Method in class com.avaje.ebean.common.BeanMap
-
- clear() - Method in class com.avaje.ebean.common.BeanSet
-
- clear() - Method in interface com.avaje.ebean.SqlRow
-
Clear the map.
- clear() - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache
-
Clear the cache.
- clear(Class<?>) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCacheManager
-
Clear both the bean cache and the query cache for a
given bean type.
- clear() - Method in class com.avaje.ebeaninternal.server.query.DefaultSqlRow
-
- clear() - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetList
-
- clear() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryDetail
-
Remove all joins and properties.
- clear() - Method in class com.avaje.ebeaninternal.server.transaction.DefaultPersistenceContext
-
Clear the PersistenceContext.
- clear(Class<?>) - Method in class com.avaje.ebeaninternal.server.transaction.DefaultPersistenceContext
-
- clear(Class<?>, Object) - Method in class com.avaje.ebeaninternal.server.transaction.DefaultPersistenceContext
-
- clear() - Static method in class com.avaje.ebeaninternal.server.type.ImmutableCompoundTypeBuilder
-
Clear the cache of partial compound objects.
- clearAll() - Method in interface com.avaje.ebean.cache.ServerCacheManager
-
Clear all the caches.
- clearAll() - Method in class com.avaje.ebeaninternal.server.cache.DefaultCacheHolder
-
- clearAll() - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCacheManager
-
- clearBatch() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- clearBatch() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- clearCache(String) - Method in class com.avaje.ebeaninternal.server.cache.DefaultCacheHolder
-
- clearExcludePackages() - Method in class com.avaje.ebeaninternal.server.util.ClassPathSearchFilter
-
Clear all entries from the exclude packages list.
- clearParameters() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- clearParameters() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Clear parameters.
- clearProfilingInfo() - Method in interface com.avaje.ebean.AdminAutofetch
-
Clear all the profiling information.
- clearProfilingInfo() - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Clear all the profiling information.
- clearProfilingInfo() - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
- clearProfilingInfo() - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- clearProfilingInfo() - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
Clear all the profiling information.
- clearQueryStatistics() - Method in interface com.avaje.ebean.AdminAutofetch
-
Clear the query execution statistics.
- clearQueryStatistics() - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Clear the query execution statistics.
- clearQueryStatistics() - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Clear the query execution statistics.
- clearQueryStatistics() - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
- clearQueryStatistics() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Clear the query execution statistics.
- clearQueryStatistics() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Reset the statistics on all the query plans.
- clearQueryStatistics() - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- clearTunedQueryInfo() - Method in interface com.avaje.ebean.AdminAutofetch
-
Clear all the tuned query info.
- clearTunedQueryInfo() - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Clear all the tuned query info.
- clearTunedQueryInfo() - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
- clearTunedQueryInfo() - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- clearTunedQueryInfo() - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
Clear all the tuned query info.
- clearWarnings() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- clearWarnings() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- clearWarnings() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- clearWarnings() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- clobDbType - Variable in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
The JDBC type to map Clob to.
- close() - Method in interface com.avaje.ebean.QueryIterator
-
Close the underlying resources held by this iterator.
- close() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- close() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- close() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Returns the PreparedStatement back into the cache.
- close() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Put the statement back into the statement cache.
- close() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
close the connection putting it back into the connection pool.
- close() - Method in class com.avaje.ebeaninternal.server.persist.BatchedPstmt
-
Close the underlying statement.
- close() - Method in class com.avaje.ebeaninternal.server.persist.dml.DmlHandler
-
Close the underlying statement.
- close() - Method in interface com.avaje.ebeaninternal.server.persist.dml.PersistHandler
-
Close resources including underlying preparedStatement.
- close() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
Close the resources.
- close() - Method in class com.avaje.ebeaninternal.server.text.csv.CsvUtilReader
-
Closes the underlying reader.
- close() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
Alias for end(), which enables this class to be used in try-with-resources.
- close() - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- close() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- close() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- closeBusyConnections(long) - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Close any busy connections that have not been used for some time.
- closeBusyConnections(long) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionQueue
-
Close any busy connections that have not been used for some time.
- closeConnectionFully(boolean) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Close the connection fully NOT putting in back into the pool.
- closeDestroy() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Fully close the underlying PreparedStatement.
- closeFreeConnections(boolean) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionQueue
-
Close all the connections that are in the free list.
- closeOnCompletion() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- closeQuote - Variable in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
The close quote used by quoted identifiers.
- closeResources(Connection, PreparedStatement, ResultSet) - Method in class com.avaje.ebean.config.dbplatform.SequenceIdGenerator
-
Close the JDBC resources.
- ClusterBroadcast - Interface in com.avaje.ebeaninternal.server.cluster
-
Sends messages to the cluster members.
- ClusterManager - Class in com.avaje.ebeaninternal.server.cluster
-
Manages the cluster service.
- ClusterManager() - Constructor for class com.avaje.ebeaninternal.server.cluster.ClusterManager
-
- CObjectGraphNodeStatistics - Class in com.avaje.ebeaninternal.server.core
-
Helper to collect the query execution statistics for a given node.
- CObjectGraphNodeStatistics(ObjectGraphNode) - Constructor for class com.avaje.ebeaninternal.server.core.CObjectGraphNodeStatistics
-
- collectAllQueryPlanStatistics(boolean) - Method in interface com.avaje.ebean.meta.MetaBeanInfo
-
Collect the current query plan statistics return all the statistics (include query plans that haven't had query executions).
- collectAllQueryPlanStatistics(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- collectNodeStatistics(boolean) - Method in interface com.avaje.ebean.meta.MetaInfoManager
-
Collect and return the ObjectGraphNode statistics.
- collectNodeStatistics(boolean) - Method in class com.avaje.ebeaninternal.server.core.DefaultMetaInfoManager
-
- collectNodeUsage(NodeUsageCollector) - Method in interface com.avaje.ebean.bean.NodeUsageListener
-
Collect node usage "profiling" information.
- collectNodeUsage(NodeUsageCollector) - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
Collect usage statistics from a node in the object graph.
- collectQueryInfo(ObjectGraphNode, long, long) - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Collect query profiling information.
- collectQueryInfo(ObjectGraphNode, long, long) - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
Gather query execution statistics.
- collectQueryInfo(ObjectGraphNode, long, long) - Method in class com.avaje.ebeaninternal.server.autofetch.Statistics
-
- collectQueryPlanStatistics(boolean) - Method in interface com.avaje.ebean.meta.MetaBeanInfo
-
Collect the current query plan statistics return the non-empty statistics.
- collectQueryPlanStatistics(boolean) - Method in interface com.avaje.ebean.meta.MetaInfoManager
-
Collect and return the query plan statistics for all the beans.
- collectQueryPlanStatistics(boolean) - Method in class com.avaje.ebeaninternal.server.core.DefaultMetaInfoManager
-
- collectQueryPlanStatistics(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- collectQueryPlanStatisticsInternal(boolean, boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- collectQueryStats(ObjectGraphNode, long, long) - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Collect query statistics by ObjectGraphNode.
- collectQueryStats(ObjectGraphNode, long, long) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- collectUsageInfo(NodeUsageCollector) - Method in class com.avaje.ebeaninternal.server.autofetch.Statistics
-
Collect the usage information for from a instance for this node.
- collectUsageViaGC() - Method in interface com.avaje.ebean.AdminAutofetch
-
Fire a garbage collection (hint to the JVM).
- collectUsageViaGC(long) - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Fire a garbage collection (hint to the JVM).
- collectUsageViaGC(long) - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
Ask for a System.gc() so that we gather node usage information.
- collectUsageViaGC() - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- collectUsageViaGC() - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
Fire a garbage collection (hint to the JVM).
- COLON - Static variable in class com.avaje.ebeaninternal.server.deploy.DeployParser
-
used to identify query named parameters.
- columnMapping(String, String) - Method in class com.avaje.ebean.RawSql.ColumnMapping
-
- columnMapping(String, String) - Method in class com.avaje.ebean.RawSqlBuilder
-
Set the mapping of a DB Column to a bean property.
- columnMappingIgnore(String) - Method in class com.avaje.ebean.RawSqlBuilder
-
Ignore this DB column.
- columns() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoin
-
Return the join columns.
- columns() - Method in class com.avaje.ebeaninternal.server.deploy.TableJoin
-
Return the join columns.
- com.avaje.ebean - package com.avaje.ebean
-
- com.avaje.ebean.annotation - package com.avaje.ebean.annotation
-
Extra deployment annotations
- com.avaje.ebean.bean - package com.avaje.ebean.bean
-
Enhanced beans API and Support objects
- com.avaje.ebean.cache - package com.avaje.ebean.cache
-
Server Cache Service
- com.avaje.ebean.common - package com.avaje.ebean.common
-
Common non-public interfaces and implementation.
- com.avaje.ebean.config - package com.avaje.ebean.config
-
Configuration settings for EbeanServer construction
- com.avaje.ebean.config.dbplatform - package com.avaje.ebean.config.dbplatform
-
Database platform specific support
- com.avaje.ebean.event - package com.avaje.ebean.event
-
Persist and Query Event Controllers and Listeners
- com.avaje.ebean.meta - package com.avaje.ebean.meta
-
Meta data that can be retrieved for the EbeanServer.
- com.avaje.ebean.text - package com.avaje.ebean.text
-
Utility objects for CSV, JSON and XML processing.
- com.avaje.ebean.text.csv - package com.avaje.ebean.text.csv
-
CSV processing objects.
- com.avaje.ebean.text.json - package com.avaje.ebean.text.json
-
JSON formatting and parsing objects (See JsonContext).
- com.avaje.ebean.util - package com.avaje.ebean.util
-
- com.avaje.ebeaninternal.api - package com.avaje.ebeaninternal.api
-
- com.avaje.ebeaninternal.jdbc - package com.avaje.ebeaninternal.jdbc
-
- com.avaje.ebeaninternal.server.autofetch - package com.avaje.ebeaninternal.server.autofetch
-
AutoFetch Implementation
- com.avaje.ebeaninternal.server.cache - package com.avaje.ebeaninternal.server.cache
-
- com.avaje.ebeaninternal.server.cluster - package com.avaje.ebeaninternal.server.cluster
-
Clustering service for an application.
- com.avaje.ebeaninternal.server.cluster.mcast - package com.avaje.ebeaninternal.server.cluster.mcast
-
- com.avaje.ebeaninternal.server.cluster.socket - package com.avaje.ebeaninternal.server.cluster.socket
-
- com.avaje.ebeaninternal.server.core - package com.avaje.ebeaninternal.server.core
-
Core implementation objects
- com.avaje.ebeaninternal.server.ddl - package com.avaje.ebeaninternal.server.ddl
-
- com.avaje.ebeaninternal.server.deploy - package com.avaje.ebeaninternal.server.deploy
-
Bean description
- com.avaje.ebeaninternal.server.deploy.generatedproperty - package com.avaje.ebeaninternal.server.deploy.generatedproperty
-
Counter, Insert Timestamp, Update Timestamp support
- com.avaje.ebeaninternal.server.deploy.id - package com.avaje.ebeaninternal.server.deploy.id
-
Helpers for Id property conversion
- com.avaje.ebeaninternal.server.deploy.meta - package com.avaje.ebeaninternal.server.deploy.meta
-
Temporary objects used to collect deployment information
- com.avaje.ebeaninternal.server.deploy.parse - package com.avaje.ebeaninternal.server.deploy.parse
-
Deployment information parsing
- com.avaje.ebeaninternal.server.el - package com.avaje.ebeaninternal.server.el
-
- com.avaje.ebeaninternal.server.expression - package com.avaje.ebeaninternal.server.expression
-
Expressions for building WHERE clauses.
- com.avaje.ebeaninternal.server.idgen - package com.avaje.ebeaninternal.server.idgen
-
Id Generation (Sequences, UUIDGen etc)
- com.avaje.ebeaninternal.server.jdbc - package com.avaje.ebeaninternal.server.jdbc
-
- com.avaje.ebeaninternal.server.jmx - package com.avaje.ebeaninternal.server.jmx
-
- com.avaje.ebeaninternal.server.lib - package com.avaje.ebeaninternal.server.lib
-
Core services for an application.
- com.avaje.ebeaninternal.server.lib.resource - package com.avaje.ebeaninternal.server.lib.resource
-
Service for reading content from either the file system or servlet context.
- com.avaje.ebeaninternal.server.lib.sql - package com.avaje.ebeaninternal.server.lib.sql
-
Enhanced JDBC objects and connection pool.
- com.avaje.ebeaninternal.server.lib.thread - package com.avaje.ebeaninternal.server.lib.thread
-
ThreadPool service.
- com.avaje.ebeaninternal.server.lib.util - package com.avaje.ebeaninternal.server.lib.util
-
General utility objects.
- com.avaje.ebeaninternal.server.loadcontext - package com.avaje.ebeaninternal.server.loadcontext
-
- com.avaje.ebeaninternal.server.persist - package com.avaje.ebeaninternal.server.persist
-
Persistence Implementation
- com.avaje.ebeaninternal.server.persist.dml - package com.avaje.ebeaninternal.server.persist.dml
-
Bean DML persistence implementation
- com.avaje.ebeaninternal.server.persist.dmlbind - package com.avaje.ebeaninternal.server.persist.dmlbind
-
Bindable objects to support Bean DML
- com.avaje.ebeaninternal.server.query - package com.avaje.ebeaninternal.server.query
-
- com.avaje.ebeaninternal.server.querydefn - package com.avaje.ebeaninternal.server.querydefn
-
- com.avaje.ebeaninternal.server.reflect - package com.avaje.ebeaninternal.server.reflect
-
Bean reflection Implementation
- com.avaje.ebeaninternal.server.resource - package com.avaje.ebeaninternal.server.resource
-
Resource Management
- com.avaje.ebeaninternal.server.text.csv - package com.avaje.ebeaninternal.server.text.csv
-
- com.avaje.ebeaninternal.server.text.json - package com.avaje.ebeaninternal.server.text.json
-
- com.avaje.ebeaninternal.server.transaction - package com.avaje.ebeaninternal.server.transaction
-
Transaction implementation
- com.avaje.ebeaninternal.server.type - package com.avaje.ebeaninternal.server.type
-
Built in and custom Scalar types support.
- com.avaje.ebeaninternal.server.type.reflect - package com.avaje.ebeaninternal.server.type.reflect
-
- com.avaje.ebeaninternal.server.util - package com.avaje.ebeaninternal.server.util
-
Server side Utility objects
- com.avaje.ebeaninternal.util - package com.avaje.ebeaninternal.util
-
Utility objects
- COMMA - Static variable in interface com.avaje.ebeaninternal.server.query.SqlTreeNode
-
- commit() - Method in interface com.avaje.ebean.Transaction
-
Commit the transaction.
- commit() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- commit() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- commit() - Method in class com.avaje.ebeaninternal.server.transaction.DefaultTransactionScopeManager
-
- commit(String) - Static method in class com.avaje.ebeaninternal.server.transaction.DefaultTransactionThreadLocal
-
Commit the current transaction.
- commit() - Method in class com.avaje.ebeaninternal.server.transaction.ExternalJdbcTransaction
-
This will always throw a PersistenceException.
- commit() - Method in class com.avaje.ebeaninternal.server.transaction.ExternalTransactionScopeManager
-
- commit() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
Commit the transaction.
- commit() - Method in class com.avaje.ebeaninternal.server.transaction.JtaTransaction
-
Commit the transaction.
- commit() - Method in class com.avaje.ebeaninternal.server.transaction.TransactionMap.State
-
Commit the transaction.
- commit() - Method in class com.avaje.ebeaninternal.server.transaction.TransactionScopeManager
-
Commit the current transaction.
- COMMIT_EVENT - Static variable in class com.avaje.ebeaninternal.server.transaction.IndexEvent
-
- commitTransaction() - Static method in class com.avaje.ebean.Ebean
-
Commit the current transaction.
- commitTransaction() - Method in interface com.avaje.ebean.EbeanServer
-
Commit the current transaction.
- commitTransaction() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Commit the current transaction.
- commitTransactionIfCreated() - Method in class com.avaje.ebean.text.csv.DefaultCsvCallback
-
If we created a transaction commit it.
- commitTransIfRequired() - Method in class com.avaje.ebeaninternal.server.core.BeanRequest
-
Commit this transaction if it was created for this request.
- compare(T, T) - Method in interface com.avaje.ebeaninternal.server.el.ElComparator
-
Compare given 2 beans.
- compare(T, T) - Method in class com.avaje.ebeaninternal.server.el.ElComparatorCompound
-
- compare(T, T) - Method in class com.avaje.ebeaninternal.server.el.ElComparatorProperty
-
- compare(BatchedBeanHolder, BatchedBeanHolder) - Method in class com.avaje.ebeaninternal.server.persist.BatchDepthComparator
-
- compareTo(ImportedIdSimple) - Method in class com.avaje.ebeaninternal.server.deploy.id.ImportedIdSimple
-
- compareValue(Object, T) - Method in interface com.avaje.ebeaninternal.server.el.ElComparator
-
Compare with a fixed value to a given bean.
- compareValue(Object, T) - Method in class com.avaje.ebeaninternal.server.el.ElComparatorCompound
-
- compareValue(Object, T) - Method in class com.avaje.ebeaninternal.server.el.ElComparatorProperty
-
- compareValues(Object, Object) - Method in class com.avaje.ebeaninternal.server.el.ElComparatorProperty
-
- compileQuery(Query<T>, Transaction) - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Compile a query.
- compileQuery(Query<T>, Transaction) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Compile a query.
- completeSql(String, Query<?>) - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
- CompoundType<V> - Interface in com.avaje.ebean.config
-
API from creating and getting property values from an Immutable Compound
Value Object.
- CompoundTypeProperty<V,P> - Interface in com.avaje.ebean.config
-
Represents a Property of a Compound Value Object.
- CompoundUniqueContraint - Class in com.avaje.ebeaninternal.server.deploy
-
Holds multiple column unique constraints defined for an entity.
- CompoundUniqueContraint(String[]) - Constructor for class com.avaje.ebeaninternal.server.deploy.CompoundUniqueContraint
-
- ConcurrencyMode - Enum in com.avaje.ebean.annotation
-
Optimistic concurrency mode used for updates and deletes.
- concurrencyMode - Variable in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
The concurrency mode used for update or delete.
- ConfigBuilder - Class in com.avaje.ebeaninternal.server.core
-
Build a ServerConfig from ebean.properties.
- ConfigBuilder() - Constructor for class com.avaje.ebeaninternal.server.core.ConfigBuilder
-
- configureBeanQuery(SpiQuery<?>) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
Define the select and joins for this query.
- configureQuery(SpiQuery<?>, String) - Method in interface com.avaje.ebeaninternal.api.LoadBeanBuffer
-
- configureQuery(SpiQuery<?>) - Method in interface com.avaje.ebeaninternal.api.LoadManyBuffer
-
- configureQuery(SpiQuery<?>, String) - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadBeanContext
-
- configureQuery(SpiQuery<?>, String) - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadBeanContext.LoadBuffer
-
- configureQuery(SpiQuery<?>) - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadManyContext
-
- configureQuery(SpiQuery<?>) - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadManyContext.LoadBuffer
-
- conjunction(Query<T>) - Static method in class com.avaje.ebean.Expr
-
Return a list of expressions that will be joined by AND's.
- conjunction(Query<T>) - Method in interface com.avaje.ebean.ExpressionFactory
-
Return a list of expressions that will be joined by AND's.
- conjunction(Query<T>, ExpressionList<T>) - Method in interface com.avaje.ebean.ExpressionFactory
-
Return a list of expressions that will be joined by AND's.
- conjunction() - Method in interface com.avaje.ebean.ExpressionList
-
Return a list of expressions that will be joined by AND's.
- conjunction(Query<T>) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
Return a list of expressions that will be joined by AND's.
- conjunction(Query<T>, ExpressionList<T>) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
Return a list of expressions that will be joined by AND's.
- conjunction() - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- ConnectionDelegator - Class in com.avaje.ebeaninternal.jdbc
-
- ConnectionDelegator(Connection) - Constructor for class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- Constant - Interface in com.avaje.ebeaninternal.server.persist
-
Contants used in persist.
- Constants - Interface in com.avaje.ebeaninternal.server.query
-
Constants used in find processing.
- containedIn(HashSet<String>, String) - Method in class com.avaje.ebeaninternal.server.util.ClassPathSearchFilter
-
Helper method to determine is a match is contained in the set.
- contains(Object) - Method in class com.avaje.ebean.common.BeanList
-
- contains(Object) - Method in class com.avaje.ebean.common.BeanSet
-
- contains(String, String) - Static method in class com.avaje.ebean.Expr
-
Contains - property like %value%.
- contains(String, String) - Method in interface com.avaje.ebean.ExpressionFactory
-
Contains - property like %value%.
- contains(String, String) - Method in interface com.avaje.ebean.ExpressionList
-
Contains - property like %value%.
- contains(String, String) - Method in interface com.avaje.ebean.Filter
-
Contains - property contains the string "value".
- contains(String, String) - Method in class com.avaje.ebeaninternal.server.el.ElFilter
-
- contains(String, String) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
Contains - property like %value%.
- contains(Object) - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetList
-
- contains(Object) - Method in class com.avaje.ebeaninternal.server.util.ArrayStack
-
- contains(String, String) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- containsAll(Collection<?>) - Method in class com.avaje.ebean.common.BeanList
-
- containsAll(Collection<?>) - Method in class com.avaje.ebean.common.BeanSet
-
- containsAll(Collection<?>) - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetList
-
- containsFormulaWithJoin() - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
- containsFormulaWithJoin() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- containsFormulaWithJoin() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- containsFormulaWithJoin() - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyDeploy
-
Return true if the property is a formula with a join clause.
- containsFormulaWithJoin() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- containsKey(Object) - Method in class com.avaje.ebean.common.BeanMap
-
- containsKey(Object) - Method in interface com.avaje.ebean.SqlRow
-
Returns true if the map contains the property.
- containsKey(Object) - Method in class com.avaje.ebeaninternal.server.query.DefaultSqlRow
-
- containsMany(BeanDescriptor<?>, ManyWhereJoins) - Method in interface com.avaje.ebeaninternal.api.SpiExpression
-
Process "Many" properties populating ManyWhereJoins.
- containsMany(BeanDescriptor<?>, ManyWhereJoins) - Method in interface com.avaje.ebeaninternal.api.SpiExpressionList
-
Process "Many" properties populating ManyWhereJoins.
- containsMany() - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
Returns false.
- containsMany() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- containsMany() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
Returns true.
- containsMany() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- containsMany() - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyDeploy
-
Return true if there is a property on the path that is a many property.
- containsMany(BeanDescriptor<?>, ManyWhereJoins) - Method in class com.avaje.ebeaninternal.server.expression.AbstractExpression
-
- containsMany(BeanDescriptor<?>, ManyWhereJoins) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExampleExpression
-
- containsMany(BeanDescriptor<?>, ManyWhereJoins) - Method in class com.avaje.ebeaninternal.server.expression.IdInExpression
-
- containsMany() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- containsMany(BeanDescriptor<?>, ManyWhereJoins) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
Return true if one of the expressions is related to a Many property.
- containsManySince(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
- containsManySince(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- containsManySince(String) - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
Return true if there is a many property from sinceProperty to
the end of this chain.
- containsManySince(String) - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyDeploy
-
Return true if there is a property is on the path after sinceProperty
that is a 'many' property.
- containsManySince(String) - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- containsProperty(String) - Method in class com.avaje.ebeaninternal.server.cache.CachedBeanData
-
- containsProperty(String) - Method in class com.avaje.ebeaninternal.server.query.SqlTreeProperties
-
- containsProperty(String) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryDetail
-
- containsValue(Object) - Method in class com.avaje.ebean.common.BeanMap
-
- containsValue(Object) - Method in interface com.avaje.ebean.SqlRow
-
Returns true if the map contains the value.
- containsValue(Object) - Method in class com.avaje.ebeaninternal.server.query.DefaultSqlRow
-
- contextAdd(EntityBean) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Adds this bean to the persistence context prior to executing the query.
- contextAdd(EntityBean) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
Add a bean to the context additions.
- contextDestroyed(ServletContextEvent) - Method in class com.avaje.ebeaninternal.server.core.ServletContextListener
-
The servlet container is stopping.
- contextInitialized(ServletContextEvent) - Method in class com.avaje.ebeaninternal.server.core.ServletContextListener
-
The servlet container is starting.
- continueFetchingInBackground() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
- controller - Variable in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
For per post insert update delete control.
- convert(Object, int) - Static method in class com.avaje.ebeaninternal.server.core.BasicTypeConverter
-
Convert the Object to the required data type.
- convert(Object, int) - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeManager
-
Convert the Object to the required datatype.
- convertAndSet(String, Object) - Method in class com.avaje.ebeaninternal.server.text.csv.TCsvReader.CsvColumn
-
Convert the string to the appropriate value and set it to the bean.
- convertAndSetColumn(int, String, Object) - Method in class com.avaje.ebeaninternal.server.text.csv.TCsvReader
-
- convertFromBytes(byte[]) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBytesBase
-
- convertFromDate(Date) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBaseDate
-
- convertFromDate(Date) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeDate
-
- convertFromDate(Date) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeJodaDateMidnight
-
- convertFromDate(Date) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeJodaLocalDate
-
- convertFromDate(Date) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeUtilDate.DateType
-
- convertFromDbString(String) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBaseVarchar
-
- convertFromDbString(String) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeChar
-
- convertFromDbString(String) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeCharArray
-
- convertFromDbString(String) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeClass
-
- convertFromDbString(String) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeClob
-
- convertFromDbString(String) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeCurrency
-
- convertFromDbString(String) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeLocale
-
- convertFromDbString(String) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeTimeZone
-
- convertFromDbString(String) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeURI
-
- convertFromDbString(String) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeURL
-
- convertFromDbString(String) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeUUID
-
- convertFromTimestamp(Timestamp) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBaseDateTime
-
- convertFromTimestamp(Timestamp) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeCalendar
-
- convertFromTimestamp(Timestamp) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeJodaDateTime
-
- convertFromTimestamp(Timestamp) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeJodaLocalDateTime
-
- convertFromTimestamp(Timestamp) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeTimestamp
-
- convertFromTimestamp(Timestamp) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeUtilDate.TimestampType
-
- convertId(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Convert the type of the idValue if required.
- convertManyFetchJoinsToQueryJoins(boolean, int) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Convert any many joins fetch joins to query joins.
- convertManyFetchJoinsToQueryJoins(boolean, int) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
Convert any many joins fetch joins to query joins.
- convertManyFetchJoinsToQueryJoins(BeanDescriptor<?>, String, boolean, int) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryDetail
-
Convert 'fetch joins' to 'many' properties over to 'query joins'.
- convertOrmUpdateToSql(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Convert the logical orm update statement into sql by converting the bean
properties and bean name to database columns and table.
- convertQuotedIdentifiers(String) - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Convert backticks to the platform specific open quote and close quote
- convertSetId(Object, Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Convert and set the id value.
- convertSetId(Object, Object) - Method in interface com.avaje.ebeaninternal.server.deploy.id.IdBinder
-
Cast or convert the Id value if necessary and optionally set it.
- convertSetId(Object, Object) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- convertSetId(Object, Object) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmpty
-
- convertSetId(Object, Object) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderMultiple
-
- convertSetId(Object, Object) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderSimple
-
- convertToBytes(Object) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBytesBase
-
- convertToDate(T) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBaseDate
-
- convertToDate(Date) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeDate
-
- convertToDate(DateMidnight) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeJodaDateMidnight
-
- convertToDate(LocalDate) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeJodaLocalDate
-
- convertToDate(Date) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeUtilDate.DateType
-
- convertToDbString(T) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBaseVarchar
-
- convertToDbString(Character) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeChar
-
- convertToDbString(char[]) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeCharArray
-
- convertToDbString(Class) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeClass
-
- convertToDbString(String) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeClob
-
- convertToDbString(Currency) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeCurrency
-
- convertToDbString(Locale) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeLocale
-
- convertToDbString(TimeZone) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeTimeZone
-
- convertToDbString(URI) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeURI
-
- convertToDbString(URL) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeURL
-
- convertToDbString(UUID) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeUUID
-
- convertToLogicalType(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Perform DB to Logical type conversion (if necessary).
- convertToTimestamp(T) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBaseDateTime
-
- convertToTimestamp(Calendar) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeCalendar
-
- convertToTimestamp(DateTime) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeJodaDateTime
-
- convertToTimestamp(LocalDateTime) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeJodaLocalDateTime
-
- convertToTimestamp(Timestamp) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeTimestamp
-
- convertToTimestamp(Date) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeUtilDate.TimestampType
-
- convertWhereNaturalKeyToId(Object) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Convert this natural key query into a find by id query.
- convertWhereNaturalKeyToId(Object) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- convertWord() - Method in class com.avaje.ebeaninternal.server.deploy.DeployParser
-
- convertWord() - Method in class com.avaje.ebeaninternal.server.deploy.DeployPropertyParser
-
- convertWord() - Method in class com.avaje.ebeaninternal.server.deploy.DeployPropertyParserMap
-
- convertWord() - Method in class com.avaje.ebeaninternal.server.deploy.DeployPropertyParserRawSql
-
- convertWord() - Method in class com.avaje.ebeaninternal.server.deploy.DeployUpdateParser
-
- copy() - Method in class com.avaje.ebean.cache.ServerCacheOptions
-
Return a copy of this object.
- copy() - Method in class com.avaje.ebean.OrderBy
-
Return a copy of the OrderBy.
- copy() - Method in class com.avaje.ebean.OrderBy.Property
-
Return a copy of this property.
- copy() - Method in interface com.avaje.ebean.Query
-
Return a copy of the query.
- copy() - Method in class com.avaje.ebean.text.json.JsonWriteOptions
-
This creates and returns a copy of these options.
- copy() - Method in class com.avaje.ebean.text.PathProperties
-
Create a copy of this instance so that it can be modified.
- copy(PathProperties) - Method in class com.avaje.ebean.text.PathProperties.Props
-
Create a shallow copy of this Props instance.
- copy() - Method in class com.avaje.ebeaninternal.api.BindParams
-
Return a deep copy of the BindParams.
- copy() - Method in class com.avaje.ebeaninternal.api.BindParams.Param
-
Create a deep copy of the Param.
- copy() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return a copy of the query.
- copy(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoinColumn
-
- copy() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- copy() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryDetail
-
Return a deep copy of the OrmQueryDetail.
- copy() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
Creates a copy of the OrmQueryProperties.
- copy(Query<T>) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
Return a copy of the expression list.
- CopyContext - Class in com.avaje.ebeaninternal.server.deploy
-
Provides context when performing a bean copy.
- CopyContext(boolean, boolean) - Constructor for class com.avaje.ebeaninternal.server.deploy.CopyContext
-
- CopyContext(boolean) - Constructor for class com.avaje.ebeaninternal.server.deploy.CopyContext
-
- copyData() - Method in class com.avaje.ebeaninternal.server.cache.CachedBeanData
-
- copyProperty(Object, Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- copyStateTo(EntityBeanIntercept) - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Copy the internal state of the intercept to another intercept.
- copyTo(DeployTableJoin, boolean, String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoin
-
- copyWithTrim(String) - Method in class com.avaje.ebean.OrderBy
-
Return a copy of this OrderBy with the path trimmed.
- copyWithTrim(String) - Method in class com.avaje.ebean.OrderBy.Property
-
Return a copy of this Property with the path trimmed.
- count(char, String) - Static method in class com.avaje.ebeaninternal.server.query.SplitName
-
Return the number of occurrences of char in name.
- CounterFactory - Class in com.avaje.ebeaninternal.server.deploy.generatedproperty
-
Creates "Counter" GeneratedProperty for various types of number.
- CounterFactory() - Constructor for class com.avaje.ebeaninternal.server.deploy.generatedproperty.CounterFactory
-
- countOccurances(String, String) - Static method in class com.avaje.ebean.util.StringHelper
-
Returns the number of times a particular String occurs in another String.
- countOccurances(String, String) - Static method in class com.avaje.ebeaninternal.server.lib.util.StringHelper
-
Returns the number of times a particular String occurs in another String.
- CQuery<T> - Class in com.avaje.ebeaninternal.server.query
-
An object that represents a SqlSelect statement.
- CQuery(OrmQueryRequest<T>, CQueryPredicates, CQueryPlan) - Constructor for class com.avaje.ebeaninternal.server.query.CQuery
-
Create the Sql select based on the request.
- CQueryBuilder - Class in com.avaje.ebeaninternal.server.query
-
Generates the SQL SELECT statements taking into account the physical
deployment properties.
- CQueryBuilder(BackgroundExecutor, DatabasePlatform, Binder) - Constructor for class com.avaje.ebeaninternal.server.query.CQueryBuilder
-
Create the SqlGenSelect.
- CQueryBuilderRawSql - Class in com.avaje.ebeaninternal.server.query
-
- CQueryEngine - Class in com.avaje.ebeaninternal.server.query
-
Handles the Object Relational fetching.
- CQueryEngine(DatabasePlatform, Binder, BackgroundExecutor) - Constructor for class com.avaje.ebeaninternal.server.query.CQueryEngine
-
- CQueryFetchIds - Class in com.avaje.ebeaninternal.server.query
-
Executes the select row count query.
- CQueryFetchIds(OrmQueryRequest<?>, CQueryPredicates, String, BackgroundExecutor) - Constructor for class com.avaje.ebeaninternal.server.query.CQueryFetchIds
-
Create the Sql select based on the request.
- CQueryOrderBy - Class in com.avaje.ebeaninternal.server.query
-
Creates the order by expression clause.
- CQueryPlan - Class in com.avaje.ebeaninternal.server.query
-
Represents a query for a given SQL statement.
- CQueryPlan(OrmQueryRequest<?>, SqlLimitResponse, SqlTree, boolean, String) - Constructor for class com.avaje.ebeaninternal.server.query.CQueryPlan
-
Create a query plan based on a OrmQueryRequest.
- CQueryPlan(OrmQueryRequest<?>, String, SqlTree, boolean, boolean, String) - Constructor for class com.avaje.ebeaninternal.server.query.CQueryPlan
-
Create a query plan for a raw sql query.
- CQueryPlanRawSql - Class in com.avaje.ebeaninternal.server.query
-
- CQueryPlanRawSql(OrmQueryRequest<?>, SqlLimitResponse, SqlTree, String) - Constructor for class com.avaje.ebeaninternal.server.query.CQueryPlanRawSql
-
- CQueryPlanStats - Class in com.avaje.ebeaninternal.server.query
-
Statistics for a specific query plan that can accumulate.
- CQueryPlanStats(CQueryPlan, boolean) - Constructor for class com.avaje.ebeaninternal.server.query.CQueryPlanStats
-
- CQueryPlanStats.Snapshot - Class in com.avaje.ebeaninternal.server.query
-
A snapshot of the current statistics for a query plan.
- CQueryPlanStats.Snapshot(CQueryPlan, long, long, long, long, long, long, List<MetaQueryPlanOriginCount>) - Constructor for class com.avaje.ebeaninternal.server.query.CQueryPlanStats.Snapshot
-
- CQueryPredicates - Class in com.avaje.ebeaninternal.server.query
-
Compile Query Predicates.
- CQueryPredicates(Binder, OrmQueryRequest<?>) - Constructor for class com.avaje.ebeaninternal.server.query.CQueryPredicates
-
- CQueryRowCount - Class in com.avaje.ebeaninternal.server.query
-
Executes the select row count query.
- CQueryRowCount(OrmQueryRequest<?>, CQueryPredicates, String) - Constructor for class com.avaje.ebeaninternal.server.query.CQueryRowCount
-
Create the Sql select based on the request.
- create(Object[]) - Method in interface com.avaje.ebean.config.CompoundType
-
Create an instance of the compound type given its property values.
- create(String) - Static method in class com.avaje.ebean.EbeanServerFactory
-
Create using ebean.properties to configure the server.
- create(ServerConfig) - Static method in class com.avaje.ebean.EbeanServerFactory
-
Create using the ServerConfig object to configure the server.
- create() - Method in class com.avaje.ebean.RawSqlBuilder
-
Create the immutable RawSql object.
- create(SpiEbeanServer, ServerConfig, ResourceManager) - Static method in class com.avaje.ebeaninternal.server.autofetch.AutoFetchManagerFactory
-
- create(ServerConfig) - Method in class com.avaje.ebeaninternal.server.core.DatabasePlatformFactory
-
Create the appropriate database specific platform.
- create(BeanPropertyAssocMany<T>) - Static method in class com.avaje.ebeaninternal.server.deploy.BeanCollectionHelpFactory
-
Create the helper based on the many property.
- create(OrmQueryRequest<T>) - Static method in class com.avaje.ebeaninternal.server.deploy.BeanCollectionHelpFactory
-
- create(BeanDescriptorMap, DeployBeanPropertyAssocOne<?>, BeanDescriptor<?>) - Static method in class com.avaje.ebeaninternal.server.deploy.BeanEmbeddedMetaFactory
-
Create BeanProperties for embedded beans using the deployment specific DB column name and table alias.
- create(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
- create(BeanDescriptor<T>) - Method in class com.avaje.ebeaninternal.server.deploy.BeanManagerFactory
-
- create(String) - Static method in class com.avaje.ebeaninternal.server.deploy.BeanSqlSelectFactory
-
- create(DeployBeanProperty) - Static method in class com.avaje.ebeaninternal.server.deploy.ReflectGetter
-
Create a reflection based BeanReflectGetter for getting the
id from abstract inheritance hierarchy object.
- create(DeployBeanProperty) - Static method in class com.avaje.ebeaninternal.server.deploy.ReflectSetter
-
Creates place holder objects that should never be called.
- create(BeanDescriptor<?>) - Method in interface com.avaje.ebeaninternal.server.persist.BeanPersisterFactory
-
Create the BeanPersister implemenation for a given type.
- create(BeanDescriptor<?>) - Method in class com.avaje.ebeaninternal.server.persist.dml.DmlBeanPersisterFactory
-
Create a DmlBeanPersister for the given bean type.
- create(List<Bindable>, BeanDescriptor<?>, DmlMode) - Method in class com.avaje.ebeaninternal.server.persist.dmlbind.FactoryAssocOnes
-
Add foreign key columns from associated one beans.
- create(List<Bindable>, BeanDescriptor<?>, DmlMode, boolean) - Method in class com.avaje.ebeaninternal.server.persist.dmlbind.FactoryBaseProperties
-
Add Bindable for the base properties to the list.
- create(List<Bindable>, BeanDescriptor<?>, DmlMode, boolean) - Method in class com.avaje.ebeaninternal.server.persist.dmlbind.FactoryEmbedded
-
Add bindable for the embedded properties to the list.
- create(BeanProperty, DmlMode, boolean) - Method in class com.avaje.ebeaninternal.server.persist.dmlbind.FactoryProperty
-
Create a Bindable for the property given the mode and withLobs flag.
- create(BeanDescriptor<?>) - Method in class com.avaje.ebeaninternal.server.persist.dmlbind.FactoryVersion
-
Create a Bindable for the version property(s) for a bean type.
- create(Class<?>, Class<?>) - Method in interface com.avaje.ebeaninternal.server.reflect.BeanReflectFactory
-
Create the BeanReflect for the given plain bean and its EntityBean equivalent.
- create(Class<?>, Class<?>) - Method in class com.avaje.ebeaninternal.server.reflect.EnhanceBeanReflectFactory
-
- create(Object[]) - Method in class com.avaje.ebeaninternal.server.type.CtCompoundType
-
- create(Map<String, Object>) - Method in class com.avaje.ebeaninternal.server.type.CtCompoundType
-
- create(boolean) - Static method in class com.avaje.ebeaninternal.server.type.EnumToDbValueMap
-
- create(Object[]) - Method in class com.avaje.ebeaninternal.server.type.reflect.ReflectionBasedCompoundType
-
- create(BeanCollectionParams) - Static method in class com.avaje.ebeaninternal.server.util.BeanCollectionFactory
-
Create a BeanCollection for the given parameters.
- createArrayOf(String, Object[]) - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- createAutoFetchManager(SpiEbeanServer) - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- createBatchControl(SpiTransaction) - Method in class com.avaje.ebeaninternal.server.persist.DefaultPersistExecute
-
- createBatchControl(SpiTransaction) - Method in interface com.avaje.ebeaninternal.server.persist.PersistExecute
-
Create a BatchControl for the current transaction.
- createBean() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Create an EntityBean.
- createBean() - Method in class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
Create an EntityBean for this type.
- createBeanFinders(List<Class<?>>) - Method in interface com.avaje.ebeaninternal.server.deploy.BeanFinderManager
-
Create the appropriate BeanController.
- createBeanFinders(List<Class<?>>) - Method in class com.avaje.ebeaninternal.server.deploy.DefaultBeanFinderManager
-
- createBlob() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- createBoolean() - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeFactory
-
Create the ScalarType for mapping Booleans.
- createCache(String, ServerCacheOptions) - Method in interface com.avaje.ebean.cache.ServerCacheFactory
-
Create the cache for the given type with options.
- createCache(String, ServerCacheOptions) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCacheFactory
-
- createCalendar() - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeFactory
-
Create the default ScalarType for java.util.Calendar.
- createCalendar(int) - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeFactory
-
Create a ScalarType for java.util.Calendar explicitly specifying the type
to map to.
- createCallableSql(String) - Static method in class com.avaje.ebean.Ebean
-
Create a CallableSql to execute a given stored procedure.
- createCallableSql(String) - Method in interface com.avaje.ebean.EbeanServer
-
Create a CallableSql to execute a given stored procedure.
- createCallableSql(String) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- createCallStack() - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Create an object to represent the current CallStack.
- createCallStack() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Create a CallStack object.
- createClob() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- createCompoundScalarDataReader(Class<?>, CompoundType<?>, String) - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeManager
-
- createConnectionForQueue(int) - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Grow the pool by creating a new connection.
- createContext() - Method in class com.avaje.ebeaninternal.server.ddl.DdlGenerator
-
- createCopy() - Method in class com.avaje.ebeaninternal.server.core.BootupClasses
-
Create a copy of this object so that classes can be added to it.
- createCsvReader(Class<T>) - Static method in class com.avaje.ebean.Ebean
-
Create a CsvReader for a given beanType.
- createCsvReader(Class<T>) - Method in interface com.avaje.ebean.EbeanServer
-
Create a CsvReader for a given beanType.
- createCsvReader(Class<T>) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- createDataEncryptSupport(String, String) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployUtil
-
- createDataHolder(RemoteTransactionEvent) - Method in class com.avaje.ebeaninternal.server.cluster.SerialiseTransactionHelper
-
Convert the RemoteTransactionEvent to byte[] content.
- createDataReader(ResultSet) - Method in class com.avaje.ebeaninternal.server.query.CQueryPlan
-
- createDataReader(ResultSet) - Method in class com.avaje.ebeaninternal.server.query.CQueryPlanRawSql
-
- createDelete(EbeanServer) - Method in class com.avaje.ebeaninternal.server.deploy.IntersectionRow
-
- createDelete(BeanDescriptor<?>) - Method in class com.avaje.ebeaninternal.server.persist.dml.MetaFactory
-
Create the DeleteMeta for the given bean type.
- createDeleteChildren(EbeanServer) - Method in class com.avaje.ebeaninternal.server.deploy.IntersectionRow
-
- createDeltaBean() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
- createDeployBeanTable() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- createDeployParser() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
- createDeployPropertyParser() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- createDeployPropertyParser() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlSelect
-
- CreatedTimestamp - Annotation Type in com.avaje.ebean.annotation
-
For a timestamp property that is set to the datetime when the entity is
created/inserted.
- createdTransaction - Variable in class com.avaje.ebean.text.csv.DefaultCsvCallback
-
Flag set when we created the transaction.
- createElPropertyValue(String, String, ElPropertyChainBuilder, boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssoc
-
Create a ElPropertyValue for a *ToOne or *ToMany.
- createEmbeddedId() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
Create a bean of the target type to be used as an embeddedId
value.
- createEmpty(boolean) - Method in interface com.avaje.ebeaninternal.server.deploy.BeanCollectionHelp
-
Create an empty collection of the correct type.
- createEmpty(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanListHelp
-
- createEmpty(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanMapHelp
-
- createEmpty(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
- createEmpty(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanSetHelp
-
- createEmptyReference() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
Return an empty reference object.
- createEntityBean(Class<T>) - Method in interface com.avaje.ebean.EbeanServer
-
Create a new instance of T that is an EntityBean (for subclassing).
- createEntityBean(Class<T>) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Create a new EntityBean bean.
- createEntityBean() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Creates a new EntityBean without using the creation queue.
- createEntityBean() - Method in interface com.avaje.ebeaninternal.server.reflect.BeanReflect
-
Create an EntityBean for this type.
- createEntityBean() - Method in class com.avaje.ebeaninternal.server.reflect.EnhanceBeanReflect
-
- createEnumScalarType(Class<?>) - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeManager
-
Create a ScalarType for an Enum that has additional mapping.
- createEnumScalarType(Class<?>) - Method in interface com.avaje.ebeaninternal.server.type.TypeManager
-
Create a ScalarType for an Enum using a mapping (rather than JPA Ordinal
or String which has limitations).
- createExpressionFactory() - Method in interface com.avaje.ebeaninternal.api.SpiExpressionFactory
-
Create another expression factory with a given sub path.
- createExpressionFactory() - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
- createGenerateDmlRequest(boolean) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Create a GenerateDmlRequest used to generate the DML.
- createId(BeanDescriptor<?>) - Method in class com.avaje.ebeaninternal.server.persist.dmlbind.FactoryId
-
Add uniqueId properties.
- createIdBinder(BeanProperty[]) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager
-
- createIdBinder(BeanProperty[]) - Method in interface com.avaje.ebeaninternal.server.deploy.BeanDescriptorMap
-
- createIdBinder(BeanProperty[]) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderFactory
-
Create the IdConvertSet for the given type of Id properties.
- createIdProperties(BeanDescriptorMap) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanTable
-
Return the id properties.
- createImmutableCopy() - Method in class com.avaje.ebean.RawSql.ColumnMapping
-
Creates an immutable copy of this ColumnMapping.
- createImmutableMeta(Class<?>) - Method in class com.avaje.ebeaninternal.server.type.reflect.ImmutableMetaFactory
-
- createImplicitTransIfRequired(boolean) - Method in class com.avaje.ebeaninternal.server.core.BeanRequest
-
A helper method for creating an implicit transaction is it is required.
- createImportedId(BeanPropertyAssoc<?>, BeanDescriptor<?>, TableJoin) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssoc
-
Build the list of imported property.
- createInsert(EbeanServer) - Method in class com.avaje.ebeaninternal.server.deploy.IntersectionRow
-
- createInsert(BeanDescriptor<?>) - Method in class com.avaje.ebeaninternal.server.persist.dml.MetaFactory
-
Create the InsertMeta for the given bean type.
- createInsertTimestamp(DeployBeanProperty) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.InsertTimestampFactory
-
Create the insert GeneratedProperty depending on the property type.
- CreateIntersectionTable - Class in com.avaje.ebeaninternal.server.ddl
-
Create the sql to create the intersection table and its foreign key
constraints.
- CreateIntersectionTable(DdlGenContext, BeanPropertyAssocMany<?>) - Constructor for class com.avaje.ebeaninternal.server.ddl.CreateIntersectionTable
-
- createIntersectionTableJoin() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocMany
-
Create the immutable version of the intersection join.
- createInverse(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoin
-
- createInverseTableJoin() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocMany
-
Create the immutable version of the inverse join.
- createJoinColumn(String, DeployTableJoin, boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanTable
-
- createJsonContext() - Static method in class com.avaje.ebean.Ebean
-
Create a JsonContext that will use the default configuration options.
- createJsonContext() - Method in interface com.avaje.ebean.EbeanServer
-
Create a JsonContext that will use the default configuration options.
- createJsonContext() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- createJsonContext(SpiEbeanServer) - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- createMathBigInteger() - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeFactory
-
Create a ScalarType for java.math.BigInteger.
- createNamedQuery(Class<T>, String) - Static method in class com.avaje.ebean.Ebean
-
Return a named Query that will have defined fetch paths, predicates etc.
- createNamedQuery(Class<T>, String) - Method in interface com.avaje.ebean.EbeanServer
-
- createNamedQuery(Class<T>, String) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- createNamedSqlQuery(String) - Static method in class com.avaje.ebean.Ebean
-
Create a named sql query.
- createNamedSqlQuery(String) - Method in interface com.avaje.ebean.EbeanServer
-
- createNamedSqlQuery(String) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- createNamedSqlUpdate(String) - Static method in class com.avaje.ebean.Ebean
-
Create a named sql update.
- createNamedSqlUpdate(String) - Method in interface com.avaje.ebean.EbeanServer
-
- createNamedSqlUpdate(String) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- createNamedUpdate(Class<T>, String) - Static method in class com.avaje.ebean.Ebean
-
Create a named orm update.
- createNamedUpdate(Class<T>, String) - Method in interface com.avaje.ebean.EbeanServer
-
- createNamedUpdate(Class<T>, String) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- createNClob() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- CreateObjectException - Exception in com.avaje.ebeaninternal.server.lib.util
-
A general exception when creating an Object.
- CreateObjectException(Exception) - Constructor for exception com.avaje.ebeaninternal.server.lib.util.CreateObjectException
-
- CreateObjectException(String, Exception) - Constructor for exception com.avaje.ebeaninternal.server.lib.util.CreateObjectException
-
- CreateObjectException(String) - Constructor for exception com.avaje.ebeaninternal.server.lib.util.CreateObjectException
-
- createOldValues() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Create a copy of the bean as it is now.
- createOrmQueryEngine() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- createPersistenceException(SQLException) - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
Create a PersistenceException including interesting information like the
bindLog and sql used.
- createPersistenceException(SQLException, SpiTransaction, String, String) - Static method in class com.avaje.ebeaninternal.server.query.CQuery
-
Create a PersistenceException including interesting information like the
bindLog and sql used.
- createPersister(SpiEbeanServer) - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- createProperties(DeployBeanDescriptor<?>) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployCreateProperties
-
Create the appropriate properties for a bean.
- createQuery(Class<T>, String) - Static method in class com.avaje.ebean.Ebean
-
Create a query using the query language.
- createQuery(Class<T>) - Static method in class com.avaje.ebean.Ebean
-
Create a query for a type of entity bean.
- createQuery(Class<T>, String) - Method in interface com.avaje.ebean.EbeanServer
-
Create a query using the query language.
- createQuery(Class<T>) - Method in interface com.avaje.ebean.EbeanServer
-
- createQuery(Class<T>) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- createQuery(Class<T>, String) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- createQueryRequest(BeanDescriptor<T>, SpiQuery<T>, Transaction) - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Create a query request object.
- createQueryRequest(BeanDescriptor<T>, SpiQuery<T>, Transaction) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- createQueryTransaction() - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Create a ServerTransaction for query purposes.
- createQueryTransaction() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- createQueryTransaction() - Method in class com.avaje.ebeaninternal.server.transaction.TransactionManager
-
- createReference(Object, String) - Method in interface com.avaje.ebeaninternal.server.deploy.BeanCollectionHelp
-
Create a lazy loading proxy for a List Set or Map.
- createReference(Boolean, Object, Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Create a reference bean based on the id.
- createReference(Object, String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanListHelp
-
- createReference(Object, String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanMapHelp
-
- createReference(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
- createReference(Object, String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanSetHelp
-
- createReferenceIfNull(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
- createRelationalQueryEngine() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- createResourceManager(ServerConfig) - Static method in class com.avaje.ebeaninternal.server.resource.ResourceManagerFactory
-
Create the resource manager given the properties for this server.
- createResourceSource(ServerConfig) - Static method in class com.avaje.ebeaninternal.server.resource.ResourceManagerFactory
-
Return the resource loader for external sql files.
- createScopeTrans(TxScope) - Static method in class com.avaje.ebeaninternal.api.HelpScopeTrans
-
Create a ScopeTrans for a given methods TxScope.
- createScopeTrans(TxScope) - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Create a ScopeTrans for a method for the given scope definition.
- createScopeTrans(TxScope) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- createSequenceIdGenerator(BackgroundExecutor, DataSource, String, int) - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Return a DB Sequence based IdGenerator.
- createSequenceIdGenerator(BackgroundExecutor, DataSource, String, int) - Method in class com.avaje.ebean.config.dbplatform.DB2Platform
-
Return a DB2 specific sequence IdGenerator that supports batch fetching
sequence values.
- createSequenceIdGenerator(BackgroundExecutor, DataSource, String, int) - Method in class com.avaje.ebean.config.dbplatform.H2Platform
-
Return a H2 specific sequence IdGenerator that supports batch fetching
sequence values.
- createSequenceIdGenerator(BackgroundExecutor, DataSource, String, int) - Method in class com.avaje.ebean.config.dbplatform.HsqldbPlatform
-
Return a H2 specific sequence IdGenerator that supports batch fetching
sequence values.
- createSequenceIdGenerator(BackgroundExecutor, DataSource, String, int) - Method in class com.avaje.ebean.config.dbplatform.MySqlPlatform
-
Return null in case there is a sequence annotation.
- createSequenceIdGenerator(BackgroundExecutor, DataSource, String, int) - Method in class com.avaje.ebean.config.dbplatform.Oracle10Platform
-
- createSequenceIdGenerator(BackgroundExecutor, DataSource, String, int) - Method in class com.avaje.ebean.config.dbplatform.PostgresPlatform
-
Create a Postgres specific sequence IdGenerator.
- createSequenceIdGenerator(BackgroundExecutor, DataSource, String, int) - Method in class com.avaje.ebean.config.dbplatform.SQLitePlatform
-
Return null in case there is a sequence annotation.
- CreateSequenceVisitor - Class in com.avaje.ebeaninternal.server.ddl
-
Used to generate the drop table DDL script.
- CreateSequenceVisitor(DdlGenContext) - Constructor for class com.avaje.ebeaninternal.server.ddl.CreateSequenceVisitor
-
- createServer(ServerConfig) - Method in interface com.avaje.ebean.common.BootupEbeanManager
-
Create the EbeanServer for a given configuration.
- createServer(String) - Method in interface com.avaje.ebean.common.BootupEbeanManager
-
Create an EbeanServer just using the name.
- createServer(String) - Method in class com.avaje.ebeaninternal.server.core.DefaultServerFactory
-
Create the server reading configuration information from ebean.properties.
- createServer(ServerConfig) - Method in class com.avaje.ebeaninternal.server.core.DefaultServerFactory
-
Create the implementation from the configuration.
- createServerTransaction(boolean, int) - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Create a ServerTransaction.
- createServerTransaction(boolean, int) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- createSqlQuery(String) - Static method in class com.avaje.ebean.Ebean
-
Create a
SqlQuery for executing native sql
query statements.
- createSqlQuery(String) - Method in interface com.avaje.ebean.EbeanServer
-
- createSqlQuery(String) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- createSqlUpdate(String) - Static method in class com.avaje.ebean.Ebean
-
Create a sql update for executing native dml statements.
- createSqlUpdate(String) - Method in interface com.avaje.ebean.EbeanServer
-
- createSqlUpdate(String) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- createSQLXML() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- createStatement() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- createStatement(int, int) - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- createStatement(int, int, int) - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- createStatement() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Creates a wrapper ExtendedStatement so that I can get the executed sql.
- createStatement(int, int) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- createStatement(int, int, int) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- createStruct(String, Object[]) - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- CreateTableColumnVisitor - Class in com.avaje.ebeaninternal.server.ddl
-
Used as part of CreateTableVisitor to generated the create table DDL script.
- CreateTableColumnVisitor(CreateTableVisitor, DdlGenContext) - Constructor for class com.avaje.ebeaninternal.server.ddl.CreateTableColumnVisitor
-
- CreateTableVisitor - Class in com.avaje.ebeaninternal.server.ddl
-
Used to generated the create table DDL script.
- CreateTableVisitor(DdlGenContext) - Constructor for class com.avaje.ebeaninternal.server.ddl.CreateTableVisitor
-
- createThreadPool(String) - Static method in class com.avaje.ebeaninternal.server.lib.thread.ThreadPool
-
Create and return a ThreadPool reading configuration from GlobalProperties.
- createTransaction() - Method in interface com.avaje.ebean.EbeanServer
-
Create a new transaction that is not held in TransactionThreadLocal.
- createTransaction(TxIsolation) - Method in interface com.avaje.ebean.EbeanServer
-
Create a new transaction additionally specifying the isolation level.
- createTransaction() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Creates a new Transaction that is NOT stored in TransactionThreadLocal.
- createTransaction(TxIsolation) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Create a transaction additionally specify the Isolation level.
- createTransaction(boolean, int) - Method in class com.avaje.ebeaninternal.server.transaction.TransactionManager
-
Create a new Transaction.
- createTunedFetch(OrmQueryDetail) - Method in class com.avaje.ebeaninternal.server.autofetch.Statistics
-
- createUnpooledConnection() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Create a Connection that will not be part of the connection pool.
- createUpdate(Class<T>, String) - Static method in class com.avaje.ebean.Ebean
-
Create a orm update where you will supply the insert/update or delete
statement (rather than using a named one that is already defined using the
@NamedUpdates annotation).
- createUpdate(Class<T>, String) - Method in interface com.avaje.ebean.EbeanServer
-
Create a update for an entity bean where you will manually specify the
insert update or delete statement.
- createUpdate(Class<T>, String) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- createUpdate(BeanDescriptor<?>) - Method in class com.avaje.ebeaninternal.server.persist.dml.MetaFactory
-
Create the UpdateMeta for the given bean type.
- createUtilDate() - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeFactory
-
Create the default ScalarType for java.util.Date.
- createUtilDate(int) - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeFactory
-
Create a ScalarType for java.util.Date explicitly specifying the type to
map to.
- createVanillaBean() - Method in interface com.avaje.ebeaninternal.server.reflect.BeanReflect
-
Create a plain vanilla bean for this type.
- createVanillaBean() - Method in class com.avaje.ebeaninternal.server.reflect.EnhanceBeanReflect
-
- CsvCallback<T> - Interface in com.avaje.ebean.text.csv
-
Provides callback methods for customisation of CSV processing.
- CsvReader<T> - Interface in com.avaje.ebean.text.csv
-
Reads CSV data turning it into object graphs that you can be saved (inserted)
or processed yourself.
- CsvUtilReader - Class in com.avaje.ebeaninternal.server.text.csv
-
Glen Smith's CSV reader released under Apache License version 2.
- CsvUtilReader(Reader) - Constructor for class com.avaje.ebeaninternal.server.text.csv.CsvUtilReader
-
Constructs CSVReader using a comma for the separator.
- CsvUtilReader(Reader, char) - Constructor for class com.avaje.ebeaninternal.server.text.csv.CsvUtilReader
-
Constructs CSVReader with supplied separator.
- CsvUtilReader(Reader, char, char) - Constructor for class com.avaje.ebeaninternal.server.text.csv.CsvUtilReader
-
Constructs CSVReader with supplied separator and quote char.
- CsvUtilReader(Reader, char, char, int) - Constructor for class com.avaje.ebeaninternal.server.text.csv.CsvUtilReader
-
Constructs CSVReader with supplied separator and quote char.
- CtCompoundProperty - Class in com.avaje.ebeaninternal.server.type
-
Wraps a CompoundTypeProperty with it's type and parent for nested compound
types.
- CtCompoundProperty(String, CtCompoundProperty, CtCompoundType<?>, CompoundTypeProperty<?, ?>) - Constructor for class com.avaje.ebeaninternal.server.type.CtCompoundProperty
-
- CtCompoundPropertyElAdapter - Class in com.avaje.ebeaninternal.server.type
-
Adapter for CtCompoundProperty to ElPropertyValue.
- CtCompoundPropertyElAdapter(CtCompoundProperty) - Constructor for class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- CtCompoundType<V> - Class in com.avaje.ebeaninternal.server.type
-
The internal representation of a Compound Type (Immutable Compound Value
Object).
- CtCompoundType(Class<V>, CompoundType<V>, ScalarDataReader<Object>[]) - Constructor for class com.avaje.ebeaninternal.server.type.CtCompoundType
-
- CtCompoundTypeScalarList - Class in com.avaje.ebeaninternal.server.type
-
Used to build a flat list of all the scalar types nested in a compound type.
- CtCompoundTypeScalarList() - Constructor for class com.avaje.ebeaninternal.server.type.CtCompoundTypeScalarList
-
- currentlyBackgroundLoading - Variable in class com.avaje.ebean.config.dbplatform.SequenceIdGenerator
-
- currentPacketId() - Method in class com.avaje.ebeaninternal.server.cluster.PacketWriter
-
Return the currentPacketId.
- currentPos() - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- currentTransaction() - Static method in class com.avaje.ebean.Ebean
-
Returns the current transaction or null if there is no current transaction
in scope.
- currentTransaction() - Method in interface com.avaje.ebean.EbeanServer
-
Returns the current transaction or null if there is no current transaction
in scope.
- currentTransaction() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Return the current transaction or null if there is not one currently in
scope.
- customProperties - Variable in class com.avaje.ebean.config.DataSourceConfig
-
- ge(String, Object) - Static method in class com.avaje.ebean.Expr
-
Greater Than or Equal to - property greater than or equal to the given
value.
- ge(String, Object) - Method in interface com.avaje.ebean.ExpressionFactory
-
Greater Than or Equal to - property greater than or equal to the given
value.
- ge(String, Object) - Method in interface com.avaje.ebean.ExpressionList
-
Greater Than or Equal to - property greater than or equal to the given
value.
- ge(String, Object) - Method in interface com.avaje.ebean.Filter
-
Greater Than or Equal to - property greater than or equal to the given
value.
- ge(String, Object) - Method in class com.avaje.ebeaninternal.server.el.ElFilter
-
- ge(String, Object) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
Greater Than or Equal to - property greater than or equal to the given
value.
- ge(String, Object) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- GeneralException - Exception in com.avaje.ebeaninternal.server.lib.util
-
A general exception that can be used for multiple purposes.
- GeneralException(Exception) - Constructor for exception com.avaje.ebeaninternal.server.lib.util.GeneralException
-
- GeneralException(String, Exception) - Constructor for exception com.avaje.ebeaninternal.server.lib.util.GeneralException
-
- GeneralException(String) - Constructor for exception com.avaje.ebeaninternal.server.lib.util.GeneralException
-
- generate(StringBuilder) - Method in class com.avaje.ebeaninternal.server.lib.util.Dnode
-
Generate this node as xml to the buffer.
- generateCreateDdl() - Method in class com.avaje.ebeaninternal.server.ddl.DdlGenerator
-
- GeneratedCounter - Class in com.avaje.ebeaninternal.server.deploy.generatedproperty
-
A general number counter for various number types.
- GeneratedCounter(int) - Constructor for class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedCounter
-
- GeneratedCounterInteger - Class in com.avaje.ebeaninternal.server.deploy.generatedproperty
-
Used to create a counter version column for Integer.
- GeneratedCounterInteger() - Constructor for class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedCounterInteger
-
- GeneratedCounterLong - Class in com.avaje.ebeaninternal.server.deploy.generatedproperty
-
Used to create a counter version column for Long.
- GeneratedCounterLong() - Constructor for class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedCounterLong
-
- generateDdl() - Method in class com.avaje.ebeaninternal.server.ddl.DdlGenerator
-
Generate the DDL drop and create scripts if the properties have been set.
- GeneratedInsertDate - Class in com.avaje.ebeaninternal.server.deploy.generatedproperty
-
Used to generate a (java.util.Date) timestamp when a bean is inserted.
- GeneratedInsertDate() - Constructor for class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedInsertDate
-
- GeneratedInsertLong - Class in com.avaje.ebeaninternal.server.deploy.generatedproperty
-
Used to generate a (Long) timestamp when a bean is inserted.
- GeneratedInsertLong() - Constructor for class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedInsertLong
-
- GeneratedInsertTimestamp - Class in com.avaje.ebeaninternal.server.deploy.generatedproperty
-
Used to generate a timestamp when a bean is inserted.
- GeneratedInsertTimestamp() - Constructor for class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedInsertTimestamp
-
- GenerateDmlRequest - Class in com.avaje.ebeaninternal.server.persist.dml
-
Helper to support the generation of DML statements.
- GenerateDmlRequest(boolean, Set<String>, Object) - Constructor for class com.avaje.ebeaninternal.server.persist.dml.GenerateDmlRequest
-
Create with includeWhereProps same as includeProps.
- GenerateDmlRequest(boolean, Set<String>, Set<String>, Object) - Constructor for class com.avaje.ebeaninternal.server.persist.dml.GenerateDmlRequest
-
Create from a PersistRequestBean.
- GenerateDmlRequest(boolean) - Constructor for class com.avaje.ebeaninternal.server.persist.dml.GenerateDmlRequest
-
Create for generating standard all properties DML/SQL.
- GeneratedProperty - Interface in com.avaje.ebeaninternal.server.deploy.generatedproperty
-
Used to generate values for a property rather than have then set by the user.
- GeneratedPropertyFactory - Class in com.avaje.ebeaninternal.server.deploy.generatedproperty
-
Default implementation of GeneratedPropertyFactory.
- GeneratedPropertyFactory() - Constructor for class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory
-
- generateDropDdl() - Method in class com.avaje.ebeaninternal.server.ddl.DdlGenerator
-
- GeneratedUpdateDate - Class in com.avaje.ebeaninternal.server.deploy.generatedproperty
-
Generate a (java.util.Date) Timestamp whenever the bean is inserted or
updated.
- GeneratedUpdateDate() - Constructor for class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedUpdateDate
-
- GeneratedUpdateLong - Class in com.avaje.ebeaninternal.server.deploy.generatedproperty
-
Generate a (Long) Timestamp whenever the bean is inserted or updated.
- GeneratedUpdateLong() - Constructor for class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedUpdateLong
-
- GeneratedUpdateTimestamp - Class in com.avaje.ebeaninternal.server.deploy.generatedproperty
-
Generate a Timestamp whenever the bean is inserted or updated.
- GeneratedUpdateTimestamp() - Constructor for class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedUpdateTimestamp
-
- get(Class<?>, Object) - Method in interface com.avaje.ebean.bean.PersistenceContext
-
Return an object given its type and unique id.
- get(Object) - Method in interface com.avaje.ebean.cache.ServerCache
-
Return the value given the key.
- get(int) - Method in class com.avaje.ebean.common.BeanList
-
- get(Object) - Method in class com.avaje.ebean.common.BeanMap
-
- get(int) - Method in class com.avaje.ebean.config.dbplatform.DbTypeMap
-
Return the type for a given jdbc type.
- get(String, String) - Method in class com.avaje.ebean.config.GlobalProperties.DelegatedGlobalPropertySource
-
- get(String, String) - Static method in class com.avaje.ebean.config.GlobalProperties
-
Return a String property with a default value.
- get(String, String) - Method in interface com.avaje.ebean.config.GlobalProperties.PropertySource
-
Get a property.
- get(Object) - Method in interface com.avaje.ebean.SqlRow
-
Return a property value by its name.
- get(String) - Method in class com.avaje.ebean.text.json.JsonElementObject
-
- get(String) - Method in class com.avaje.ebean.text.PathProperties
-
Get the properties for a given path.
- get() - Static method in class com.avaje.ebean.text.TimeStringParser
-
Return a shared instance as this is thread safe.
- get(Object) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache
-
Return a value from the cache.
- get(boolean) - Method in class com.avaje.ebeaninternal.server.core.CObjectGraphNodeStatistics
-
- get(Class<?>, Object) - Method in class com.avaje.ebeaninternal.server.deploy.CopyContext
-
Return the bean for the given type and id from the persistence context.
- get(DeployBeanProperty, Class<T>) - Method in class com.avaje.ebeaninternal.server.deploy.parse.AnnotationBase
-
Return the annotation for the property.
- get(Object) - Method in class com.avaje.ebeaninternal.server.deploy.ReflectGetter.IdGetter
-
- get(Object) - Method in class com.avaje.ebeaninternal.server.deploy.ReflectGetter.NonIdGetter
-
- get(Object) - Method in class com.avaje.ebeaninternal.server.lib.sql.PstmtCache
-
additionally maintains hit and miss statistics.
- get() - Method in class com.avaje.ebeaninternal.server.query.BaseFuture
-
- get(long, TimeUnit) - Method in class com.avaje.ebeaninternal.server.query.BaseFuture
-
- get(Object) - Method in class com.avaje.ebeaninternal.server.query.DefaultSqlRow
-
- get(int) - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetList
-
- get(int) - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetPagingQuery
-
- get(int, Set<String>, BeanDescriptor<?>) - Static method in class com.avaje.ebeaninternal.server.query.LoadedPropertiesCache
-
- get(Object) - Method in interface com.avaje.ebeaninternal.server.reflect.BeanReflectGetter
-
Return the value of a given bean property.
- get(Class<?>, Object) - Method in class com.avaje.ebeaninternal.server.transaction.DefaultPersistenceContext
-
Return an object given its type and unique id.
- get() - Method in class com.avaje.ebeaninternal.server.transaction.DefaultTransactionScopeManager
-
- get(String) - Static method in class com.avaje.ebeaninternal.server.transaction.DefaultTransactionThreadLocal
-
Return the current Transaction for this serverName and Thread.
- get() - Method in class com.avaje.ebeaninternal.server.transaction.ExternalTransactionScopeManager
-
- get() - Method in class com.avaje.ebeaninternal.server.transaction.TransactionMap.State
-
- get() - Method in class com.avaje.ebeaninternal.server.transaction.TransactionScopeManager
-
Return the current Transaction for this serverName and Thread.
- getAckResendMessages(IncomingPacketsLastAck) - Method in class com.avaje.ebeaninternal.server.cluster.mcast.IncomingPacketsProcessed
-
Build the list of ACK and RESEND messages that we should send out
to the other members of the cluster.
- getAckResendMessages(IncomingPacketsLastAck) - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastPacketControl
-
- getActualCollection() - Method in interface com.avaje.ebean.bean.BeanCollection
-
Returns the underlying List Set or Map object.
- getActualCollection() - Method in class com.avaje.ebean.common.BeanList
-
Returns the underlying list.
- getActualCollection() - Method in class com.avaje.ebean.common.BeanMap
-
Returns the underlying map.
- getActualCollection() - Method in class com.avaje.ebean.common.BeanSet
-
Returns the underlying set.
- getActualDetails() - Method in interface com.avaje.ebean.bean.BeanCollection
-
Returns the underlying collection of beans from the Set, Map or List.
- getActualDetails() - Method in class com.avaje.ebean.common.BeanList
-
- getActualDetails() - Method in class com.avaje.ebean.common.BeanMap
-
Returns the collection of beans (map values).
- getActualDetails() - Method in class com.avaje.ebean.common.BeanSet
-
- getActualEntries() - Method in interface com.avaje.ebean.bean.BeanCollection
-
Returns the underlying entries so for Maps this is a collection of
Map.Entry.
- getActualEntries() - Method in class com.avaje.ebean.common.BeanList
-
- getActualEntries() - Method in class com.avaje.ebean.common.BeanMap
-
Returns the map entrySet.
- getActualEntries() - Method in class com.avaje.ebean.common.BeanSet
-
- getActualList() - Method in class com.avaje.ebean.common.BeanList
-
Return the actual underlying list.
- getActualMap() - Method in class com.avaje.ebean.common.BeanMap
-
Return the actual underlying map.
- getActualSet() - Method in class com.avaje.ebean.common.BeanSet
-
Return the actual underlying set.
- getAdditionalHaving() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return additional having clause.
- getAdditionalHaving() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
Return any additional having clauses.
- getAdditionalWhere() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return additional where clause.
- getAdditionalWhere() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
Return any additional where clauses.
- getAddress() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastSender
-
Return the send Address so that if we have loopback messages we can
detect if they where sent by this local sender and hence should be
ignored.
- getAdminAutofetch() - Method in interface com.avaje.ebean.EbeanServer
-
Return the AdminAutofetch which is used to control and configure the
Autofetch service at runtime.
- getAdminAutofetch() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- getAlias() - Method in class com.avaje.ebeaninternal.server.lib.util.MailAddress
-
Return the alias.
- getAllIncludedProperties() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
Return all the properties including the bean joins.
- getArray() - Method in class com.avaje.ebeaninternal.server.persist.BatchedBeanControl
-
Return the BatchedBeanHolder's ready for sorting and executing.
- getArray() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getArray() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getAsciiStream() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getAsList() - Method in interface com.avaje.ebean.PagingList
-
Return the data for all the pages in the form of a single List.
- getAsList() - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetPagingQuery
-
- getAssocBean() - Method in class com.avaje.ebeaninternal.api.DerivedRelationshipData
-
- getAssocIdInExpr(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
Returns null as not an AssocOne.
- getAssocIdInExpr(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getAssocIdInExpr(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
Return the logical id in expression taking into account embedded id's.
- getAssocIdInExpr(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
Return the logical id in expression taking into account embedded id's.
- getAssocIdInExpr(String) - Method in interface com.avaje.ebeaninternal.server.deploy.id.IdBinder
-
Return the logical id in expression taking into account embedded id's.
- getAssocIdInExpr(String) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- getAssocIdInExpr(String) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmpty
-
- getAssocIdInExpr(String) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderMultiple
-
- getAssocIdInExpr(String) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderSimple
-
- getAssocIdInExpr(String) - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- getAssocIdInExpr(String) - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyValue
-
Return the logical id in expression taking into account embedded id's.
- getAssocIdInExpr(String) - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- getAssocIdInValueExpr(int) - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
Returns null as not an AssocOne.
- getAssocIdInValueExpr(int) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getAssocIdInValueExpr(int) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
Return the logical id value expression taking into account embedded id's.
- getAssocIdInValueExpr(int) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
Return the logical id value expression taking into account embedded id's.
- getAssocIdInValueExpr(int) - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- getAssocIdInValueExpr(int) - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyValue
-
Return the logical id value expression taking into account embedded id's.
- getAssocIdInValueExpr(int) - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- getAssocOneIdExpr(String, String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
Returns null as not an AssocOne.
- getAssocOneIdExpr(String, String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getAssocOneIdExpr(String, String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
Return the Id expression to add to where clause etc.
- getAssocOneIdExpr(String, String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
Return the Id expression to add to where clause etc.
- getAssocOneIdExpr(String, String) - Method in interface com.avaje.ebeaninternal.server.deploy.id.IdBinder
-
Build a string of the logical expressions.
- getAssocOneIdExpr(String, String) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- getAssocOneIdExpr(String, String) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmpty
-
- getAssocOneIdExpr(String, String) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderMultiple
-
- getAssocOneIdExpr(String, String) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderSimple
-
- getAssocOneIdExpr(String, String) - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- getAssocOneIdExpr(String, String) - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyValue
-
Return the Id expression string.
- getAssocOneIdExpr(String, String) - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- getAssocOneIdValues(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
Returns null as not an AssocOne.
- getAssocOneIdValues(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getAssocOneIdValues(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
Return the Id values from the given bean.
- getAssocOneIdValues(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
Return the Id values from the given bean.
- getAssocOneIdValues(Object) - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- getAssocOneIdValues(Object) - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyValue
-
Return the Id values for the given bean value.
- getAssocOneIdValues(Object) - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- getAttribute(String) - Method in class com.avaje.ebeaninternal.server.lib.util.Dnode
-
Return the attribute for a given name.
- getAutoCommit() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- getAutoCommit() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Return the default autoCommit setting Connections in this pool will use.
- getAutoCommit() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- getAutofetchConfig() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the configuration for the Autofetch feature.
- getAutofetchDir(ServerConfig, ResourceSource) - Static method in class com.avaje.ebeaninternal.server.resource.ResourceManagerFactory
-
Return the directory that autofetch file goes into.
- getAutofetchDirectory() - Method in class com.avaje.ebeaninternal.server.resource.ResourceManager
-
- getAutoFetchManager() - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Return the AutoFetchListener.
- getAutoFetchManager() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
If return null then no autoFetch profiling for this query.
- getAutoFetchManager() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- getAutoFetchManager() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getAvgLoadedBeans() - Method in interface com.avaje.ebean.meta.MetaQueryPlanStatistic
-
Return the average number of bean loaded per query.
- getAvgLoadedBeans() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlanStats.Snapshot
-
- getAvgMicros() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePoolStatistics
-
Return the average time connections were busy/used.
- getAvgMicros() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionStatistics.LoadValues
-
- getAvgTimeMicros() - Method in interface com.avaje.ebean.meta.MetaQueryPlanStatistic
-
Return the average query execution time in microseconds.
- getAvgTimeMicros() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlanStats.Snapshot
-
- getBackgroundExecutor() - Static method in class com.avaje.ebean.Ebean
-
Return the BackgroundExecutor service for asynchronous processing of
queries.
- getBackgroundExecutor() - Method in interface com.avaje.ebean.EbeanServer
-
Return the BackgroundExecutor service for asynchronous processing of
queries.
- getBackgroundExecutor() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- getBackgroundExecutor() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getBackgroundFetchAfter() - Method in interface com.avaje.ebeaninternal.api.SpiSqlQuery
-
Return the number of rows after which background fetching occurs.
- getBackgroundFetchAfter() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- getBaseCompound() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getBaseScalar() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
Return the base scalar properties (excludes Id and secondary table
properties).
- getBaseTable() - Method in interface com.avaje.ebeaninternal.api.SpiUpdate
-
Return the name of the table being modified.
- getBaseTable() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the base table.
- getBaseTable() - Method in class com.avaje.ebeaninternal.server.deploy.BeanTable
-
Return the base table for this BeanTable.
- getBaseTable() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the base table.
- getBaseTable() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanTable
-
Return the base table for this BeanTable.
- getBaseTable() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
- getBaseTableAlias() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the base table alias.
- getBaseTableFull() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the base table with full structure.
- getBatch() - Method in interface com.avaje.ebeaninternal.api.LoadBeanBuffer
-
- getBatch() - Method in class com.avaje.ebeaninternal.api.LoadBeanRequest
-
Return the batch of beans to actually load.
- getBatch() - Method in interface com.avaje.ebeaninternal.api.LoadManyBuffer
-
- getBatch() - Method in class com.avaje.ebeaninternal.api.LoadManyRequest
-
Return the batch of collections to actually load.
- getBatch() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadBeanContext.LoadBuffer
-
- getBatch() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadManyContext.LoadBuffer
-
- getBatchControl() - Method in interface com.avaje.ebeaninternal.api.SpiTransaction
-
Return the queue used to batch up persist requests.
- getBatchControl() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
- getBatchSize() - Method in interface com.avaje.ebeaninternal.api.SpiTransaction
-
Return the batchSize specifically set for this transaction or 0.
- getBatchSize() - Method in class com.avaje.ebeaninternal.server.persist.BatchControl
-
Return the batchSize.
- getBatchSize() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
Return the batchSize specifically set for this transaction or 0.
- getBean() - Method in class com.avaje.ebean.bean.PersistenceContext.WithOption
-
Return the bean (from the persistence context).
- getBean() - Method in interface com.avaje.ebean.event.BeanPersistRequest
-
Returns the bean being inserted updated or deleted.
- getBean() - Method in class com.avaje.ebeaninternal.api.DerivedRelationshipData
-
- getBean() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Return the bean associated with this request.
- getBean() - Method in class com.avaje.ebeaninternal.server.text.json.ReadJsonContext.ReadBeanState
-
- getBeanCache(Class<?>) - Method in interface com.avaje.ebean.cache.ServerCacheManager
-
Return the cache for beans of a particular type.
- getBeanCache(Class<?>) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCacheManager
-
Return the bean cache for a given bean type.
- getBeanCollection() - Method in class com.avaje.ebeaninternal.server.query.BeanCollectionWrapper
-
Return the underlying BeanCollection.
- getBeanCollectionAdd(Object, String) - Method in interface com.avaje.ebeaninternal.server.deploy.BeanCollectionHelp
-
Return the mechanism to add beans to the underlying collection.
- getBeanCollectionAdd(Object, String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanListHelp
-
- getBeanCollectionAdd(Object, String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanMapHelp
-
- getBeanCollectionAdd(Object, String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
- getBeanCollectionAdd(Object, String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanSetHelp
-
- getBeanCollectionTouched() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return a listener that wants to be notified when the bean collection is
first used.
- getBeanCollectionTouched() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getBeanController() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Return the controller if there is one associated with this type of bean.
- getBeanControllers() - Method in class com.avaje.ebeaninternal.server.core.BootupClasses
-
Return the list of BeanControllers found.
- getBeanDeltaLists() - Method in class com.avaje.ebeaninternal.server.transaction.RemoteTransactionEvent
-
- getBeanDeltas() - Method in class com.avaje.ebeaninternal.api.TransactionEvent
-
- getBeanDescriptor() - Method in interface com.avaje.ebeaninternal.api.LoadBeanBuffer
-
- getBeanDescriptor() - Method in interface com.avaje.ebeaninternal.api.LoadManyBuffer
-
- getBeanDescriptor(Class<T>) - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Return the BeanDescriptor for a given type of bean.
- getBeanDescriptor() - Method in interface com.avaje.ebeaninternal.api.SpiExpressionRequest
-
Return the bean descriptor for the root type.
- getBeanDescriptor(Class<T>) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Return the BeanDescriptor for a given type of bean.
- getBeanDescriptor() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
Return the BeanDescriptor for the associated bean.
- getBeanDescriptor() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Return the BeanDescriptor for the associated bean.
- getBeanDescriptor() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestOrmUpdate
-
- getBeanDescriptor() - Method in interface com.avaje.ebeaninternal.server.core.SpiOrmQueryRequest
-
Return the associated BeanDescriptor.
- getBeanDescriptor(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the BeanDescriptor for a given path of Associated One or Many beans.
- getBeanDescriptor(Class<U>) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the BeanDescriptor of another bean type.
- getBeanDescriptor(Class<T>) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager
-
- getBeanDescriptor(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager
-
- getBeanDescriptor(Class<T>) - Method in interface com.avaje.ebeaninternal.server.deploy.BeanDescriptorMap
-
Return the BeanDescriptor for a given class.
- getBeanDescriptor() - Method in class com.avaje.ebeaninternal.server.deploy.BeanManager
-
Return the BeanDescriptor.
- getBeanDescriptor() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the BeanDescriptor that owns this property.
- getBeanDescriptor() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlSelect
-
- getBeanDescriptor() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlSelectBuilder
-
- getBeanDescriptor() - Method in class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
Return the associated BeanDescriptor for this node.
- getBeanDescriptor() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadBeanContext.LoadBuffer
-
- getBeanDescriptor() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadManyContext
-
- getBeanDescriptor() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadManyContext.LoadBuffer
-
- getBeanDescriptor() - Method in class com.avaje.ebeaninternal.server.transaction.BeanDelta
-
- getBeanDescriptor() - Method in class com.avaje.ebeaninternal.server.transaction.BeanDeltaList
-
- getBeanDescriptor() - Method in class com.avaje.ebeaninternal.server.transaction.BeanPathUpdateIds
-
- getBeanDescriptor() - Method in class com.avaje.ebeaninternal.server.transaction.BeanPersistIds
-
- getBeanDescriptor() - Method in class com.avaje.ebeaninternal.util.DefaultExpressionRequest
-
- getBeanDescriptorById(String) - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Return BeanDescriptor using it's unique id.
- getBeanDescriptorById(String) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Return the BeanDescriptor using its unique id.
- getBeanDescriptorById(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager
-
- getBeanDescriptorList() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager
-
Return an immutable list of all the BeanDescriptors.
- getBeanDescriptorManager() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getBeanDescriptorManager() - Method in class com.avaje.ebeaninternal.server.transaction.TransactionManager
-
- getBeanDescriptors() - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Return all the descriptors.
- getBeanDescriptors(String) - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Return BeanDescriptors mapped to this table.
- getBeanDescriptors() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Return all the BeanDescriptors.
- getBeanDescriptors(String) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Return the BeanDescriptor's for a given table name.
- getBeanDescriptors(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager
-
Return the BeanDescriptors mapped to the table.
- getBeanDescriptors() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager
-
- getBeanFinder() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
Return a bean specific finder if one has been set.
- getBeanFinder() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the beanFinder.
- getBeanFinder(Class<T>) - Method in interface com.avaje.ebeaninternal.server.deploy.BeanFinderManager
-
Return the BeanController for a given entity type.
- getBeanFinder(Class<T>) - Method in class com.avaje.ebeaninternal.server.deploy.DefaultBeanFinderManager
-
Return the BeanFinder for a given entity type.
- getBeanFinder() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the beanFinder.
- getBeanFinders() - Method in class com.avaje.ebeaninternal.server.core.BootupClasses
-
Return the list of BeanFinders found.
- getBeanId(Object) - Method in interface com.avaje.ebean.EbeanServer
-
Return the value of the Id property for a given bean.
- getBeanId(Object) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- getBeanId() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Return the Id value for the bean.
- getBeanListeners() - Method in class com.avaje.ebeaninternal.server.core.BootupClasses
-
Return the list of BeanListeners found.
- getBeanLoaderIndex() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Return the index position for batch loading via BeanLoader.
- getBeanManager(Class<T>) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- getBeanManager() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
- getBeanManager(Class<T>) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager
-
- getBeanManager(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager
-
- getBeanName() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
Return the short bean name.
- getBeanPersistControllers() - Method in class com.avaje.ebeaninternal.server.core.BootupClasses
-
- getBeanPersister() - Method in class com.avaje.ebeaninternal.server.deploy.BeanManager
-
Return the associated BeanPersister.
- getBeanPersistList() - Method in class com.avaje.ebeaninternal.server.transaction.RemoteTransactionEvent
-
- getBeanPersistListeners() - Method in class com.avaje.ebeaninternal.server.core.BootupClasses
-
- getBeanProperty() - Method in interface com.avaje.ebeaninternal.api.LoadManyBuffer
-
- getBeanProperty(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Get a BeanProperty by its name.
- getBeanProperty() - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
- getBeanProperty() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getBeanProperty(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Get a BeanProperty by its name.
- getBeanProperty() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- getBeanProperty() - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyDeploy
-
Return the underlying bean property.
- getBeanProperty() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadManyContext
-
- getBeanProperty() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadManyContext.LoadBuffer
-
- getBeanProperty() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- getBeanPropertyFromDbColumn(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the BeanProperty for the given deployment name.
- getBeanPropertyFromPath(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the bean property traversing the object graph and taking into
account inheritance.
- getBeanPropertyWithInheritance(Object, String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- getBeanQueryAdapters() - Method in class com.avaje.ebeaninternal.server.core.BootupClasses
-
- getBeanReflect() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- getBeanState(Object) - Static method in class com.avaje.ebean.Ebean
-
Return the BeanState for a given entity bean.
- getBeanState(Object) - Method in interface com.avaje.ebean.EbeanServer
-
Return the BeanState for a given entity bean.
- getBeanState(Object) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- getBeanTable(Class<?>) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager
-
- getBeanTable() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssoc
-
Return the BeanTable for this association.
- getBeanTable() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssoc
-
Return the BeanTable for this association.
- getBeanTables() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager
-
- getBeanType() - Method in class com.avaje.ebean.bean.ObjectGraphOrigin
-
The type of bean the query is fetching.
- getBeanType() - Method in interface com.avaje.ebean.meta.MetaQueryPlanStatistic
-
Return the bean type this query plan is for.
- getBeanType() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the type of beans queries.
- getBeanType() - Method in interface com.avaje.ebeaninternal.api.SpiUpdate
-
Return the type of bean being updated.
- getBeanType() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the class type this BeanDescriptor describes.
- getBeanType() - Method in class com.avaje.ebeaninternal.server.deploy.BeanTable
-
Return the class for this beanTable.
- getBeanType() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the class type this BeanDescriptor describes.
- getBeanType() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanTable
-
Return the class for this beanTable.
- getBeanType() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
- getBeanType() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlan
-
- getBeanType() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlanStats.Snapshot
-
- getBeanType() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getBeanType() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
- getBeanType() - Method in class com.avaje.ebeaninternal.util.ParamTypeHelper.TypeInfo
-
- getBeanValue(D) - Method in class com.avaje.ebeaninternal.server.type.BeanToDbMap
-
Return the Bean value given the DB value.
- getBeanValue(T) - Method in class com.avaje.ebeaninternal.server.type.EnumToDbValueMap
-
Return the Bean value given the DB value.
- getBeanVisitor() - Method in class com.avaje.ebeaninternal.server.text.json.WriteJsonContext
-
- getBigDecimal(String) - Method in interface com.avaje.ebean.SqlRow
-
Return a property value as a BigDecimal.
- getBigDecimal(String) - Method in class com.avaje.ebeaninternal.server.query.DefaultSqlRow
-
- getBigDecimal() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getBigDecimal() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getBinaryBytes() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getBinaryBytes() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getBinaryLob(InputStream) - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getBinaryStream() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getBindColumnCount() - Method in class com.avaje.ebeaninternal.server.persist.dml.GenerateDmlRequest
-
- getBinder() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getBindHash() - Method in class com.avaje.ebeaninternal.api.HashQuery
-
Return the bind values hash.
- getBindIdInSql(String) - Method in interface com.avaje.ebeaninternal.server.deploy.id.IdBinder
-
Return the sql for binding the id using an IN clause.
- getBindIdInSql(String) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- getBindIdInSql(String) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmpty
-
- getBindIdInSql(String) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderMultiple
-
- getBindIdInSql(String) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderSimple
-
- getBindIdSql(String) - Method in interface com.avaje.ebeaninternal.server.deploy.id.IdBinder
-
Return the sql for binding the id to.
- getBindIdSql(String) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- getBindIdSql(String) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmpty
-
- getBindIdSql(String) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderMultiple
-
- getBindIdSql(String) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderSimple
-
- getBindIdValues(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the id as an array of scalar bindable values.
- getBindLog() - Method in class com.avaje.ebeaninternal.server.persist.dml.DmlHandler
-
Return the bind log.
- getBindLog() - Method in interface com.avaje.ebeaninternal.server.persist.dml.PersistHandler
-
Return the bind log.
- getBindLog() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
- getBindLog() - Method in class com.avaje.ebeaninternal.server.query.CQueryFetchIds
-
Return the bind log.
- getBindLog() - Method in class com.avaje.ebeaninternal.server.query.CQueryRowCount
-
Return the bind log.
- getBindParams() - Method in interface com.avaje.ebeaninternal.api.SpiCallableSql
-
- getBindParams() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the bind parameters.
- getBindParams() - Method in interface com.avaje.ebeaninternal.api.SpiSqlQuery
-
Return the named or positioned parameters.
- getBindParams() - Method in interface com.avaje.ebeaninternal.api.SpiSqlUpdate
-
- getBindParams() - Method in interface com.avaje.ebeaninternal.api.SpiUpdate
-
Return the bind parameters.
- getBindParams() - Method in class com.avaje.ebeaninternal.server.core.DefaultCallableSql
-
- getBindParams() - Method in class com.avaje.ebeaninternal.server.core.DefaultSqlUpdate
-
Return the bind parameters.
- getBindParams() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getBindParams() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
Return the bind parameters.
- getBindParams() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- getBindParentIds(List<Object>) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
- getBindValues() - Method in interface com.avaje.ebeaninternal.api.SpiExpressionRequest
-
Return the ordered list of bind values for all expressions in this request.
- getBindValues(Object) - Method in interface com.avaje.ebeaninternal.server.deploy.id.IdBinder
-
Return the values as an array of scalar bindable values.
- getBindValues(Object) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- getBindValues(Object) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmpty
-
- getBindValues(Object) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderMultiple
-
- getBindValues(Object) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderSimple
-
- getBindValues() - Method in class com.avaje.ebeaninternal.util.DefaultExpressionRequest
-
- getBlobBytes() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getBlobBytes() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getBlobDbType() - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Return the data type that should be used for Blob.
- getBodyLines() - Method in class com.avaje.ebeaninternal.server.lib.util.MailMessage
-
Return the body text.
- getBoolean(String, boolean) - Method in class com.avaje.ebean.config.GlobalProperties.DelegatedGlobalPropertySource
-
- getBoolean(String, boolean) - Static method in class com.avaje.ebean.config.GlobalProperties
-
Return a boolean property with a default value.
- getBoolean(String, boolean) - Method in interface com.avaje.ebean.config.GlobalProperties.PropertySource
-
- getBoolean(String) - Method in interface com.avaje.ebean.SqlRow
-
Return a property as a Boolean.
- getBoolean(String) - Method in class com.avaje.ebeaninternal.server.query.DefaultSqlRow
-
- getBoolean() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getBoolean() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getBooleanDbType() - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Return the JDBC type used to store booleans.
- getBootupClasses() - Method in class com.avaje.ebeaninternal.server.core.BootupClassPathSearch
-
- getBootupClasses() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getBoundedString(String, String, String) - Static method in class com.avaje.ebean.util.StringHelper
-
This returns the FIRST string in str that is bounded on the left by
leftBound, and bounded on the right by rightBound.
- getBoundedString(String, String, String) - Static method in class com.avaje.ebeaninternal.server.lib.util.StringHelper
-
This returns the FIRST string in str that is bounded on the left by
leftBound, and bounded on the right by rightBound.
- getBufferFetchSizeHint() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the hint for Statement.setFetchSize().
- getBufferFetchSizeHint() - Method in interface com.avaje.ebeaninternal.api.SpiSqlQuery
-
Return the hint for Statement.setFetchSize().
- getBufferFetchSizeHint() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getBufferFetchSizeHint() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- getBufferOutput() - Method in class com.avaje.ebeaninternal.server.text.json.WriteJsonBufferString
-
- getBulkEventListenerMap() - Method in class com.avaje.ebeaninternal.server.transaction.TransactionManager
-
- getBulkTableEventListeners() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the list of BulkTableEventListener instances.
- getBusy() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.Status
-
Return the current number of busy connections in the pool.
- getBusyConnectionInformation() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Returns information describing connections that are currently being used.
- getBusyConnectionInformation() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionQueue
-
- getBusyCount() - Method in class com.avaje.ebeaninternal.server.lib.thread.ThreadPool
-
Return the number of currently busy threads.
- getBusySeconds() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- getBusyThread(String) - Method in class com.avaje.ebeaninternal.server.lib.thread.ThreadPool
-
Find a thread using its name from the busy list.
- getBusyThreads() - Method in class com.avaje.ebeaninternal.server.lib.thread.ThreadPool
-
Return an Iterator of PooledThread that are currently running.
- getByte() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getByte() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getByteArray() - Method in class com.avaje.ebeaninternal.server.cluster.BinaryMessage
-
Return all the content as a byte array.
- getBytes() - Method in class com.avaje.ebeaninternal.server.cluster.Packet
-
Return the Packet as raw bytes.
- getBytes() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getBytes() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getCache(String) - Method in class com.avaje.ebeaninternal.server.cache.DefaultCacheHolder
-
Return the cache for a given bean type.
- getCacheDataValue(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getCacheDataValue(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
- getCacheKey() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Return the key used to cache this on the Connection.
- getCacheManager() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getCacheManager() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager
-
- getCacheManager() - Method in interface com.avaje.ebeaninternal.server.deploy.BeanDescriptorMap
-
Return the Cache Manager.
- getCacheName() - Method in class com.avaje.ebean.cache.ServerCacheStatistics
-
Return the name of the cache.
- getCacheOptions() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the cache options.
- getCacheOptions() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the reference options.
- getCallableSql() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestCallableSql
-
Return the CallableSql.
- getCallback() - Method in class com.avaje.ebean.text.json.JsonWriteOptions
-
Return a JSONP callback function.
- getCallStack() - Method in class com.avaje.ebean.bean.CallStack
-
Return the call stack.
- getCallStack() - Method in class com.avaje.ebean.bean.ObjectGraphOrigin
-
The call stack involved.
- getCascadeInfo() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssoc
-
Get the persist info.
- getCascadeInfo() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssoc
-
Get the persist info.
- getCascadeInfo() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoin
-
Return the persist info.
- getCascadeInfo() - Method in class com.avaje.ebeaninternal.server.deploy.TableJoin
-
Return the persist info.
- getCatalog() - Method in class com.avaje.ebean.config.AbstractNamingConvention
-
Return the catalog.
- getCatalog() - Method in class com.avaje.ebean.config.TableName
-
Gets the catalog.
- getCatalog() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- getCatalog() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- getChangedProps() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Return the set of property names for changed properties.
- getChangedProps() - Method in interface com.avaje.ebean.BeanState
-
Return the set of changed properties.
- getChangedProps() - Method in class com.avaje.ebeaninternal.server.core.DefaultBeanState
-
- getChildrenCount() - Method in class com.avaje.ebeaninternal.server.lib.util.Dnode
-
Return the number of children this node has.
- getChunk(String, boolean) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryDetail
-
- getClass(Type) - Static method in class com.avaje.ebeaninternal.server.type.TypeReflectHelper
-
- getClasses() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the classes registered for this server.
- getClassLoader(Class<?>, boolean) - Static method in class com.avaje.ebeaninternal.api.ClassUtil
-
- getClientInfo(String) - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- getClientInfo() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- getClobDbType() - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Return the data type that should be used for Clob.
- getCloseQuote() - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Return the close quote for quoted identifiers.
- getClusterDebugLevel() - Method in class com.avaje.ebeaninternal.server.transaction.TransactionManager
-
Return the cluster debug level.
- getClusterManager() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getCollectionIdsCache(Class<?>, String) - Method in interface com.avaje.ebean.cache.ServerCacheManager
-
- getCollectionIdsCache(Class<?>, String) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCacheManager
-
- getCollectionScalarType() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertySimpleCollection
-
Return the scalarType of the collection elements.
- getCollectionStart() - Method in interface com.avaje.ebean.meta.MetaQueryPlanStatistic
-
Return the time collection started (or was last reset).
- getCollectionStart() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePoolStatistics
-
Return the start time this set of statistics was collected from.
- getCollectionStart() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionStatistics
-
- getCollectionStart() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionStatistics.LoadValues
-
- getCollectionStart() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlanStats.Snapshot
-
- getColumnDefn(BeanProperty) - Method in class com.avaje.ebeaninternal.server.ddl.DdlGenContext
-
- getColumnFromProperty(Class<?>, String) - Method in class com.avaje.ebean.config.MatchingNamingConvention
-
- getColumnFromProperty(Class<?>, String) - Method in interface com.avaje.ebean.config.NamingConvention
-
Return the column name given the property name.
- getColumnFromProperty(Class<?>, String) - Method in class com.avaje.ebean.config.UnderscoreNamingConvention
-
Converts Camel case property name to underscore based column name.
- getColumnMapping() - Method in class com.avaje.ebean.RawSql
-
Return the column mapping for the SQL columns to bean properties.
- getColumnMapping() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlMeta
-
- getColumnMapping() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlSelect
-
- getColumnNameWidth() - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Return the width for padding whitespace after column names.
- getColumns() - Method in class com.avaje.ebean.RawSql.ColumnMapping
-
Return an iterator of the Columns.
- getColumns() - Method in class com.avaje.ebeaninternal.server.deploy.CompoundUniqueContraint
-
Return the columns that make up this unique constraint.
- getCompoundScalarProperty(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompoundRoot
-
- getCompoundType() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyCompound
-
- getCompoundType(String) - Method in class com.avaje.ebeaninternal.server.type.CtCompoundTypeScalarList
-
- getCompoundType(Class<?>) - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeManager
-
- getCompoundType() - Method in class com.avaje.ebeaninternal.server.type.reflect.ReflectionBasedCompoundType
-
- getCompoundType(Class<?>) - Method in interface com.avaje.ebeaninternal.server.type.TypeManager
-
Return the Internal CompoundType handler for a given compound type.
- getCompoundTypeClass() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundType
-
- getCompoundTypes() - Method in class com.avaje.ebeaninternal.server.core.BootupClasses
-
Return the list of ScalarConverters found.
- getCompoundUniqueConstraints() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the compound unique constraints.
- getCompoundUniqueConstraints() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the compound unique constraints (can be null).
- getConcurrencyMode() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Return the concurrency mode used for this persist.
- getConcurrencyMode() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the concurrency mode used for beans of this type.
- getConcurrencyMode() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the concurrency mode used for beans of this type.
- getConnection() - Method in interface com.avaje.ebean.Transaction
-
Return the underlying Connection object.
- getConnection() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- getConnection() - Method in class com.avaje.ebeaninternal.server.core.BeanRequest
-
Returns the connection from the Transaction.
- getConnection() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Return a pooled connection.
- getConnection(String, String) - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Not implemented and shouldn't be used.
- getConnection() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Return the underlying connection.
- getConnection() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
Return the underlying connection for public use.
- getConstraintName(String, BeanProperty) - Method in class com.avaje.ebeaninternal.server.ddl.CreateTableVisitor
-
- getConstructor() - Method in class com.avaje.ebeaninternal.server.type.reflect.ImmutableMeta
-
- getContent() - Method in class com.avaje.ebeaninternal.server.ddl.DdlGenContext
-
Return the generated content (DDL script).
- getContent() - Method in interface com.avaje.ebeaninternal.server.deploy.DbSqlContext
-
Return the current context of the sql context.
- getContent(String) - Method in class com.avaje.ebeaninternal.server.lib.resource.FileResourceSource
-
Search for the given file and return as IoContent.
- getContent(String) - Method in interface com.avaje.ebeaninternal.server.lib.resource.ResourceSource
-
Find the content with a given entry name.
- getContent(String) - Method in class com.avaje.ebeaninternal.server.lib.resource.UrlResourceSource
-
Search for the given URL resource and return as ResourceContent.
- getContent() - Method in class com.avaje.ebeaninternal.server.query.DefaultDbSqlContext
-
- getContextAdditions() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the objects that should be added to the persistence context prior
to executing the query.
- getContextAdditions() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
Return any beans that should be added to the persistence context prior to
executing the query.
- getContraintInValues() - Method in interface com.avaje.ebeaninternal.server.type.ScalarTypeEnum
-
Return the IN values for DB constraint construction.
- getContraintInValues() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeEnumStandard.OrdinalEnum
-
Return the IN values for DB constraint construction.
- getContraintInValues() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeEnumStandard.StringEnum
-
Return the IN values for DB constraint construction.
- getContraintInValues() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeEnumWithMapping
-
Return the IN values for DB constraint construction.
- getControlType() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.MessageControl
-
- getCount() - Method in interface com.avaje.ebean.meta.MetaObjectGraphNodeStats
-
Return the total count of queries executed for this node.
- getCount() - Method in interface com.avaje.ebean.meta.MetaQueryPlanOriginCount
-
The number of times a query was fired for this node since the counter was
last reset.
- getCount() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePoolStatistics
-
Return the total number of 'get connection' requests.
- getCount() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionStatistics
-
- getCount() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionStatistics.LoadValues
-
- getCounter() - Method in class com.avaje.ebeaninternal.server.autofetch.Statistics
-
Return the number of times the root query has executed.
- getCQueryEngine() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getCreatedByMethod() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Returns the method that created the connection.
- getCreateFileName() - Method in class com.avaje.ebeaninternal.server.ddl.DdlGenerator
-
- getCreateTime() - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache.CacheEntry
-
- getCreationTime() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Return the time the connection was created.
- getCstmt(SpiTransaction, String) - Method in class com.avaje.ebeaninternal.server.persist.PstmtFactory
-
Get a callable statement without any batching.
- getCstmt(SpiTransaction, boolean, String, BatchPostExecute) - Method in class com.avaje.ebeaninternal.server.persist.PstmtFactory
-
Return a callable statement taking into account batch requirements.
- getCstmtCacheSize() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return the size of the CallableStatement cache (per connection).
- getCurrentGroupSize() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastStatus
-
- getCurrentGroupSize() - Method in class com.avaje.ebeaninternal.server.cluster.socket.SocketClusterStatus
-
Return the number of members of the cluster currently online.
- getCurrentPacketId() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastStatus
-
- getCurrentRecipient() - Method in class com.avaje.ebeaninternal.server.lib.util.MailMessage
-
Return the current recipient.
- getCurrentServerTransaction() - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Return the current transaction or null if there is no current transaction.
- getCurrentServerTransaction() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Returns the current transaction (or null) from the scope.
- getCurrentTransaction() - Method in interface com.avaje.ebean.config.ExternalTransactionManager
-
Return the current transaction or null if there is none.
- getCurrentTransaction() - Method in class com.avaje.ebeaninternal.server.transaction.JtaTransactionManager
-
Looks for a current Spring managed transaction and wraps/returns that as a Ebean transaction.
- getCustomProperties() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return a map of custom properties for the jdbc driver connection.
- getData(int) - Method in class com.avaje.ebeaninternal.server.cache.CachedBeanData
-
- getData() - Method in class com.avaje.ebeaninternal.server.cluster.DataHolder
-
- getDatabaseBooleanFalse() - Method in class com.avaje.ebean.config.ServerConfig
-
Return a value used to represent FALSE in the database.
- getDatabaseBooleanTrue() - Method in class com.avaje.ebean.config.ServerConfig
-
Return a value used to represent TRUE in the database.
- getDatabasePlatform() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the database platform to use for this server.
- getDatabasePlatform() - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Return the DatabasePlatform for this server.
- getDatabasePlatform() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- getDatabasePlatform() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getDatabasePlatformName() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the database platform name (can be null).
- getDatabaseSequenceBatchSize() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the number of DB sequence values that should be preallocated.
- getDataHolder() - Method in class com.avaje.ebeaninternal.server.cluster.socket.SocketClusterMessage
-
- getDataReader() - Method in interface com.avaje.ebeaninternal.server.deploy.DbReadContext
-
Return the DataReader.
- getDataReader() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
- getDataSource() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the DataSource.
- getDataSource() - Method in class com.avaje.ebeaninternal.server.transaction.TransactionManager
-
- getDataSourceConfig() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the configuration to build a DataSource using Ebean's own DataSource
implementation.
- getDataSourceJndiName() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the JNDI name of the DataSource to use.
- getDataSourcePool() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Return the DataSourcePool that this connection belongs to.
- getDate(String) - Method in interface com.avaje.ebean.SqlRow
-
Return the property as a sql date.
- getDate(String) - Method in class com.avaje.ebeaninternal.server.query.DefaultSqlRow
-
- getDate() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getDate() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getDbAlias() - Method in class com.avaje.ebean.RawSql.ColumnMapping.Column
-
Return the DB column alias (if it has one).
- getDbBind() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the DB bind parameter.
- getDbBind() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return the DB Bind parameter.
- getDbColumn() - Method in class com.avaje.ebean.RawSql.ColumnMapping.Column
-
Return the DB column name including table alias (if it has one).
- getDbColumn() - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
- getDbColumn() - Method in class com.avaje.ebeaninternal.server.deploy.BeanForeignKey
-
Return the database column.
- getDbColumn() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
The database column name this is mapped to.
- getDbColumn() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyOverride
-
- getDbColumn() - Method in interface com.avaje.ebeaninternal.server.deploy.id.ImportedId
-
For scalar id return the related single db column.
- getDbColumn() - Method in class com.avaje.ebeaninternal.server.deploy.id.ImportedIdEmbedded
-
- getDbColumn() - Method in class com.avaje.ebeaninternal.server.deploy.id.ImportedIdMultiple
-
- getDbColumn() - Method in class com.avaje.ebeaninternal.server.deploy.id.ImportedIdSimple
-
- getDbColumn() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
The database column name this is mapped to.
- getDbColumn() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocOne
-
- getDbColumn() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- getDbColumn() - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyDeploy
-
Return the deployment db column for this property.
- getDbColumn() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- getDbColumnDefn() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return a specific column DDL definition if specified (otherwise null).
- getDbColumnDefn() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return the DB column definition if defined.
- getDbConstraintExpression() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the DB constraint expression (can be null).
- getDbConstraintExpression() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- getDbDdlSyntax() - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Return the DDL syntax for this platform.
- getDbEncrypt() - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Return the DbEncrypt handler for this DB platform.
- getDbEncrypt() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the DbEncrypt used to encrypt and decrypt properties.
- getDbEncryptedType() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getDbEncryptedType() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return the DB type for the encrypted property.
- getDbEncryptFunction(int) - Method in class com.avaje.ebean.config.dbplatform.AbstractDbEncrypt
-
Return the DB encryption function for the given JDBC type.
- getDbEncryptFunction(int) - Method in interface com.avaje.ebean.config.dbplatform.DbEncrypt
-
- getDbEncryptFunction() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- getDbFilterMany() - Method in class com.avaje.ebeaninternal.server.query.CQueryPredicates
-
Return a db filter for filtering many fetch joins.
- getDbHaving() - Method in class com.avaje.ebeaninternal.server.query.CQueryPredicates
-
Return the db column version of the combined where clause.
- getDbIdentity() - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Return the DB identity/sequence features for this platform.
- getDbLength() - Method in class com.avaje.ebean.config.EncryptDeploy
-
Return a hint to specify the DB length.
- getDbLength() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the DB max length (varchar) or precision (decimal).
- getDbLength() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return the DB column length for character columns.
- getDbNullValue(Object) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBase
-
Returns the value that was passed in.
- getDbOrderBy() - Method in interface com.avaje.ebean.config.dbplatform.SqlLimitRequest
-
Return the orderBy clause of the sql query.
- getDbOrderBy() - Method in class com.avaje.ebeaninternal.server.query.CQueryPredicates
-
Return the db column version of the order by clause.
- getDbOrderBy() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryLimitRequest
-
- getDbPlatform() - Method in interface com.avaje.ebean.config.dbplatform.SqlLimitRequest
-
return the database platform
- getDbPlatform() - Method in class com.avaje.ebeaninternal.server.ddl.DdlGenContext
-
Return the dbPlatform.
- getDbPlatform() - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployUtil
-
- getDbPlatform() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryLimitRequest
-
- getDbScale() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the DB scale for numeric columns.
- getDbScale() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return the Db scale for numeric columns.
- getDbSql() - Method in interface com.avaje.ebean.config.dbplatform.SqlLimitRequest
-
Return the sql query.
- getDbSql() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryLimitRequest
-
- getDbType() - Method in interface com.avaje.ebean.config.CompoundTypeProperty
-
This should ONLY be used when the persistence type is different from
the logical type returned.
- getDbType() - Method in class com.avaje.ebeaninternal.server.deploy.BeanForeignKey
-
Return the JDBC datatype of the database column.
- getDbType() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the database jdbc data type this is mapped to.
- getDbType() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return the database jdbc data type this is mapped to.
- getDbType() - Method in class com.avaje.ebeaninternal.server.persist.BindValues.Value
-
Return the type as per java.sql.Types.
- getDbType() - Method in class com.avaje.ebeaninternal.server.type.EnumToDbIntegerMap
-
- getDbType() - Method in class com.avaje.ebeaninternal.server.type.EnumToDbStringMap
-
- getDbType() - Method in class com.avaje.ebeaninternal.server.type.EnumToDbValueMap
-
Return the database type.
- getDbType() - Method in class com.avaje.ebeaninternal.server.type.reflect.ReflectionBasedCompoundTypeProperty
-
- getDbTypeMap() - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Return the mapping of JDBC to DB types.
- getDbTypeMap() - Method in class com.avaje.ebeaninternal.server.ddl.DdlGenContext
-
Return the map used to determine the DB specific type
for a given bean property.
- getDbValue(B) - Method in class com.avaje.ebeaninternal.server.type.BeanToDbMap
-
Return the DB value given the bean value.
- getDbValue(Object) - Method in class com.avaje.ebeaninternal.server.type.EnumToDbValueMap
-
Return the DB value given the bean value.
- getDbWhere() - Method in class com.avaje.ebeaninternal.server.query.CQueryPredicates
-
Return the db column version of the combined where clause.
- getDdlGenerator() - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Return the DDL generator.
- getDdlGenerator() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- getDdlSyntax() - Method in class com.avaje.ebeaninternal.server.ddl.DdlGenContext
-
Return object to handle DB specific DDL syntax.
- getDecryptProperty() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getDecryptProperty(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getDecryptSql(String) - Method in interface com.avaje.ebean.config.dbplatform.DbEncryptFunction
-
Return the SQL for decrypting a column returning a VARCHAR.
- getDecryptSql() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getDecryptSql(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getDefaultOptions() - Method in class com.avaje.ebeaninternal.server.cache.DefaultCacheHolder
-
Return the default cache options.
- getDefaultOrderBy() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the default order by that may need to be added if a many property is
included in the query.
- getDefaultOrderBy() - Method in interface com.avaje.ebeaninternal.server.deploy.id.IdBinder
-
Return the default order by that may need to be used if the query includes
a many property.
- getDefaultOrderBy() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- getDefaultOrderBy() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmpty
-
- getDefaultOrderBy() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderMultiple
-
- getDefaultOrderBy() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderSimple
-
- getDefaultSelectClause() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the default select clause.
- getDefaultSelectClause() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the defaultSelectClause using FetchType.LAZY and FetchType.EAGER.
- getDefaultSelectClauseSet() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the default select clause already parsed into an ordered Set.
- getDefaultValue() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the default value.
- getDefaultValue() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return the default value.
- getDelegate() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
- getDeleteByIdMap() - Method in class com.avaje.ebeaninternal.api.TransactionEvent
-
- getDeleteByIdMap() - Method in class com.avaje.ebeaninternal.server.transaction.RemoteTransactionEvent
-
- getDeleteIds() - Method in class com.avaje.ebeaninternal.server.transaction.BeanPersistIds
-
- getDeltaBeans() - Method in class com.avaje.ebeaninternal.server.transaction.BeanDeltaList
-
- getDependantTables() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the tables this bean is dependent on.
- getDependantTables() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the tables this bean is dependant on.
- getDeployCreateProperties() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getDeployEmbedded() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocOne
-
Return the deploy information specifically for the deployment
of Embedded beans.
- getDeployEmbedded() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyCompound
-
Return the deploy information specifically for the deployment
of Embedded beans.
- getDeployInherit() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getDeployOrder() - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
- getDeployOrder() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the order this property appears in the bean.
- getDeployOrder() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- getDeployOrder() - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyValue
-
Return the deploy order for the property.
- getDeployOrder() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- getDeployOrmXml() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getDeployProperty() - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
- getDeployProperty() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getDeployUtil() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getDeployWord(String) - Method in class com.avaje.ebeaninternal.server.deploy.DeployParser
-
- getDeployWord(String) - Method in class com.avaje.ebeaninternal.server.deploy.DeployPropertyParser
-
- getDeployWord(String) - Method in class com.avaje.ebeaninternal.server.deploy.DeployPropertyParserMap
-
- getDeployWord(String) - Method in class com.avaje.ebeaninternal.server.deploy.DeployPropertyParserRawSql
-
- getDeployWord(String) - Method in class com.avaje.ebeaninternal.server.deploy.DeployUpdateParser
-
- getDerivedRelationship(Object) - Method in interface com.avaje.ebeaninternal.api.SpiTransaction
-
Return the list of "Derived Relationships" that must be maintained after
insert.
- getDerivedRelationship(Object) - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
- getDerivedRelationships() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
- getDescription() - Method in class com.avaje.ebeaninternal.api.LoadBeanRequest
-
- getDescription() - Method in class com.avaje.ebeaninternal.api.LoadManyRequest
-
- getDescription() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- getDescription() - Method in class com.avaje.ebeaninternal.server.lib.sql.PstmtCache
-
Return a summary description of this cache.
- getDescription() - Method in class com.avaje.ebeaninternal.server.lib.thread.Work
-
Return a description of this work.
- getDescriptor() - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployBeanInfo
-
Return the BeanDescriptor currently being processed.
- getDescriptorId() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the alternate "Id" that identifies this BeanDescriptor.
- getDescriptorId() - Method in class com.avaje.ebeaninternal.server.transaction.BeanPathUpdateIds
-
Return the Descriptor Id.
- getDescriptorId() - Method in class com.avaje.ebeaninternal.server.transaction.BeanPersistIds
-
Return the Descriptor Id.
- getDetail() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the query detail.
- getDetail() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getDirtyEmbeddedProperties(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the Set of embedded beans that have changed.
- getDisableReferentialIntegrity() - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Return the DB specific command to disable referential integrity
- getDiscriminatorColumn() - Method in class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
Return the column name of the discriminator.
- getDiscriminatorColumn(InheritInfo) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
Return the column name of the discriminator.
- getDiscriminatorLength() - Method in class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
Return the length of the discriminator column.
- getDiscriminatorLength(InheritInfo) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
- getDiscriminatorLength() - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
Return the length of the discriminator column.
- getDiscriminatorObjectValue() - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
Return the discriminator value for this node.
- getDiscriminatorStringValue() - Method in class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
Return the discriminator value for this node.
- getDiscriminatorStringValue() - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
- getDiscriminatorType() - Method in class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
Return the sql type of the discriminator value.
- getDiscriminatorType(InheritInfo) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
Return the sql type of the discriminator value.
- getDiscriminatorValue() - Method in class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
- getDiscriminatorWhere() - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
Return the derived where for the discriminator.
- getDisplayXtoYofZ(String, String) - Method in interface com.avaje.ebean.Page
-
Helper method to return a "X to Y of Z" string for this page where X is the
first row, Y the last row and Z the total row count.
- getDisplayXtoYofZ(String, String) - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetPage
-
- getDouble(String) - Method in interface com.avaje.ebean.SqlRow
-
Return the property value as a Double.
- getDouble(String) - Method in class com.avaje.ebeaninternal.server.query.DefaultSqlRow
-
- getDouble() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getDouble() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getDriver() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return the database driver.
- getDropFileName() - Method in class com.avaje.ebeaninternal.server.ddl.DdlGenerator
-
- getDropIfExists() - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Typically returns IF EXISTS (if that is supported by the database platform)
or null.
- getDropTableCascade() - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Return the cascade option for the drop table command.
- getEbeanOrmXml() - Method in class com.avaje.ebeaninternal.server.core.XmlConfig
-
- getEbeanServer() - Method in interface com.avaje.ebean.event.BeanPersistRequest
-
Return the server processing the request.
- getEbeanServer() - Method in interface com.avaje.ebean.event.BeanQueryRequest
-
Return the server processing the request.
- getEbeanServer(String) - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastClusterManager
-
- getEbeanServer(String) - Method in class com.avaje.ebeaninternal.server.cluster.SerialiseTransactionHelper
-
- getEbeanServer() - Method in class com.avaje.ebeaninternal.server.core.BeanRequest
-
Return the server processing the request.
- getEbeanServer() - Method in class com.avaje.ebeaninternal.server.core.RelationalQueryRequest
-
- getEbeanServer() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the EbeanServer instance that owns this BeanDescriptor.
- getEbeanServer() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadContext
-
- getElComparator(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- getElGetValue(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Get an Expression language Value object.
- getElName() - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
- getElName() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getElName() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- getElName() - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyDeploy
-
The ElPrefix plus name.
- getElName() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- getElPlaceholder(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
- getElPlaceholder(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getElPlaceholder(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
- getElPlaceHolder(BeanDescriptor.EntityType) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- getElPlaceHolder(BeanDescriptor.EntityType) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocOne
-
- getElPlaceholder(boolean) - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- getElPlaceholder(boolean) - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyDeploy
-
Return the place holder in the form of ${elPrefix}dbColumn.
- getElPlaceholder(boolean) - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- getElPrefix() - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
- getElPrefix() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getElPrefix() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- getElPrefix() - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyDeploy
-
Return the prefix path of the property.
- getElPrefix() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- getElProp(SpiExpressionRequest) - Method in class com.avaje.ebeaninternal.server.expression.AbstractExpression
-
- getElPropertyDeploy(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Similar to ElPropertyValue but also uses foreign key shortcuts.
- getEmailAddress() - Method in class com.avaje.ebeaninternal.server.lib.util.MailAddress
-
Return the email address.
- getEmbeddables() - Method in class com.avaje.ebeaninternal.server.core.BootupClasses
-
Return the list of Embeddable classes.
- getEmbedded() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getEnableReferentialIntegrity() - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Return the DB specific command to enable referential integrity
- getEncryptBindSql() - Method in interface com.avaje.ebean.config.dbplatform.DbEncryptFunction
-
Return the DB function with bind variables used to encrypt a VARCHAR value.
- getEncryptDbType() - Method in class com.avaje.ebean.config.dbplatform.AbstractDbEncrypt
-
Return the DB stored type for encrypted properties.
- getEncryptDbType() - Method in interface com.avaje.ebean.config.dbplatform.DbEncrypt
-
Return the DB type that encrypted Strings are stored in.
- getEncryptDeploy(TableName, String) - Method in interface com.avaje.ebean.config.EncryptDeployManager
-
Return true if the table column is encrypted.
- getEncryptDeploy(TableName, String) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployUtil
-
- getEncryptDeployManager() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the EncryptDeployManager.
- getEncryptedProps() - Method in interface com.avaje.ebeaninternal.server.deploy.DbSqlContext
-
Return a list of encrypted properties which require additional binding.
- getEncryptedProps() - Method in class com.avaje.ebeaninternal.server.query.DefaultDbSqlContext
-
- getEncryptedProps() - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
- getEncryptKey(String, String) - Method in interface com.avaje.ebean.config.EncryptKeyManager
-
Return the key used to encrypt and decrypt a property mapping to the given
table and column.
- getEncryptKey(BeanProperty) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the Encrypt key given the BeanProperty.
- getEncryptKey(String, String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the Encrypt key given the table and column name.
- getEncryptKey(String, String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager
-
Return the Encrypt key given the table and column name.
- getEncryptKey(String, String) - Method in interface com.avaje.ebeaninternal.server.deploy.BeanDescriptorMap
-
Return the Encrypt key given the table and column name.
- getEncryptKey() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the encrypt key for the column matching this property.
- getEncryptKeyManager() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the EncryptKeyManager.
- getEncryptor() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the Encryptor used to encrypt data on the java client side (as
opposed to DB encryption functions).
- getEnhanceLogLevel() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the log level used for "subclassing" enhancement.
- getEnterQueueTime() - Method in class com.avaje.ebeaninternal.server.lib.thread.Work
-
Return the time this entered the queue.
- getEntities() - Method in class com.avaje.ebeaninternal.server.core.BootupClasses
-
Return the list of entity classes.
- getEntityBeanIntercept() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Return the intercept if there is one.
- getEntityType() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the type of this domain object.
- getEntityType() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- getEnum(Class<T>, String, T) - Method in class com.avaje.ebean.config.GlobalProperties.DelegatedGlobalPropertySource
-
- getEnum(Class<T>, String, T) - Method in interface com.avaje.ebean.config.GlobalProperties.PropertySource
-
- getErrName() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlSelectBuilder
-
- getError() - Method in class com.avaje.ebeaninternal.server.lib.util.MailEvent
-
The error indicating the send failed.
- getErrorCount() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePoolStatistics
-
Return the number of SQLExceptions reported.
- getErrorCount() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionStatistics
-
- getErrorCount() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionStatistics.LoadValues
-
- getErrorHelp() - Method in interface com.avaje.ebeaninternal.server.text.json.ReadJsonSource
-
- getErrorHelp() - Method in class com.avaje.ebeaninternal.server.text.json.ReadJsonSourceReader
-
- getErrorHelp() - Method in class com.avaje.ebeaninternal.server.text.json.ReadJsonSourceString
-
- getEvent() - Method in interface com.avaje.ebeaninternal.api.SpiTransaction
-
Get the object that holds the event details.
- getEvent() - Method in class com.avaje.ebeaninternal.server.cluster.PacketTransactionEvent
-
- getEvent() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
Return the underlying TransactionEvent.
- getEventBeans() - Method in class com.avaje.ebeaninternal.api.TransactionEvent
-
For BeanListeners the requests they are interested in.
- getEventTables() - Method in class com.avaje.ebeaninternal.api.TransactionEvent
-
- getEventType() - Method in class com.avaje.ebeaninternal.server.transaction.IndexEvent
-
- getExecutionCount() - Method in interface com.avaje.ebean.meta.MetaQueryPlanStatistic
-
Return the total number of queries executed.
- getExecutionCount() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlanStats.Snapshot
-
- getExecutionOrder() - Method in class com.avaje.ebean.event.BeanPersistAdapter
-
Returns 10 - override this to control the order in which
BeanPersistController's are executed when there is multiple of them
registered for a given entity type (class).
- getExecutionOrder() - Method in interface com.avaje.ebean.event.BeanPersistController
-
When there are multiple BeanPersistController's for a given entity type
this controls the order in which they are executed.
- getExecutionOrder() - Method in interface com.avaje.ebean.event.BeanQueryAdapter
-
Returns an int to to control the order in which BeanQueryAdapter are
executed when there is multiple of them registered for a given entity type
(class).
- getExecutionOrder() - Method in class com.avaje.ebeaninternal.server.deploy.ChainedBeanPersistController
-
Always returns 0 (not used for this object).
- getExecutionOrder() - Method in class com.avaje.ebeaninternal.server.deploy.ChainedBeanQueryAdapter
-
Return 0 as not used by this Chained adapter.
- getExitQueueTime() - Method in class com.avaje.ebeaninternal.server.lib.thread.Work
-
Return the time this left the queue.
- getExpression() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChainBuilder
-
- getExpressionFactory() - Static method in class com.avaje.ebean.Ebean
-
Return the ExpressionFactory from the default server.
- getExpressionFactory() - Method in interface com.avaje.ebean.EbeanServer
-
Return the ExpressionFactory for this server.
- getExpressionFactory() - Method in interface com.avaje.ebean.Query
-
Return the ExpressionFactory used by this query.
- getExpressionFactory() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- getExpressionFactory() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getExpressionFactory() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getExtend() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlMeta
-
- getExternalTransactionManager() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the external transaction manager.
- getExtraAttribute(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Get a named extra attribute.
- getExtraAttribute(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return an extra attribute set on this property.
- getExtraAttribute(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Get a named extra attribute.
- getExtraAttribute(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return an extra attribute set on this property.
- getExtraAttributeMap() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- getExtraAttributeMap() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- getExtraWhere() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssoc
-
Return an extra clause to add to the query for loading or joining
to this bean type.
- getExtraWhere() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssoc
-
Return a literal expression that is added to the query that lazy loads
the collection.
- getFactoryType() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the class type this BeanDescriptor describes.
- getFactoryType() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the class type this BeanDescriptor describes.
- getFetchConfig() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
- getFetchDirection() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- getFetchDirection() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- getFetchOrderBy() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
Return the order by clause used to order the fetching of the data for
this list, set or map.
- getFetchOrderBy() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocMany
-
Return the order by clause used to order the fetching of the data for
this list, set or map.
- getFetchSize() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- getFetchSize() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- getField() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the bean Field associated with this property.
- getField() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return the bean Field associated with this property.
- getFilterMany() - Method in interface com.avaje.ebean.bean.BeanCollection
-
Return the filter (if any) that was used in building this collection.
- getFilterMany() - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
- getFilterMany() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
Return the filterMany expression list (can be null).
- getFilterManyTrimPath(int) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
Return the filterMany expression list (can be null).
- getFirstRow() - Method in interface com.avaje.ebean.config.dbplatform.SqlLimitRequest
-
Return the first row value.
- getFirstRow() - Method in interface com.avaje.ebean.Query
-
Return the first row value.
- getFirstRow() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the index of the first row to return in the query.
- getFirstRow() - Method in interface com.avaje.ebeaninternal.api.SpiSqlQuery
-
Return the first row to fetch.
- getFirstRow() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getFirstRow() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- getFirstRow() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryLimitRequest
-
- getFirstStackElement() - Method in class com.avaje.ebean.bean.ObjectGraphOrigin
-
- getFirstStackTraceElement() - Method in class com.avaje.ebean.bean.CallStack
-
Return the first element of the call stack.
- getFirstVersion() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getFlatProperties(BeanDescriptorMap, BeanDescriptor<?>) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyCompound
-
- getFloat(String) - Method in interface com.avaje.ebean.SqlRow
-
Return the property value as a Float.
- getFloat(String) - Method in class com.avaje.ebeaninternal.server.query.DefaultSqlRow
-
- getFloat() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getFloat() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getForeignDbColumn() - Method in class com.avaje.ebeaninternal.server.deploy.ExportedProperty
-
Return the foreign database column matching this property.
- getForeignDbColumn() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoinColumn
-
Return the foreign database column name.
- getForeignDbColumn() - Method in class com.avaje.ebeaninternal.server.deploy.TableJoinColumn
-
Return the foreign database column name.
- getForeignKeyName(String, String, int) - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
- getForeignKeySuffix() - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Return the foreign key suffix.
- getFormulaProperties() - Method in class com.avaje.ebeaninternal.api.ManyWhereJoins
-
Return the formula properties to build the select clause for a findRowCount query.
- getFree() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.Status
-
Return the current number of free connections in the pool.
- getFromHostPort() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.MessageControl
-
- getFromQueryCache() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
Try to get the query result from the query cache.
- getFromQueryCache() - Method in interface com.avaje.ebeaninternal.server.core.SpiOrmQueryRequest
-
Try to get the query result from the query cache.
- getFromSql() - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
- getFullBeanName() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the full name of this property.
- getFullBeanName() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- getFullDescription() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- getFullName() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Returns a description of the request.
- getFullName() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the bean class name this descriptor is used for.
- getFullName() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the bean class name this descriptor is used for.
- getFullPath() - Method in interface com.avaje.ebeaninternal.api.LoadBeanBuffer
-
- getFullPath() - Method in interface com.avaje.ebeaninternal.api.LoadManyBuffer
-
- getFullPath() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadBeanContext.LoadBuffer
-
- getFullPath(String) - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadContext
-
- getFullPath() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadManyContext.LoadBuffer
-
- getFutureList() - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetPage
-
- getFutureRowCount() - Method in interface com.avaje.ebean.PagingList
-
Return the Future for getting the total row count.
- getFutureRowCount() - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetPagingQuery
-
- getFutureTask() - Method in class com.avaje.ebeaninternal.server.query.QueryFutureIds
-
- getFutureTask() - Method in class com.avaje.ebeaninternal.server.query.QueryFutureList
-
- getFutureTask() - Method in class com.avaje.ebeaninternal.server.query.QueryFutureRowCount
-
- getGarbageCollectionWait() - Method in class com.avaje.ebean.config.AutofetchConfig
-
Return the time in millis to wait after a system gc to collect profiling
information.
- getGeneratedKeys() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- getGeneratedKeys() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- getGeneratedProperty() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the GeneratedValue.
- getGeneratedProperty() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return the GeneratedValue.
- getGeneratedSql() - Method in interface com.avaje.ebean.Query
-
Return the sql that was generated for executing this query.
- getGeneratedSql() - Method in interface com.avaje.ebean.Update
-
Return the sql that is actually executed.
- getGeneratedSql() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
Return the generated sql.
- getGeneratedSql() - Method in class com.avaje.ebeaninternal.server.query.CQueryFetchIds
-
Return the generated sql.
- getGeneratedSql() - Method in class com.avaje.ebeaninternal.server.query.CQueryRowCount
-
Return the generated sql.
- getGeneratedSql() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getGeneratedSql() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
- getGetter() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- getGetter(String) - Method in interface com.avaje.ebeaninternal.server.reflect.BeanReflect
-
Return the getter for a given bean property.
- getGetter(String) - Method in class com.avaje.ebeaninternal.server.reflect.EnhanceBeanReflect
-
- getGotAllPacketId() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.MessageAck
-
- getGotAllPoint() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.IncomingPacketsProcessed.GotAllPoint
-
- getGotMaxPoint() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.IncomingPacketsProcessed.GotAllPoint
-
- getGraphContext() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
Return the graph context for this query.
- getGraphContext() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
- getGroupSize() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.OutgoingPacketsAcked
-
- getHash() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlan
-
- getHaving() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlMeta
-
- getHavingClause() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlSelect
-
- getHavingExpressions() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Can return null if no expressions where added to the having clause.
- getHavingExpressions() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getHavingExpressionSql() - Method in class com.avaje.ebeaninternal.server.query.CQueryPredicates
-
The having sql from the expression objects.
- getHavingRawSql() - Method in class com.avaje.ebeaninternal.server.query.CQueryPredicates
-
The having sql with named bind parameters converted to ?.
- getHeader(String) - Method in class com.avaje.ebeaninternal.server.lib.util.MailMessage
-
Return a given header.
- getHeaderFields() - Method in class com.avaje.ebeaninternal.server.lib.util.MailMessage
-
Return the headers.
- getHeartbeatFreqSecs() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return the heartbeat frequency in seconds.
- getHeartbeatFreqSecs() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Return the heartbeat frequency in seconds.
- getHeartbeatRunnable() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Returns the Runnable used to check the dataSource using a heartbeat query.
- getHeartbeatSql() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return a SQL statement used to test the database is accessible.
- getHeartbeatTimeoutSeconds() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return the heart beat timeout in seconds.
- getHighWaterMark() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.Status
-
Return the high water mark of busy connections.
- getHints() - Method in class com.avaje.ebeaninternal.server.deploy.DeployNamedQuery
-
- getHitCount() - Method in class com.avaje.ebean.cache.ServerCacheStatistics
-
Return the hit count.
- getHitCount(boolean) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache.CacheEntry
-
- getHitCount() - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache.CacheEntry
-
- getHitCount() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.Status
-
Return the total number of times there was an attempt to get a
connection.
- getHitCounter() - Method in class com.avaje.ebeaninternal.server.lib.sql.PstmtCache
-
The total number of hits against this cache.
- getHitRatio() - Method in interface com.avaje.ebean.cache.ServerCache
-
Return the hit ratio the cache is currently getting.
- getHitRatio() - Method in class com.avaje.ebean.cache.ServerCacheStatistics
-
Returns an int from 0 to 100 (percentage) for the hit ratio.
- getHitRatio() - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache
-
- getHitRatio() - Method in class com.avaje.ebeaninternal.server.lib.sql.PstmtCache
-
Gets the hit ratio.
- getHoldability() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- getHoldability() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- getHwmMicros() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePoolStatistics
-
Return the high water mark for the duration a connection was busy/used.
- getHwmMicros() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionStatistics
-
- getHwmMicros() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionStatistics.LoadValues
-
- getId() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the Id value.
- getId() - Method in interface com.avaje.ebeaninternal.api.SpiTransaction
-
Returns a String used to identify the transaction.
- getId(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Helper method to return the unique property.
- getId() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getId() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getId() - Method in class com.avaje.ebeaninternal.server.transaction.BeanDelta
-
- getId() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
Return the transaction id.
- getIdBeanDescriptor() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- getIdBinder() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the IdBinder which is helpful for handling the various types of Id.
- getIdBinder() - Method in class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
Return the IdBinder for this type.
- getIdBinderIdSql() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the sql for binding an id.
- getIdBinderInLHSSql() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the sql for binding id's using an IN clause.
- getIdentity() - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Return the identity clause for DB's that have identities.
- getIdentityColumn() - Method in interface com.avaje.ebeaninternal.server.persist.dmlbind.BindableId
-
Return the DB Column to use with genGeneratedKeys.
- getIdentityColumn() - Method in class com.avaje.ebeaninternal.server.persist.dmlbind.BindableIdEmbedded
-
- getIdentityColumn() - Method in class com.avaje.ebeaninternal.server.persist.dmlbind.BindableIdEmpty
-
- getIdentityColumn() - Method in class com.avaje.ebeaninternal.server.persist.dmlbind.BindableIdMap
-
- getIdentityColumn() - Method in class com.avaje.ebeaninternal.server.persist.dmlbind.BindableIdScalar
-
- getIdentityDbColumns() - Method in class com.avaje.ebeaninternal.server.persist.dml.InsertMeta
-
- getIdentitySuffix() - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Typically returns empty string but for SQLite and perhaps others
the Identity/AutoIncrement clause comes after the primary key clause.
- getIdGenerator() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the IdGenerator.
- getIdGenerator() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the actual IdGenerator for this bean type (can be null).
- getIdGeneratorName() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the name of the IdGenerator that should be used with this type of
bean.
- getIdInValueExpr(int) - Method in interface com.avaje.ebeaninternal.server.deploy.id.IdBinder
-
Return the binding expression (like "?" or "(?,?)")for the Id.
- getIdInValueExpr(int) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- getIdInValueExpr() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- getIdInValueExpr(int) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmpty
-
- getIdInValueExpr(int) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderMultiple
-
- getIdInValueExpr(int) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderSimple
-
- getIdInValueExprDelete(int) - Method in interface com.avaje.ebeaninternal.server.deploy.id.IdBinder
-
Same as getIdInValueExpr but for delete by id.
- getIdInValueExprDelete(int) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- getIdInValueExprDelete(int) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmpty
-
- getIdInValueExprDelete(int) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderMultiple
-
- getIdInValueExprDelete(int) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderSimple
-
- getIdList() - Method in class com.avaje.ebeaninternal.api.BeanIdList
-
Return the list of Id's.
- getIdList() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the list of Id's that is currently being fetched by a background
thread.
- getIdList() - Method in class com.avaje.ebeaninternal.server.cache.CachedManyIds
-
- getIdList() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getIdProperties() - Method in class com.avaje.ebeaninternal.server.deploy.BeanTable
-
Return the Id properties.
- getIdProperty() - Method in interface com.avaje.ebeaninternal.server.deploy.id.IdBinder
-
Return the name(s) of the Id property(s).
- getIdProperty() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- getIdProperty() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmpty
-
- getIdProperty() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderMultiple
-
- getIdProperty() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderSimple
-
- getIds() - Method in class com.avaje.ebeaninternal.server.transaction.BeanPathUpdateIds
-
- getIdType() - Method in class com.avaje.ebean.config.dbplatform.DbIdentity
-
Return the default ID generation type that should be used.
- getIdType() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the identity generation type.
- getIdType() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the identity generation type.
- getIdValues(Object) - Method in interface com.avaje.ebeaninternal.server.deploy.id.IdBinder
-
Return the id values for a given bean.
- getIdValues(Object) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- getIdValues(Object) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmpty
-
- getIdValues(Object) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderMultiple
-
- getIdValues(Object) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderSimple
-
- getImportedId() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
- getIncludedProperties() - Method in class com.avaje.ebeaninternal.server.query.SqlTreeProperties
-
- getIncludePackages() - Method in class com.avaje.ebeaninternal.server.util.ClassPathSearchFilter
-
Return the explicit packages that should be searched.
- getIncludeProperties() - Method in class com.avaje.ebeaninternal.server.text.json.WriteJsonContext
-
Return the set of properties to write to JSON.
- getIncludes() - Method in class com.avaje.ebeaninternal.server.deploy.DeployParser
-
Return the join includes.
- getIncludes() - Method in class com.avaje.ebeaninternal.server.deploy.DeployPropertyParser
-
- getIncludes() - Method in class com.avaje.ebeaninternal.server.deploy.DeployPropertyParserMap
-
Returns null for raw sql queries.
- getIncludes() - Method in class com.avaje.ebeaninternal.server.deploy.DeployPropertyParserRawSql
-
Returns null for raw sql queries.
- getIncludes() - Method in class com.avaje.ebeaninternal.server.deploy.DeployUpdateParser
-
Return null as not used for updates.
- getIncludes() - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
Return the includes.
- getIncludes() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryDetail
-
Return the property includes for this detail.
- getIncludeTableJoin() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
- getIncludeTableJoin() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getIndexEventList() - Method in class com.avaje.ebeaninternal.server.transaction.RemoteTransactionEvent
-
- getIndexInvalidations() - Method in class com.avaje.ebeaninternal.api.TransactionEvent
-
- getIndexInvalidations() - Method in class com.avaje.ebeaninternal.server.transaction.RemoteTransactionEvent
-
- getIndexName(String, String, int) - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
- getIndexName() - Method in class com.avaje.ebeaninternal.server.transaction.IndexEvent
-
- getIndexName() - Method in class com.avaje.ebeaninternal.server.transaction.IndexInvalidate
-
- getIndexPos() - Method in class com.avaje.ebean.RawSql.ColumnMapping.Column
-
Return the index position of this column.
- getIndexPosition(String) - Method in class com.avaje.ebean.RawSql.ColumnMapping
-
Return the index position by bean property name.
- getInheritanceWhereSql() - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
Return the where clause for inheritance.
- getInheritInfo() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Returns the Inheritance mapping information.
- getInheritInfo() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Returns the Inheritance mapping information.
- getInheritInfo() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoin
-
- getInputStream() - Method in class com.avaje.ebeaninternal.server.lib.resource.FileResourceContent
-
Return the input stream for this file.
- getInputStream() - Method in interface com.avaje.ebeaninternal.server.lib.resource.ResourceContent
-
The content itself.
- getInputStream() - Method in class com.avaje.ebeaninternal.server.lib.resource.UrlResourceContent
-
Return the input stream for this file.
- getInsertBindBuffer() - Method in class com.avaje.ebeaninternal.server.persist.dml.GenerateDmlRequest
-
- getInsertIds() - Method in class com.avaje.ebeaninternal.server.transaction.BeanPersistIds
-
- getInsertValue(BeanProperty, Object) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedCounter
-
Always returns a 1.
- getInsertValue(BeanProperty, Object) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedCounterInteger
-
Always returns a 1.
- getInsertValue(BeanProperty, Object) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedCounterLong
-
Always returns a 1.
- getInsertValue(BeanProperty, Object) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedInsertDate
-
Return the current time as a Timestamp.
- getInsertValue(BeanProperty, Object) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedInsertLong
-
Return the current time as a Timestamp.
- getInsertValue(BeanProperty, Object) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedInsertTimestamp
-
Return the current time as a Timestamp.
- getInsertValue(BeanProperty, Object) - Method in interface com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedProperty
-
Get the generated insert value for a specific property of a bean.
- getInsertValue(BeanProperty, Object) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedUpdateDate
-
Return now as a Timestamp.
- getInsertValue(BeanProperty, Object) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedUpdateLong
-
Return now as a Timestamp.
- getInsertValue(BeanProperty, Object) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedUpdateTimestamp
-
Return now as a Timestamp.
- getInt(String, int) - Method in class com.avaje.ebean.config.GlobalProperties.DelegatedGlobalPropertySource
-
- getInt(String, int) - Static method in class com.avaje.ebean.config.GlobalProperties
-
Return a int property with a default value.
- getInt(String, int) - Method in interface com.avaje.ebean.config.GlobalProperties.PropertySource
-
- getInt() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getInt() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getInteger(String) - Method in interface com.avaje.ebean.SqlRow
-
Return a property as an Integer.
- getInteger(String) - Method in class com.avaje.ebeaninternal.server.query.DefaultSqlRow
-
- getIntercept(Object) - Method in class com.avaje.ebeaninternal.server.deploy.ReflectGetter.IdGetter
-
- getIntercept(Object) - Method in class com.avaje.ebeaninternal.server.deploy.ReflectGetter.NonIdGetter
-
- getIntercept(Object) - Method in interface com.avaje.ebeaninternal.server.reflect.BeanReflectGetter
-
- getInternalConnection() - Method in interface com.avaje.ebeaninternal.api.SpiTransaction
-
Return the underlying Connection for internal use.
- getInternalConnection() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
Return the underlying connection for internal use.
- getIntersectionJoin() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocMany
-
ManyToMany only, join from local table to intersection table.
- getIntersectionTableJoin() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
ManyToMany only, join from local table to intersection table.
- getInValue() - Method in class com.avaje.ebeaninternal.api.BindParams.Param
-
Return the In value.
- getInverseJoin() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocMany
-
- getIsolation() - Method in class com.avaje.ebean.TxScope
-
Return the Isolation level this transaction should run with.
- getIsolationLevel() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return the transaction isolation level.
- getIterator(Object) - Method in interface com.avaje.ebeaninternal.server.deploy.BeanCollectionHelp
-
Create an iterator for reading the entries.
- getIterator(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanListHelp
-
- getIterator(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanMapHelp
-
Return an iterator of the values.
- getIterator(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanSetHelp
-
- getJarHits() - Method in class com.avaje.ebeaninternal.server.util.ClassPathSearch
-
Return the set of jars that contained classes that matched.
- getJars() - Method in class com.avaje.ebean.config.ServerConfig
-
Return packages to search for entities via class path search.
- getJdbcType() - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
- getJdbcType() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getJdbcType() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- getJdbcType() - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyValue
-
Return the underlying JDBC type or 0 if this is not a scalar type.
- getJdbcType() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- getJdbcType() - Method in interface com.avaje.ebeaninternal.server.type.ScalarType
-
Return the type as per java.sql.Types that this maps to.
- getJdbcType() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBase
-
- getJdbcType() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBytesEncrypted
-
- getJdbcType() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeEncryptedWrapper
-
- getJdbcType() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeWrapper
-
- getJoins() - Method in class com.avaje.ebeaninternal.api.ManyWhereJoins
-
Return the set of many where joins.
- getJson() - Method in class com.avaje.ebeaninternal.server.text.json.WriteJsonContext
-
- getKey() - Method in class com.avaje.ebean.bean.ObjectGraphOrigin
-
The key includes the queryPlan hash and the callStack hash.
- getKey() - Method in interface com.avaje.ebeaninternal.api.SpiUpdatePlan
-
Return the hash key for this plan.
- getKey() - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache.CacheEntry
-
- getKey() - Method in class com.avaje.ebeaninternal.server.persist.dml.UpdatePlan
-
Return the hash key.
- getLabel() - Method in interface com.avaje.ebean.CallableSql
-
Return the label that is put into the transaction log.
- getLabel() - Method in interface com.avaje.ebean.SqlUpdate
-
Return the label that can be seen in the transaction logs.
- getLabel() - Method in class com.avaje.ebeaninternal.server.core.DefaultCallableSql
-
- getLabel() - Method in class com.avaje.ebeaninternal.server.core.DefaultSqlUpdate
-
- getLabel() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlColumnInfo
-
- getLang() - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
- getLastAccessLong() - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache.CacheEntry
-
- getLastAccessTime() - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache.CacheEntry
-
- getLastAck(String) - Method in class com.avaje.ebeaninternal.server.cluster.mcast.IncomingPacketsLastAck
-
Get the last Ack point for a given member of the cluster.
- getLastOutgoingAcks() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastStatus
-
- getLastQueryTime() - Method in interface com.avaje.ebean.meta.MetaQueryPlanStatistic
-
Return the time of the last query executed using this plan.
- getLastQueryTime() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlan
-
Return the time this query plan was last used.
- getLastQueryTime() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlanStats
-
- getLastQueryTime() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlanStats.Snapshot
-
- getLastStatement() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Returns the last sql statement executed.
- getLastTuneTime() - Method in class com.avaje.ebeaninternal.server.autofetch.TunedQueryInfo
-
Return the time of the last tune.
- getLastUsedTime() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Returns the time the connection was last used.
- getLastUsedTime() - Method in class com.avaje.ebeaninternal.server.lib.thread.PooledThread
-
Returns the time this thread was last used.
- getLazyBatchSize() - Method in class com.avaje.ebean.FetchConfig
-
Return the batch size for lazy loading.
- getLazyFetchBatch() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
- getLazyFetchIncludes() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the includes for getReference().
- getLazyFetchIncludes() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the includes for getReference().
- getLazyFetchOrderBy() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
Return the order by for use when lazy loading the associated collection.
- getLazyLoadBatchSize() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the default batch size for lazy loading of beans and collections.
- getLazyLoadBatchSize() - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Return the default batch size for lazy loading.
- getLazyLoadBatchSize() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- getLazyLoadForParentIds() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the list of parent Id's for lazy loading.
- getLazyLoadForParentIds() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getLazyLoadForParentsProperty() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the lazy loading 'many' property.
- getLazyLoadForParentsProperty() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getLazyLoadManyPath() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the lazy load path.
- getLazyLoadManyPath() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getLazyLoadProperty() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Return the property read or write that triggered the lazy load.
- getLazyLoadProperty() - Method in class com.avaje.ebeaninternal.api.LoadBeanRequest
-
Return the property that invoked the lazy loading.
- getLazyLoadProperty() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the property that invoked lazy load.
- getLazyLoadProperty() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getLeakTimeMinutes() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return the time in minutes after which a connection could be considered to
have leaked.
- getLeakTimeMinutes() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Return the number of minutes after which a busy connection could be
considered leaked from the connection pool.
- getLength() - Method in interface com.avaje.ebeaninternal.server.type.ScalarType
-
Return the default DB column length for this type.
- getLength() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBase
-
Just return 0.
- getLength() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBoolean.IntBoolean
-
- getLength() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBoolean.StringBoolean
-
- getLength() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBytesEncrypted
-
- getLength() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeClass
-
- getLength() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeCurrency
-
- getLength() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeEncryptedWrapper
-
- getLength() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeEnumStandard.StringEnum
-
- getLength() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeEnumWithMapping
-
Return the DB column length for storing the enum value.
- getLength() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeLocale
-
- getLength() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeTimeZone
-
- getLength() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeUUID
-
- getLength() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeWrapper
-
- getLevel() - Method in enum com.avaje.ebean.TxIsolation
-
Return the level as per java.sql.Connection.
- getLevel(String) - Static method in class com.avaje.ebeaninternal.server.lib.sql.TransactionIsolation
-
return the isolation level for a given string description.
- getLevel() - Method in class com.avaje.ebeaninternal.server.lib.util.Dnode
-
Return the level or depth of the node from the root.
- getLevelDescription(int) - Static method in class com.avaje.ebeaninternal.server.lib.sql.TransactionIsolation
-
Return the string description of the transaction isolation level specified.
- getList() - Method in interface com.avaje.ebean.Page
-
Return the list of entities for this page.
- getList() - Method in class com.avaje.ebeaninternal.server.cluster.BinaryMessageList
-
- getList(PersistRequestBean<?>) - Method in class com.avaje.ebeaninternal.server.persist.BatchedBeanHolder
-
Return the list for the typeCode.
- getList() - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetPage
-
- getListener() - Method in interface com.avaje.ebeaninternal.api.SpiSqlQuery
-
Return the queryListener.
- getListener() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
Return the findListener is one has been set.
- getLoadBatch(int, int) - Method in interface com.avaje.ebeaninternal.server.loadcontext.DLoadList
-
Return the batch of entries based on the position and batch size.
- getLoadContext() - Method in class com.avaje.ebeaninternal.api.LoadBeanRequest
-
Return the load context.
- getLoadContext() - Method in class com.avaje.ebeaninternal.api.LoadManyRequest
-
Return the load context.
- getLoadDescription() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return a more detailed description of the lazy or query load.
- getLoadDescription() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getLoadedBean() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
Return the last read bean.
- getLoadedProperties() - Method in interface com.avaje.ebean.event.BeanPersistRequest
-
For an update or delete of a partially populated bean this is the set of
loaded properties and otherwise returns null.
- getLoadedProperties() - Method in class com.avaje.ebeaninternal.server.cache.CachedBeanData
-
- getLoadedProperties() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
- getLoadedProps() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Return the set of property names for a partially loaded bean.
- getLoadedProps() - Method in interface com.avaje.ebean.BeanState
-
For partially populated beans returns the properties that are loaded on the
bean.
- getLoadedProps() - Method in class com.avaje.ebeaninternal.server.core.DefaultBeanState
-
- getLoadedProps() - Method in class com.avaje.ebeaninternal.server.text.json.WriteJsonContext
-
- getLoadedProps() - Method in class com.avaje.ebeaninternal.server.text.json.WriteJsonContext.WriteBeanState
-
- getLoadedRowDetail() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
- getLoaderIndex() - Method in interface com.avaje.ebean.bean.BeanCollection
-
Return the index position of this collection in the lazy/query loader.
- getLoaderIndex() - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
- getLoadMode() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the load mode (+lazy or +query).
- getLoadMode() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getLoadProperty() - Method in class com.avaje.ebean.bean.NodeUsageCollector
-
- getLocal() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getLocalDbColumn() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoinColumn
-
Return the local database column name.
- getLocalDbColumn() - Method in class com.avaje.ebeaninternal.server.deploy.TableJoinColumn
-
Return the local database column name.
- getLocalHostName() - Method in class com.avaje.ebeaninternal.server.lib.util.MailSender
-
Return the hostname of the local machine.
- getLogDirectory() - Method in class com.avaje.ebean.config.AutofetchConfig
-
Return the log directory to put the autofetch log.
- getLogDirectoryWithEval() - Method in class com.avaje.ebean.config.AutofetchConfig
-
Return the log directory substituting any expressions such as
${catalina.base} etc.
- getLogicalName() - Method in class com.avaje.ebeaninternal.api.DerivedRelationshipData
-
- getLogicalName() - Method in interface com.avaje.ebeaninternal.server.deploy.id.ImportedId
-
Return the logical property name.
- getLogicalName() - Method in class com.avaje.ebeaninternal.server.deploy.id.ImportedIdEmbedded
-
- getLogicalName() - Method in class com.avaje.ebeaninternal.server.deploy.id.ImportedIdMultiple
-
- getLogicalName() - Method in class com.avaje.ebeaninternal.server.deploy.id.ImportedIdSimple
-
- getLoginTimeout() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Not implemented and shouldn't be used.
- getLogOutput(OrmQueryDetail) - Method in class com.avaje.ebeaninternal.server.autofetch.TunedQueryInfo
-
- getLogPrefix() - Method in interface com.avaje.ebeaninternal.api.SpiTransaction
-
Return the string prefix with the transactin id and label used in logging.
- getLogPrefix() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
- getLogWhereSql() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
Return the where predicate for display in the transaction log.
- getLogWhereSql() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlan
-
- getLogWhereSql() - Method in class com.avaje.ebeaninternal.server.query.CQueryPredicates
-
- getLogWriter() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Returns null.
- getLong(String) - Method in interface com.avaje.ebean.SqlRow
-
Return a property value as a Long.
- getLong(String) - Method in class com.avaje.ebeaninternal.server.query.DefaultSqlRow
-
- getLong() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getLong() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getM2MJoinTableName(TableName, TableName) - Method in class com.avaje.ebean.config.AbstractNamingConvention
-
- getM2MJoinTableName(TableName, TableName) - Method in interface com.avaje.ebean.config.NamingConvention
-
Returns the ManyToMany join table name (aka the intersection table).
- getMailMessage() - Method in class com.avaje.ebeaninternal.server.lib.util.MailEvent
-
The message that we attempted to send.
- getManagerSleepMillis() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastClusterManager
-
Return the frequency by which this manager will send out ACKs.
- getMany() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getManyDelete() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getManyProperty() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
Return the many property that is fetched in the query or null if there is
not one.
- getManyProperty(SpiQuery<?>) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the many property included in the query or null if one is not.
- getManyProperty() - Method in interface com.avaje.ebeaninternal.server.deploy.DbReadContext
-
Return the property that is associated with the many.
- getManyProperty() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
Return the property that is associated with the many.
- getManyProperty() - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
Return the property that is associated with the many.
- getManyPropertyEl() - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
- getManyPropertyName() - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
- getManySave() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getManyToMany() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getManyToManyAlias() - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployUtil
-
Return the table alias used for ManyToMany joins.
- getManyType() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
Return the many type.
- getManyType(Class<?>) - Method in class com.avaje.ebeaninternal.server.deploy.DetermineManyType
-
- getManyType() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocMany
-
Return the many type.
- getManyType() - Method in class com.avaje.ebeaninternal.server.util.BeanCollectionParams
-
Return the type Map Set or List.
- getManyType() - Method in class com.avaje.ebeaninternal.util.ParamTypeHelper.TypeInfo
-
- getManyWhereJoins() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the joins required to support predicates on the many properties.
- getManyWhereJoins() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getMapKey() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the property used to specify keys for a map.
- getMapKey() - Method in interface com.avaje.ebeaninternal.api.SpiSqlQuery
-
Return the key property for maps.
- getMapKey() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
Return the default mapKey when returning a Map.
- getMapKey() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocMany
-
Return the default mapKey when returning a Map.
- getMapKey() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getMapKey() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- getMappedBy() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssoc
-
Return the mappedBy property.
- getMappedBy() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssoc
-
Return the mappedBy deployment attribute.
- getMapping() - Method in class com.avaje.ebean.RawSql.ColumnMapping
-
Return the mapping by DB column.
- getMaxAgeMillis() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Return the maximum age a connection is allowed to be before it is trimmed
out of the pool.
- getMaxAgeMinutes() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return the maximum age a connection is allowed to be before it is closed.
- getMaxConnections() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return the maximum number of connections the pool can reach.
- getMaxConstraintNameLength() - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Return the maximum length that constraint names can be for this database.
- getMaxFieldSize() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- getMaxFieldSize() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- getMaxIdleSecs() - Method in class com.avaje.ebean.cache.ServerCacheOptions
-
Return the maximum idle time.
- getMaxIdleSecs() - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache
-
Return the max idle time.
- getMaxIdleTime() - Method in class com.avaje.ebeaninternal.server.lib.thread.ThreadPool
-
Return the maximum amount of time in millis that Threads can be idle before
they are trimmed.
- getMaxInactiveMillis() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Return the time after which inactive connections are trimmed.
- getMaxInactiveTimeSecs() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return the time in seconds a connection can be idle after which it can be
trimmed from the pool.
- getMaxRows() - Method in interface com.avaje.ebean.config.dbplatform.SqlLimitRequest
-
Return the max rows for this query.
- getMaxRows() - Method in interface com.avaje.ebean.Query
-
Return the max rows for this query.
- getMaxRows() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the maximum number of rows to return in the query.
- getMaxRows() - Method in interface com.avaje.ebeaninternal.api.SpiSqlQuery
-
Return the maximum number of rows to fetch.
- getMaxRows() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- getMaxRows() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- getMaxRows() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getMaxRows() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- getMaxRows() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryLimitRequest
-
- getMaxSecsToLive() - Method in class com.avaje.ebean.cache.ServerCacheOptions
-
Return the maximum time to live.
- getMaxSecsToLive() - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache
-
Return the maximum time to live.
- getMaxSize() - Method in class com.avaje.ebean.cache.ServerCacheOptions
-
Return the maximum cache size.
- getMaxSize() - Method in class com.avaje.ebean.cache.ServerCacheStatistics
-
Return the maximum size of the cache.
- getMaxSize() - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache
-
Return the max cache size.
- getMaxSize() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Return the max size this pool can grow to.
- getMaxSize() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.Status
-
Return the max pool size.
- getMaxSize() - Method in class com.avaje.ebeaninternal.server.lib.sql.PstmtCache
-
returns the current maximum size of the cache.
- getMaxSize() - Method in class com.avaje.ebeaninternal.server.lib.thread.ThreadPool
-
Return the maximum size this pool can grow to.
- getMaxSize() - Method in class com.avaje.ebeaninternal.server.persist.BatchedPstmtHolder
-
Return the size of the biggest batched statement.
- getMaxStackTraceSize() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return the max size for reporting stack traces on busy connections.
- getMaxStackTraceSize() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Return the max size of stack traces used when trying to find connection pool leaks.
- getMaxTimeMicros() - Method in interface com.avaje.ebean.meta.MetaQueryPlanStatistic
-
Return the max execution time for this query.
- getMaxTimeMicros() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlanStats.Snapshot
-
- getMemberKey() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.IncomingPacketsProcessed.GotAllPoint
-
- getMessages() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.AckResendMessages
-
Return all the messages to be sent out.
- getMessages() - Method in class com.avaje.ebeaninternal.server.cluster.PacketMessages
-
Return the messages contained in this Packet.
- getMetaBeanInfo(Class<?>) - Method in interface com.avaje.ebean.meta.MetaInfoManager
-
Return the MetaBeanInfo for a bean type.
- getMetaBeanInfo(Class<?>) - Method in class com.avaje.ebeaninternal.server.core.DefaultMetaInfoManager
-
- getMetaBeanInfoList() - Method in interface com.avaje.ebean.meta.MetaInfoManager
-
Return all the MetaBeanInfo.
- getMetaBeanInfoList() - Method in class com.avaje.ebeaninternal.server.core.DefaultMetaInfoManager
-
- getMetaBeanInfoList() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- getMetaData() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- getMetaData() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- getMetaData() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Return the MetaData for the query.
- getMetaData() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- getMetaInfoManager() - Method in interface com.avaje.ebean.EbeanServer
-
Return the MetaInfoManager which is used to get meta data from the EbeanServer
such as query execution statistics.
- getMetaInfoManager() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- getMimeType(String) - Static method in class com.avaje.ebeaninternal.server.lib.util.MimeTypeHelper
-
Return the mimeType for a given file path.
- getMinAckedPacketId() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastStatus
-
- getMinConnections() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return the minimum number of connections the pool should maintain.
- getMinimumGotAllPacketId() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.OutgoingPacketsAcked
-
- getMinSize() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Return the min size this pool should maintain.
- getMinSize() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.Status
-
Return the min pool size.
- getMinSize() - Method in class com.avaje.ebeaninternal.server.lib.thread.ThreadPool
-
Return the minimum size the pool should maintain.
- getMissCount() - Method in class com.avaje.ebean.cache.ServerCacheStatistics
-
Return the miss count.
- getMissCounter() - Method in class com.avaje.ebeaninternal.server.lib.sql.PstmtCache
-
The total number of misses against this cache.
- getMissingPackets() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.IncomingPacketsProcessed.GotAllPoint
-
- getMode() - Method in class com.avaje.ebean.config.AutofetchConfig
-
Return the mode used when autofetch has not been explicit defined on a
query.
- getMode() - Method in class com.avaje.ebean.config.EncryptDeploy
-
Return the encryption mode.
- getMode() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the query mode.
- getMode() - Method in interface com.avaje.ebeaninternal.api.SpiUpdatePlan
-
Return the concurrency mode for this plan.
- getMode() - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
This controls whether autoFetch is used when it has not been explicitly
set on a query via Query#setAutoFetch(boolean)
.
- getMode() - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
- getMode() - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- getMode() - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
This controls whether autoFetch is used when it has not
been explicitly set on a query via Query#setAutoFetch(boolean)
.
- getMode() - Method in class com.avaje.ebeaninternal.server.persist.dml.UpdatePlan
-
Return the concurrency mode for this plan.
- getMode() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getModeOptions() - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- getModeOptions() - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
List of the valid implicit modes that can be used.
- getModifyAdditions() - Method in interface com.avaje.ebean.bean.BeanCollection
-
Return the list of objects added to the list set or map.
- getModifyAdditions() - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
- getModifyHolder() - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
- getModifyListenMode() - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
Return the modify listening mode this collection is using.
- getModifyListenMode() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
Return the mode for listening to modifications to collections for this
association.
- getModifyListenMode() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocMany
-
Return the mode for listening to changes to the List Set or Map.
- getModifyRemovals() - Method in interface com.avaje.ebean.bean.BeanCollection
-
Return the list of objects removed from the list set or map.
- getModifyRemovals() - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
- getMoreIds(int, Transaction) - Method in class com.avaje.ebean.config.dbplatform.SequenceIdGenerator
-
Get more Id's by executing a query and reading the Id's returned.
- getMoreResults() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- getMoreResults(int) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- getMoreResults() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- getMoreResults(int) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- getName() - Method in interface com.avaje.ebean.bean.BeanCollectionLoader
-
Return the name of the associated EbeanServer.
- getName() - Method in interface com.avaje.ebean.bean.BeanLoader
-
Return the name of the associated EbeanServer.
- getName() - Method in interface com.avaje.ebean.config.CompoundTypeProperty
-
The name of this property.
- getName() - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Return the name of the DatabasePlatform.
- getName() - Method in interface com.avaje.ebean.config.dbplatform.IdGenerator
-
Return the name of the IdGenerator.
- getName() - Method in class com.avaje.ebean.config.dbplatform.SequenceIdGenerator
-
Returns the sequence name.
- getName() - Method in class com.avaje.ebean.config.dbplatform.SimpleSequenceIdGenerator
-
- getName() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the name of the EbeanServer.
- getName() - Method in class com.avaje.ebean.config.TableName
-
Gets the name.
- getName() - Method in interface com.avaje.ebean.EbeanServer
-
Return the name.
- getName() - Method in interface com.avaje.ebean.Update
-
Return the name if it is a named update.
- getName() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the query name.
- getName() - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache
-
Return the name of the cache.
- getName() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Return the server name.
- getName() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the short name of the entity bean.
- getName() - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
- getName() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the name of the property.
- getName() - Method in class com.avaje.ebeaninternal.server.deploy.DeployNamedQuery
-
- getName() - Method in class com.avaje.ebeaninternal.server.deploy.DeployNamedUpdate
-
- getName() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlColumnInfo
-
- getName() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlMeta
-
- getName() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlSelect
-
- getName() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the bean short name.
- getName() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return the name of the property.
- getName() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- getName() - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyDeploy
-
Return the name of the property.
- getName() - Method in class com.avaje.ebeaninternal.server.idgen.UuidIdGenerator
-
Returns "uuid".
- getName() - Method in class com.avaje.ebeaninternal.server.lib.resource.FileResourceContent
-
Returns the entry name which contains the path from the base directory.
- getName() - Method in interface com.avaje.ebeaninternal.server.lib.resource.ResourceContent
-
The name of the content.
- getName() - Method in class com.avaje.ebeaninternal.server.lib.resource.UrlResourceContent
-
Returns the entry name which contains the path from the base directory.
- getName() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Return the dataSource name.
- getName() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.Status
-
Return the DataSource name.
- getName() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Return a string to identify the connection.
- getName() - Method in class com.avaje.ebeaninternal.server.lib.thread.PooledThread
-
return the name of the thread.
- getName() - Method in class com.avaje.ebeaninternal.server.lib.thread.ThreadPool
-
Return the name of the thread pool.
- getName() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadBeanContext.LoadBuffer
-
- getName() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadManyContext
-
- getName() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadManyContext.LoadBuffer
-
- getName() - Method in class com.avaje.ebeaninternal.server.persist.BindValues.Value
-
Return the property name.
- getName() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
Return the query name.
- getName() - Method in class com.avaje.ebeaninternal.server.query.SqlTreeNodeExtraJoin
-
- getName() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
Return the query name.
- getName() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
- getName() - Method in class com.avaje.ebeaninternal.server.querydefn.NaturalKeyBindParam
-
- getName() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- getName() - Method in class com.avaje.ebeaninternal.server.type.reflect.ReflectionBasedCompoundTypeProperty
-
- getName() - Method in class com.avaje.ebeaninternal.util.SortByClause.Property
-
Return the property name.
- getNamedQueries() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- getNamedQuery(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return a named query.
- getNamedUpdate(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return a named update.
- getNamedUpdates() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- getNameSlot() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- getNamesOfManyProps() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Returns the set of many property names for this bean type.
- getNamesOfManyPropsHash() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return a hash of the names of the many properties on this bean type.
- getNamingConvention() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the NamingConvention.
- getNamingConvention() - Method in class com.avaje.ebeaninternal.server.ddl.DdlGenContext
-
- getNamingConvention() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager
-
- getNamingConvention() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlSelectBuilder
-
- getNamingConvention() - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployUtil
-
- getNativeQuery(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager
-
- getNativeQuery(String) - Method in class com.avaje.ebeaninternal.server.deploy.DeployOrmXml
-
Return a native named query.
- getNaturalKey() - Method in class com.avaje.ebeaninternal.server.cache.CachedBeanData
-
- getNaturalKey() - Method in class com.avaje.ebeaninternal.server.core.CacheOptions
-
Return the natural key property.
- getNaturalKey() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getNaturalKeyBindParam() - Method in class com.avaje.ebeaninternal.api.BindParams
-
Return a Natural Key bind param if supported.
- getNaturalKeyBindParam() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return a Natural Key bind parameter if supported by this query.
- getNaturalKeyBindParam() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getNaturalKeyCache(Class<?>) - Method in interface com.avaje.ebean.cache.ServerCacheManager
-
Return the cache for mapping natural keys to id values.
- getNaturalKeyCache(Class<?>) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCacheManager
-
- getNetworkTimeout() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- getNewLine() - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Return the new line character.
- getNextBatch(int) - Method in interface com.avaje.ebeaninternal.server.loadcontext.DLoadList
-
Return the next batch of entries from the top.
- getNode() - Method in class com.avaje.ebean.bean.NodeUsageCollector
-
Return the associated node which identifies the location in the object
graph of the bean/reference.
- getNode() - Method in interface com.avaje.ebean.meta.MetaObjectGraphNodeStats
-
Return the ObjectGraphNode which has the origin point and relative path.
- getNodeContent() - Method in class com.avaje.ebeaninternal.server.lib.util.Dnode
-
Return the node content.
- getNodeName() - Method in class com.avaje.ebeaninternal.server.lib.util.Dnode
-
Return the node name.
- getNonMany() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getNonNullColumn() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoinColumn
-
When only ONE column has been set by deployment information return that one.
- getNonScalarProperties() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompoundRoot
-
- getNonScalarProperties() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundTypeScalarList
-
Return the list of non-scalar properties.
- getNonTransients() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getNoRollbackFor() - Method in class com.avaje.ebean.TxScope
-
Return the throwable's that should NOT cause a rollback.
- getNullsHigh() - Method in class com.avaje.ebeaninternal.util.SortByClause.Property
-
- getNullValue() - Method in interface com.avaje.ebean.config.ScalarTypeConverter
-
Return the value to represent null.
- getNullValue() - Method in class com.avaje.ebeaninternal.server.type.LongToTimestampConverter
-
- getNullValue() - Method in class com.avaje.ebeaninternal.server.type.reflect.ReflectionBasedScalarTypeConverter
-
- getObject(int) - Method in interface com.avaje.ebean.CallableSql
-
Return an OUT parameter value.
- getObject(int) - Method in class com.avaje.ebeaninternal.server.core.DefaultCallableSql
-
- getObject() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getObject() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getObjectGraphNode() - Method in interface com.avaje.ebean.meta.MetaQueryPlanOriginCount
-
The 'origin' and path which this query belongs to.
- getObjectGraphNode(String) - Method in interface com.avaje.ebeaninternal.api.LoadContext
-
Return the node for a given path which is used by autofetch profiling.
- getObjectGraphNode() - Method in interface com.avaje.ebeaninternal.api.LoadManyBuffer
-
- getObjectGraphNode(String) - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadContext
-
- getObjectGraphNode() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadManyContext.LoadBuffer
-
- getOldValues() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Return the old values used for ConcurrencyMode.ALL.
- getOldValues() - Method in interface com.avaje.ebean.event.BeanPersistRequest
-
Returns a bean containing the original values prior to the bean being
modified.
- getOldValues() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Get the old values bean.
- getOldValues() - Method in class com.avaje.ebeaninternal.server.persist.dml.GenerateDmlRequest
-
- getOnBootupClasses() - Method in class com.avaje.ebeaninternal.server.core.OnBootupClassSearchMatcher
-
- getOneExported() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getOneExportedDelete() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getOneExportedSave() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getOneImported() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getOneImportedDelete() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getOneImportedSave() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getOnes() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getOnQueryOnly() - Method in class com.avaje.ebeaninternal.server.transaction.TransactionManager
-
Defines the type of behaviour to use when closing a transaction that was used to query data only.
- getOpenQuote() - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Return the open quote for quoted identifiers.
- getOptions() - Method in interface com.avaje.ebean.cache.ServerCache
-
Return the configuration options for this cache.
- getOptions() - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache
-
- getOql() - Method in class com.avaje.ebean.SimpleTextParser
-
- getOql() - Method in class com.avaje.ebeaninternal.server.querydefn.SimpleTextParser
-
- getOrder() - Method in class com.avaje.ebeaninternal.server.persist.BatchedBeanHolder
-
Return the depth.
- getOrderBy() - Method in class com.avaje.ebean.RawSql.Sql
-
Return the SQL ORDER BY clause.
- getOrderBy() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the Order By clause or null if there is none defined.
- getOrderBy(CQueryPredicates) - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlSelect
-
- getOrderBy(String, boolean) - Method in interface com.avaje.ebeaninternal.server.deploy.id.IdBinder
-
- getOrderBy(String, boolean) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- getOrderBy(String, boolean) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmpty
-
- getOrderBy(String, boolean) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderMultiple
-
- getOrderBy(String, boolean) - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderSimple
-
- getOrderBy() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getOrigin() - Method in class com.avaje.ebeaninternal.server.autofetch.Statistics
-
- getOrigin() - Method in class com.avaje.ebeaninternal.server.autofetch.TunedQueryInfo
-
- getOriginKey(int) - Method in class com.avaje.ebean.bean.CallStack
-
- getOriginQueryPoint() - Method in class com.avaje.ebean.bean.ObjectGraphNode
-
Return the origin query point.
- getOrigins() - Method in interface com.avaje.ebean.meta.MetaQueryPlanStatistic
-
Return the 'origin' points and paths that resulted in the query being
executed and the associated number of times the query was executed via that
path.
- getOrigins() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlanStats.Snapshot
-
- getOrmQuery() - Method in interface com.avaje.ebean.config.dbplatform.SqlLimitRequest
-
return the query
- getOrmQuery() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryLimitRequest
-
- getOrmUpdate() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestOrmUpdate
-
Return the UpdateSql.
- getOrmUpdateType() - Method in interface com.avaje.ebeaninternal.api.SpiUpdate
-
Return the type of this - insert, update or delete.
- getOrmUpdateType() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
- getOrmXml() - Method in class com.avaje.ebeaninternal.server.core.XmlConfig
-
- getOs() - Method in class com.avaje.ebeaninternal.server.cluster.BinaryMessage
-
Return the DataOutputStream to write content to.
- getOutgoingPacketsCacheSize() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastStatus
-
- getOutValue() - Method in class com.avaje.ebeaninternal.api.BindParams.Param
-
Return the OUT value that was retrieved.
- getOwner() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Return the 'owning' entity bean.
- getOwnerBean() - Method in interface com.avaje.ebean.bean.BeanCollection
-
Return the bean that owns this collection.
- getOwnerBean() - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
- getOwningType() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- getPackageHits() - Method in class com.avaje.ebeaninternal.server.util.ClassPathSearch
-
Return the set of packages that contained classes that matched.
- getPackages() - Method in class com.avaje.ebean.config.ServerConfig
-
Return packages to search for entities via class path search.
- getPacket(Long) - Method in class com.avaje.ebeaninternal.server.cluster.mcast.OutgoingPacketsCache
-
- getPacketId() - Method in class com.avaje.ebeaninternal.server.cluster.Packet
-
- getPacketType() - Method in class com.avaje.ebeaninternal.server.cluster.Packet
-
- getPage(int) - Method in interface com.avaje.ebean.PagingList
-
Return the page for a given page position (starting at 0).
- getPage(int) - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetPagingQuery
-
- getPageIndex() - Method in interface com.avaje.ebean.Page
-
Return the index position of this page.
- getPageIndex() - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetPage
-
- getPageSize() - Method in interface com.avaje.ebean.PagingList
-
Return the page size.
- getPageSize() - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetPagingQuery
-
- getParameter(int) - Method in class com.avaje.ebeaninternal.api.BindParams
-
Return the Parameter for a given position.
- getParameter(String) - Method in class com.avaje.ebeaninternal.api.BindParams
-
Return the named parameter.
- getParameterMetaData() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- getParameterMetaData() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- getParams(Class<?>, Class<?>) - Static method in class com.avaje.ebeaninternal.server.type.TypeReflectHelper
-
- getParent() - Method in class com.avaje.ebean.text.PathProperties.Props
-
Return the parent path
- getParent() - Method in class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
Return the parent node.
- getParent() - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
Return the type of the root object.
- getParentBean() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Return the parent bean (by relationship).
- getParentBean() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Return the parent bean for cascading save with unidirectional
relationship.
- getParentId(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
- getParentLogger() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
- getParentNode() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Used to hook back a lazy loading query to the original query (query
point).
- getParentNode() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getParentPath() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
- getPartialIds() - Method in interface com.avaje.ebean.FutureIds
-
Return the list of Id's which could be partially populated.
- getPartialIds() - Method in class com.avaje.ebeaninternal.server.query.QueryFutureIds
-
- getPassword() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return the database password.
- getPath() - Method in class com.avaje.ebean.bean.ObjectGraphNode
-
Return the path relative to the root.
- getPath() - Method in class com.avaje.ebean.text.PathProperties.Props
-
- getPath() - Method in class com.avaje.ebeaninternal.server.expression.FilterExprPath
-
Return the path.
- getPath() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
- getPath() - Method in class com.avaje.ebeaninternal.server.transaction.BeanPathUpdateIds
-
- getPathHash() - Method in class com.avaje.ebean.bean.CallStack
-
Return the hash for the stack elements (excluding first stack element).
- getPathPrefix() - Method in class com.avaje.ebeaninternal.util.FilterExpressionList
-
- getPathProperties() - Method in class com.avaje.ebean.text.json.JsonWriteOptions
-
Return the properties to include by path.
- getPathProps() - Method in class com.avaje.ebean.text.PathProperties
-
- getPaths() - Method in class com.avaje.ebean.text.PathProperties
-
Return a shallow copy of the paths.
- getPersistBatchSize() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the batch size used for JDBC batching.
- getPersistController() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the Controller.
- getPersistController() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the BeanPersistController (could be a chain of them, 1 or null).
- getPersistControllers() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the BeanPersistController instances.
- getPersistenceContext() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Return the persistenceContext.
- getPersistenceContext() - Method in interface com.avaje.ebeaninternal.api.LoadBeanBuffer
-
- getPersistenceContext() - Method in interface com.avaje.ebeaninternal.api.LoadContext
-
Return the persistence context used by this query and future lazy loading.
- getPersistenceContext() - Method in interface com.avaje.ebeaninternal.api.LoadManyBuffer
-
- getPersistenceContext() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the TransactionContext.
- getPersistenceContext() - Method in interface com.avaje.ebeaninternal.api.SpiTransaction
-
Return the persistence context associated with this transaction.
- getPersistenceContext() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
Return the PersistenceContext used for this request.
- getPersistenceContext() - Method in class com.avaje.ebeaninternal.server.deploy.CopyContext
-
Return the persistence context used during the copy.
- getPersistenceContext() - Method in interface com.avaje.ebeaninternal.server.deploy.DbReadContext
-
Return the persistence context.
- getPersistenceContext() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadBaseContext
-
- getPersistenceContext() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadBeanContext.LoadBuffer
-
- getPersistenceContext() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadContext
-
- getPersistenceContext() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadManyContext.LoadBuffer
-
- getPersistenceContext() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
Return the persistence context.
- getPersistenceContext() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
Return the TransactionContext.
- getPersistenceContext() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
Return the persistence context associated with this transaction.
- getPersistList(PersistRequestBean<?>) - Method in class com.avaje.ebeaninternal.server.persist.BatchedBeanControl
-
- getPersistListener() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the beanListener.
- getPersistListener() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the BeanPersistListener (could be a chain of them, 1 or null).
- getPersistListeners() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the BeanPersistListener instances.
- getPersistRequest() - Method in class com.avaje.ebeaninternal.server.persist.dml.DmlHandler
-
- getPersistRequest() - Method in interface com.avaje.ebeaninternal.server.persist.dmlbind.BindableRequest
-
Return the original PersistRequest.
- getPkPrefix() - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Return the prefix used in naming primary keys.
- getPlanHash() - Method in class com.avaje.ebeaninternal.api.HashQuery
-
Return the query plan hash.
- getPooledConnection() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Get a connection from the pool.
- getPooledConnection() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionQueue
-
- getPoolListener() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return the pool listener.
- getPos() - Method in class com.avaje.ebean.SimpleTextParser
-
- getPos() - Method in class com.avaje.ebeaninternal.server.querydefn.SimpleTextParser
-
- getPredicateIncludes() - Method in class com.avaje.ebeaninternal.server.query.CQueryPredicates
-
Return the includes required for the where and order by clause.
- getPredicates() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
- getPredicatesType() - Method in class com.avaje.ebeaninternal.server.deploy.BeanSqlSelect
-
- getPreFrom() - Method in class com.avaje.ebean.RawSql.Sql
-
Return the SQL prior to FROM clause.
- getPreHaving() - Method in class com.avaje.ebean.RawSql.Sql
-
Return the SQL prior to HAVING clause.
- getPreparedSql() - Method in class com.avaje.ebeaninternal.api.BindParams
-
Return the sql with ? place holders (named parameters have been processed
and ordered).
- getPreparedSql() - Method in class com.avaje.ebeaninternal.api.BindParams.OrderedList
-
- getPreWhere() - Method in class com.avaje.ebean.RawSql.Sql
-
Return the SQL prior to WHERE clause.
- getPrimaryKeyName(String) - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Return the primary key name for a given bean descriptor.
- getProfileCount() - Method in class com.avaje.ebeaninternal.server.autofetch.TunedQueryInfo
-
Return the number of times profiling has been collected for this query
point.
- getProfileListener() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Return the Profile Listener.
- getProfileUpdateFrequency() - Method in class com.avaje.ebean.config.AutofetchConfig
-
Return the frequency in seconds to update the autofetch tuned queries from
the profiled information.
- getProfilingBase() - Method in interface com.avaje.ebean.AdminAutofetch
-
Return the number of queries profiled after which profiling is collected at
a percentage rate.
- getProfilingBase() - Method in class com.avaje.ebean.config.AutofetchConfig
-
Return the base number of queries to profile before changing to profile
only a percentage of following queries (profileRate).
- getProfilingBase() - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Return the max number of queries profiled (per query point).
- getProfilingBase() - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
- getProfilingBase() - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- getProfilingBase() - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
Return the max number of queries profiled (per query point).
- getProfilingMin() - Method in interface com.avaje.ebean.AdminAutofetch
-
Return the minimum number of queries profiled before autoFetch will start
automatically tuning the queries.
- getProfilingMin() - Method in class com.avaje.ebean.config.AutofetchConfig
-
Return the minimum number of queries to profile before autofetch will start
tuning the queries.
- getProfilingMin() - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Return the minimum number of queries profiled before autoFetch will start
automatically tuning the queries.
- getProfilingMin() - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
- getProfilingMin() - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- getProfilingMin() - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
Return the minimum number of queries profiled before autoFetch will start
automatically tuning the queries.
- getProfilingRate() - Method in interface com.avaje.ebean.AdminAutofetch
-
Returns the rate which profiling is collected.
- getProfilingRate() - Method in class com.avaje.ebean.config.AutofetchConfig
-
Return the rate (%) of queries to be profiled after the 'base' amount of
profiling.
- getProfilingRate() - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Return the profiling rate (int between 0 and 100).
- getProfilingRate() - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
- getProfilingRate() - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- getProfilingRate() - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
Returns the rate which profiling is collected.
- getProp(String) - Static method in class com.avaje.ebeaninternal.server.lib.sql.Prefix
-
- getProperties() - Method in interface com.avaje.ebean.config.CompoundType
-
Return the properties in the order they appear in the constructor.
- getProperties() - Method in class com.avaje.ebean.OrderBy
-
Return the properties for this OrderBy.
- getProperties() - Method in class com.avaje.ebean.text.PathProperties.Props
-
Return the properties for this property set.
- getProperties() - Method in interface com.avaje.ebeaninternal.api.SpiUpdatePlan
-
Return the properties that where changed and should be included in the
update statement.
- getProperties() - Method in class com.avaje.ebeaninternal.server.deploy.BeanEmbeddedMeta
-
Return the properties with over ridden mapping information.
- getProperties() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
Return meta data for the deployment of the embedded bean specific to this
property.
- getProperties() - Method in interface com.avaje.ebeaninternal.server.deploy.id.IdBinder
-
Return the id properties in flat form.
- getProperties() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- getProperties() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmpty
-
- getProperties() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderMultiple
-
- getProperties() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderSimple
-
- getProperties() - Method in class com.avaje.ebeaninternal.server.persist.dml.UpdatePlan
-
Return the set of changed properties.
- getProperties() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
- getProperties() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundType
-
- getProperties() - Method in class com.avaje.ebeaninternal.server.type.reflect.ReflectionBasedCompoundType
-
- getProperties() - Method in class com.avaje.ebeaninternal.util.SortByClause
-
Return the properties of the sort by clause.
- getPropertiesAsString() - Method in class com.avaje.ebean.text.PathProperties.Props
-
Return the properties as a comma delimited string.
- getProperty(String, String) - Method in class com.avaje.ebean.config.ServerConfig
-
Return a configuration property using a default value.
- getProperty(String) - Method in class com.avaje.ebean.config.ServerConfig
-
Return a configuration property.
- getProperty() - Method in class com.avaje.ebean.OrderBy.Property
-
Return the property name.
- getPropertyColumnMap() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanEmbedded
-
Return a map of property names to dbColumns.
- getPropertyCount() - Method in interface com.avaje.ebeaninternal.server.deploy.id.IdBinder
-
Return the number of scalar properties for this id.
- getPropertyCount() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- getPropertyCount() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmpty
-
- getPropertyCount() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderMultiple
-
- getPropertyCount() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderSimple
-
Returns 1.
- getPropertyFromColumn(Class<?>, String) - Method in class com.avaje.ebean.config.MatchingNamingConvention
-
- getPropertyFromColumn(Class<?>, String) - Method in interface com.avaje.ebean.config.NamingConvention
-
Return the property name from the column name.
- getPropertyFromColumn(Class<?>, String) - Method in class com.avaje.ebean.config.UnderscoreNamingConvention
-
Converts underscore based column name to Camel case property name.
- getPropertyMap() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getPropertyName() - Method in interface com.avaje.ebean.bean.BeanCollection
-
Return the bean property name this collection represents.
- getPropertyName() - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
- getPropertyName() - Method in class com.avaje.ebean.RawSql.ColumnMapping.Column
-
Return the bean property this column is mapped to.
- getPropertyName() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlColumnInfo
-
- getPropertyName() - Method in class com.avaje.ebeaninternal.server.expression.AbstractExpression
-
- getPropertyName() - Method in class com.avaje.ebeaninternal.server.expression.DefaultExampleExpression
-
This will return null for this example expression.
- getPropertyName() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundProperty
-
The property name local to its type.
- getPropertyNames(ResultSet) - Method in class com.avaje.ebeaninternal.server.query.DefaultRelationalQueryEngine
-
Build the list of property names.
- getPropertySource(String) - Static method in class com.avaje.ebean.config.GlobalProperties
-
- getPropertySource() - Method in class com.avaje.ebean.config.ServerConfig
-
Return a PropertySource for this server.
- getPropertyType() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the property type.
- getPropertyType() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return the property type.
- getPropertyType(int) - Method in class com.avaje.ebeaninternal.server.type.reflect.ReflectionBasedCompoundType
-
- getPropertyType() - Method in class com.avaje.ebeaninternal.server.type.reflect.ReflectionBasedCompoundTypeProperty
-
- getPropertyValues(V) - Method in class com.avaje.ebeaninternal.server.type.CtCompoundType
-
- getProps() - Method in class com.avaje.ebeaninternal.server.query.SqlTreeProperties
-
- getPstmt(SpiTransaction, String, boolean) - Method in class com.avaje.ebeaninternal.server.persist.dml.DmlHandler
-
Check with useGeneratedKeys to get appropriate PreparedStatement.
- getPstmt(SpiTransaction, String, PersistRequestBean<?>, boolean) - Method in class com.avaje.ebeaninternal.server.persist.dml.DmlHandler
-
Return a prepared statement taking into account batch requirements.
- getPstmt(SpiTransaction, String, boolean) - Method in class com.avaje.ebeaninternal.server.persist.dml.InsertHandler
-
Check with useGeneratedKeys to get appropriate PreparedStatement.
- getPstmt(SpiTransaction, String) - Method in class com.avaje.ebeaninternal.server.persist.PstmtFactory
-
Get a prepared statement without any batching.
- getPstmt(SpiTransaction, boolean, String, BatchPostExecute) - Method in class com.avaje.ebeaninternal.server.persist.PstmtFactory
-
Return a prepared statement taking into account batch requirements.
- getPstmt() - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- getPstmtBatch() - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Return a JDBC driver specific handler for batching.
- getPstmtBatch() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- getPstmtBatch() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getPstmtBatch() - Method in class com.avaje.ebeaninternal.server.core.PersistRequest
-
- getPstmtCache() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
A Least Recently used cache of PreparedStatements.
- getPstmtCacheSize() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return the size of the PreparedStatement cache (per connection).
- getPstmtCacheSize() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Return the preparedStatement cache size.
- getPstmtDelegate() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the PreparedStatementDelegate.
- getPstmtHolder() - Method in class com.avaje.ebeaninternal.server.persist.BatchControl
-
Return the actual batch of PreparedStatements.
- getPstmtStatistics() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- getPutCounter() - Method in class com.avaje.ebeaninternal.server.lib.sql.PstmtCache
-
The total number of puts against this cache.
- getQualifiedName() - Method in class com.avaje.ebean.config.TableName
-
Returns the qualified name in the form catalog.schema.name.
- getQuery() - Method in interface com.avaje.ebean.event.BeanQueryRequest
-
Returns the query.
- getQuery() - Method in interface com.avaje.ebean.FutureIds
-
Returns the original query used to fetch the Id's.
- getQuery() - Method in interface com.avaje.ebean.FutureList
-
Return the query that is being executed by a background thread.
- getQuery() - Method in class com.avaje.ebean.OrderBy
-
Return the associated query if there is one.
- getQuery() - Method in interface com.avaje.ebean.SqlFutureList
-
- getQuery() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Get the orm query as a String.
- getQuery() - Method in interface com.avaje.ebeaninternal.api.SpiSqlQuery
-
return the query.
- getQuery() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
Return the find that is to be performed.
- getQuery() - Method in class com.avaje.ebeaninternal.server.core.RelationalQueryRequest
-
Return the find that is to be performed.
- getQuery() - Method in interface com.avaje.ebeaninternal.server.core.SpiOrmQueryRequest
-
Return the query.
- getQuery() - Method in class com.avaje.ebeaninternal.server.deploy.DeployNamedQuery
-
- getQuery() - Method in class com.avaje.ebeaninternal.server.deploy.DNativeQuery
-
- getQuery() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlMeta
-
- getQuery() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlSelect
-
- getQuery() - Method in class com.avaje.ebeaninternal.server.query.CallableQuery
-
- getQuery() - Method in class com.avaje.ebeaninternal.server.query.QueryFutureIds
-
- getQuery() - Method in class com.avaje.ebeaninternal.server.query.QueryFutureList
-
- getQuery() - Method in class com.avaje.ebeaninternal.server.query.QueryFutureRowCount
-
- getQuery() - Method in class com.avaje.ebeaninternal.server.query.SqlQueryFutureList
-
- getQuery() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getQuery() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- getQueryAdapter() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the BeanQueryAdapter or null if none is defined.
- getQueryAdapter() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- getQueryAdapters() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the BeanQueryAdapter instances.
- getQueryBatchSize() - Method in class com.avaje.ebean.config.ServerConfig
-
Gets the query batch size.
- getQueryBatchSize() - Method in class com.avaje.ebean.FetchConfig
-
Return the batch size for separate query load.
- getQueryCache(Class<?>) - Method in interface com.avaje.ebean.cache.ServerCacheManager
-
Return the cache for query results of a particular type of bean.
- getQueryCache(Class<?>) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCacheManager
-
Return the query cache for a given bean type.
- getQueryEngine() - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Return the queryEngine for this server.
- getQueryEngine() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- getQueryExecutionTimeMicros() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
- getQueryFetchBatch() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
- getQueryMode() - Method in interface com.avaje.ebeaninternal.server.deploy.DbReadContext
-
Return the query mode.
- getQueryMode() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
- getQueryPlan() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
Return a queryPlan for the current query if one exists.
- getQueryPlan(HashQueryPlan) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- getQueryPlanHash() - Method in interface com.avaje.ebean.meta.MetaQueryPlanStatistic
-
Return a string representation of the query plan hash.
- getQueryPlanHash() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
Return the queryPlanHash.
- getQueryPlanHash() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlanStats.Snapshot
-
- getQueryRequest() - Method in interface com.avaje.ebeaninternal.api.SpiExpressionRequest
-
Return the associated QueryRequest.
- getQueryRequest() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
- getQueryRequest() - Method in class com.avaje.ebeaninternal.server.query.CQueryFetchIds
-
- getQueryRequest() - Method in class com.avaje.ebeaninternal.server.query.CQueryRowCount
-
- getQueryRequest() - Method in class com.avaje.ebeaninternal.util.DefaultExpressionRequest
-
- getQueryStatDebug() - Method in class com.avaje.ebeaninternal.server.autofetch.Statistics
-
- getQueryStats() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlan
-
Return the current query statistics.
- getQueryTimeout() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- getQueryTimeout() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- getQueryType() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
- getQueryType() - Method in class com.avaje.ebeaninternal.server.core.RelationalQueryRequest
-
Return the type (List, Set or Map) that this fetch returns.
- getQueryType() - Method in class com.avaje.ebeaninternal.server.deploy.ManyType
-
Return the matching Query type.
- getRawSql() - Method in interface com.avaje.ebean.Query
-
Return the RawSql that was set to use for this query.
- getRawSql() - Method in class com.avaje.ebeaninternal.server.deploy.DeployNamedQuery
-
- getRawSql() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getRawSqlColumnInfo(String) - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlSelect
-
Return the RawSqlColumnInfo given it's logical property name.
- getRawSqlMeta() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- getRawWhereClause() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the where clause from a parsed string query.
- getRawWhereClause() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
Return the order by clause.
- getReaders() - Method in class com.avaje.ebeaninternal.server.type.reflect.ImmutableMeta
-
- getReadMethod() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the getter method.
- getReadMethod() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return the getter method.
- getRealPath() - Method in class com.avaje.ebeaninternal.server.lib.resource.FileResourceSource
-
- getRealPath() - Method in interface com.avaje.ebeaninternal.server.lib.resource.ResourceSource
-
Return the File System path of the root of the ResourceSource.
- getRealPath() - Method in class com.avaje.ebeaninternal.server.lib.resource.UrlResourceSource
-
Returns the "real path" from the ServletContext root.
- getReasonNotImmutable() - Method in class com.avaje.ebeaninternal.server.type.reflect.CheckImmutableResponse
-
- getRecipientList() - Method in class com.avaje.ebeaninternal.server.lib.util.MailMessage
-
Return the recipient list.
- getRef() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getReference(Class<T>, Object) - Static method in class com.avaje.ebean.Ebean
-
Get a reference object.
- getReference(Class<T>, Object) - Method in interface com.avaje.ebean.EbeanServer
-
- getReference(Class<T>, Object) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Return a Reference bean.
- getRegisterCount() - Method in interface com.avaje.ebeaninternal.server.deploy.BeanFinderManager
-
Return the number of beans with a registered finder.
- getRegisterCount() - Method in class com.avaje.ebeaninternal.server.deploy.BeanQueryAdapterManager
-
- getRegisterCount() - Method in class com.avaje.ebeaninternal.server.deploy.DefaultBeanFinderManager
-
- getRegisterCount() - Method in class com.avaje.ebeaninternal.server.deploy.PersistControllerManager
-
- getRegisterCount() - Method in class com.avaje.ebeaninternal.server.deploy.PersistListenerManager
-
- getRegisterHost() - Method in class com.avaje.ebeaninternal.server.cluster.socket.SocketClusterMessage
-
- getRelationalQueryEngine() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Return the Relational query engine.
- getRelationshipProperty() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
- getRelativeName() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundProperty
-
The property name relative to the root of the compound type.
- getRelativePath() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadContext
-
- getRelativePrefix(String) - Method in interface com.avaje.ebeaninternal.server.deploy.DbSqlContext
-
- getRelativePrefix(String) - Method in class com.avaje.ebeaninternal.server.query.DefaultDbSqlContext
-
- getRequests() - Method in class com.avaje.ebeaninternal.api.TransactionEventBeans
-
Return the list of PersistRequests that BeanListeners are interested in.
- getResendPacketIds() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.MessageResend
-
- getResourceDirectory() - Method in class com.avaje.ebean.config.ServerConfig
-
Returns the resource directory.
- getResourceManager() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getResourceSource() - Method in class com.avaje.ebeaninternal.server.resource.ResourceManager
-
- getResultSet() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- getResultSet() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- getResultSetConcurrency() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- getResultSetConcurrency() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- getResultSetHoldability() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- getResultSetHoldability() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- getResultSetType() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- getResultSetType() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- getRollbackFor() - Method in class com.avaje.ebean.TxScope
-
Return the throwable's that should cause a rollback.
- getRoot() - Method in class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
Return the root node of the tree.
- getRoot() - Method in class com.avaje.ebeaninternal.server.lib.util.DnodeParser
-
Return the root node of the DContent tree.
- getRootNode() - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
- getRootProperties() - Method in class com.avaje.ebean.text.PathProperties
-
- getRunnable() - Method in class com.avaje.ebeaninternal.server.lib.thread.Work
-
Return the associated Runnable object.
- getScalarConverters() - Method in class com.avaje.ebeaninternal.server.core.BootupClasses
-
Return the list of ScalarConverters found.
- getScalarDataReader(Class<?>, int) - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeManager
-
- getScalarDataReader(Class<?>) - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeManager
-
- getScalarProperties() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompound
-
- getScalarProperties() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompoundRoot
-
- getScalarType() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the scalarType.
- getScalarType() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return the scalarType.
- getScalarType(int) - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeManager
-
Return the ScalarType for the given jdbc type as per java.sql.Types.
- getScalarType(Class<T>) - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeManager
-
This can return null if no matching ScalarType is found.
- getScalarType(Class<T>, int) - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeManager
-
Return a ScalarType for a given class.
- getScalarType() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeWrapper
-
- getScalarType(int) - Method in interface com.avaje.ebeaninternal.server.type.TypeManager
-
Return the ScalarType for a given jdbc type.
- getScalarType(Class<T>) - Method in interface com.avaje.ebeaninternal.server.type.TypeManager
-
Return the ScalarType for a given logical type.
- getScalarType(Class<T>, int) - Method in interface com.avaje.ebeaninternal.server.type.TypeManager
-
For java.util.Date and java.util.Calendar additionally pass the jdbc type
that you would like the ScalarType to map to.
- getScalarTypes() - Method in class com.avaje.ebeaninternal.server.core.BootupClasses
-
Return the list of ScalarTypes found.
- getSchema() - Method in class com.avaje.ebean.config.AbstractNamingConvention
-
Return the schema.
- getSchema() - Method in class com.avaje.ebean.config.TableName
-
Gets the schema.
- getSchema() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- getSchema() - Method in class com.avaje.ebeaninternal.server.ddl.CreateTableVisitor
-
- getSecondaryQueriesMinBatchSize(OrmQueryRequest<?>, int) - Method in interface com.avaje.ebeaninternal.api.LoadContext
-
Return the minimum batch size when using QueryIterator with query joins.
- getSecondaryQueriesMinBatchSize(int) - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
For use with QueryIterator and secondary queries this returns the minimum
batch size that should be loaded before executing the secondary queries.
- getSecondaryQueriesMinBatchSize(OrmQueryRequest<?>, int) - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadContext
-
Return the minimum batch size when using QueryIterator with query joins.
- getSecondaryTable() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return the secondary table this property is associated with.
- getSecondaryTableJoin() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- getSecondaryTableJoinPrefix() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Returns null unless this property is using a secondary table.
- getSecondaryTableJoinPrefix() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- getSelectLastInsertedId(String) - Method in class com.avaje.ebean.config.dbplatform.DbIdentity
-
Return the SQL query to find the SelectLastInsertedId.
- getSelectLastInsertedId() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the SQL used to return the last inserted id.
- getSelectLastInsertedId() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the SQL used to return the last inserted Id.
- getSelectLastInsertedId() - Method in class com.avaje.ebeaninternal.server.persist.dml.InsertMeta
-
Returns sql that is used to fetch back the last inserted id.
- getSelectProperties() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
This excludes the bean joined properties.
- getSelectSql() - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
Return the String for the actual SQL.
- getSender() - Method in class com.avaje.ebeaninternal.server.lib.util.MailMessage
-
Return the sender address.
- getSenderHostPort() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastSender
-
Return the Host and Port of the sender.
- getSequenceFormat() - Method in class com.avaje.ebean.config.AbstractNamingConvention
-
Returns the sequence format.
- getSequenceName(String, String) - Method in class com.avaje.ebean.config.AbstractNamingConvention
-
- getSequenceName(String, String) - Method in interface com.avaje.ebean.config.NamingConvention
-
Return the sequence name given the table name (for DB's that use
sequences).
- getSequenceName() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the sequence name.
- getSequenceName() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the DB sequence name (can be null).
- getServer(String) - Static method in class com.avaje.ebean.Ebean
-
Get the EbeanServer for a given DataSource.
- getServer(String) - Method in class com.avaje.ebeaninternal.server.cluster.ClusterManager
-
- getServer() - Method in class com.avaje.ebeaninternal.server.core.BeanRequest
-
- getServer() - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetPagingQuery
-
- getServer() - Method in class com.avaje.ebeaninternal.server.transaction.RemoteTransactionEvent
-
- getServerCacheFactory() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the ServerCacheFactory.
- getServerCacheManager() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the ServerCacheManager.
- getServerCacheManager() - Static method in class com.avaje.ebean.Ebean
-
Return the manager of the server cache ("L2" cache).
- getServerCacheManager() - Method in interface com.avaje.ebean.EbeanServer
-
Return the manager of the server cache ("L2" cache).
- getServerCacheManager() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- getServerConfig() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getServerConfigStartupListeners() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the list of ServerConfigStartup instances.
- getServerName() - Method in class com.avaje.ebean.config.GlobalProperties.DelegatedGlobalPropertySource
-
- getServerName() - Method in interface com.avaje.ebean.config.GlobalProperties.PropertySource
-
Return the name of the server.
- getServerName() - Method in class com.avaje.ebean.TxScope
-
Return the serverName for this transaction.
- getServerName() - Method in class com.avaje.ebeaninternal.server.cluster.Packet
-
- getServerName() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the name of the server this BeanDescriptor belongs to.
- getServerName() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager
-
- getServerName() - Method in interface com.avaje.ebeaninternal.server.deploy.BeanDescriptorMap
-
Return the name of the server/database.
- getServerName() - Method in class com.avaje.ebeaninternal.server.transaction.RemoteTransactionEvent
-
- getServerName() - Method in class com.avaje.ebeaninternal.server.transaction.TransactionManager
-
- getServletContext() - Static method in class com.avaje.ebean.config.GlobalProperties
-
Return the ServletContext (if setup in a servlet container environment).
- getSet() - Method in interface com.avaje.ebeaninternal.api.SpiUpdatePlan
-
Return the set of bindable update properties.
- getSet() - Method in class com.avaje.ebeaninternal.server.persist.dml.UpdatePlan
-
Return the Bindable properties for the update set.
- getSetter() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- getSetter(String) - Method in interface com.avaje.ebeaninternal.server.reflect.BeanReflect
-
Return the setter for a given bean property.
- getSetter(String) - Method in class com.avaje.ebeaninternal.server.reflect.EnhanceBeanReflect
-
- getSharableBean() - Method in class com.avaje.ebeaninternal.server.cache.CachedBeanData
-
- getShort() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getShort() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getSingleIdProperty() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
If the Id is a single non-embedded property then returns that, otherwise
returns null.
- getSinglePrimaryKeyColumn() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return the Primary Key column assuming it is a single column (not
compound).
- getSize() - Method in class com.avaje.ebean.cache.ServerCacheStatistics
-
Return the size of the cache.
- getSize() - Method in class com.avaje.ebeaninternal.server.cluster.Packet
-
- getSlotId() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Return the slot position in the busy buffer.
- getSnapshot(boolean) - Method in class com.avaje.ebeaninternal.server.query.CQueryPlan
-
- getSnapshot(boolean) - Method in class com.avaje.ebeaninternal.server.query.CQueryPlanStats
-
- getSortOrder() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return the sortOrder for the properties.
- getSortOverride() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- getSpiEbeanPlugins() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- getSpiQuery() - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetPagingQuery
-
- getSql() - Method in interface com.avaje.ebean.CallableSql
-
Return the callable sql.
- getSql(int) - Method in class com.avaje.ebean.config.dbplatform.DB2SequenceIdGenerator
-
- getSql(int) - Method in class com.avaje.ebean.config.dbplatform.H2SequenceIdGenerator
-
- getSql(int) - Method in class com.avaje.ebean.config.dbplatform.OracleSequenceIdGenerator
-
- getSql(int) - Method in class com.avaje.ebean.config.dbplatform.PostgresSequenceIdGenerator
-
- getSql(int) - Method in class com.avaje.ebean.config.dbplatform.SequenceIdGenerator
-
- getSql() - Method in class com.avaje.ebean.config.dbplatform.SqlLimitResponse
-
The final query sql with SQL limit statements added.
- getSql() - Method in interface com.avaje.ebean.meta.MetaQueryPlanStatistic
-
Return the sql executed.
- getSql() - Method in class com.avaje.ebean.RawSql
-
Return the Sql either unparsed or in parsed (broken up) form.
- getSql() - Method in class com.avaje.ebean.RawSqlBuilder
-
Return the internal parsed Sql object (for testing).
- getSql() - Method in interface com.avaje.ebean.SqlUpdate
-
Return the sql statement.
- getSql() - Method in interface com.avaje.ebeaninternal.api.SpiExpressionRequest
-
Return the accumulated expression sql for all expressions in this request.
- getSql() - Method in interface com.avaje.ebeaninternal.api.SpiUpdatePlan
-
Return the update SQL statement.
- getSql() - Method in class com.avaje.ebeaninternal.server.core.DefaultCallableSql
-
- getSql() - Method in class com.avaje.ebeaninternal.server.core.DefaultSqlUpdate
-
- getSql() - Method in class com.avaje.ebeaninternal.server.deploy.BeanSqlSelect
-
- getSql() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Return the SQL used to create this PreparedStatement.
- getSql() - Method in class com.avaje.ebeaninternal.server.persist.BatchedPstmt
-
Return the sql
- getSql(PersistRequestBean<?>) - Method in class com.avaje.ebeaninternal.server.persist.dml.DeleteMeta
-
get or generate the sql based on the concurrency mode.
- getSql(boolean) - Method in class com.avaje.ebeaninternal.server.persist.dml.InsertMeta
-
get the sql based whether the id value(s) are null.
- getSql() - Method in class com.avaje.ebeaninternal.server.persist.dml.UpdatePlan
-
Return the DML statement.
- getSql() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlan
-
- getSql() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlanStats.Snapshot
-
- getSql() - Method in class com.avaje.ebeaninternal.util.DefaultExpressionRequest
-
- getSqlFormulaJoin() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyOverride
-
- getSqlFormulaJoin() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- getSqlFormulaSelect() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyOverride
-
- getSqlFormulaSelect() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return the formula this property is based on.
- getSqlLimiter() - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Return the SqlLimiter used to apply additional sql around a query to limit
its results.
- getSqlSelect() - Method in class com.avaje.ebeaninternal.server.deploy.DeployNamedQuery
-
- getSqlTree() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlSelect
-
- getSqlTree() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
Return the SqlSelectChain.
- getSqlTree() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlan
-
- getSqlUpdateStatement() - Method in class com.avaje.ebeaninternal.server.deploy.DeployNamedUpdate
-
- getStackTrace() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Return the full stack trace that got the connection from the pool.
- getStackTraceAsString() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Return the stackTrace as a String for logging purposes.
- getStartTime() - Method in interface com.avaje.ebean.meta.MetaObjectGraphNodeStats
-
Return the startTime of statistics collection.
- getStartTime() - Method in class com.avaje.ebeaninternal.server.lib.thread.Work
-
Return the time this work actually started.
- getStartUseTime() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Return the time the connection was passed to the client code.
- getState(String) - Method in class com.avaje.ebeaninternal.server.transaction.TransactionMap
-
Return the State for a given serverName.
- getStatement() - Method in class com.avaje.ebeaninternal.server.persist.BatchedPstmt
-
Return the statement.
- getStateWithCreate(String) - Method in class com.avaje.ebeaninternal.server.transaction.TransactionMap
-
Return the State for a given serverName.
- getStatistics(boolean) - Method in interface com.avaje.ebean.cache.ServerCache
-
Return statistics for the cache.
- getStatistics(String) - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Return the current Statistics for a given queryPoint key.
- getStatistics(String) - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
Return the current Statistics for a given originKey key.
- getStatistics(boolean) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache
-
- getStatistics(boolean) - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Return the aggregated load statistics collected on all the connections in the pool.
- getStatistics() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- getStatistics(boolean) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionQueue
-
- getStatus(boolean) - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastClusterManager
-
Get the overall status and activity of this cluster node.
- getStatus() - Method in class com.avaje.ebeaninternal.server.cluster.socket.SocketClusterBroadcast
-
Return the current status of this instance.
- getStatus(boolean) - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Return the current status of the connection pool.
- getStatus(boolean) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionQueue
-
- getStmt(String, BatchPostExecute) - Method in class com.avaje.ebeaninternal.server.persist.BatchedPstmtHolder
-
Return the PreparedStatement if it has already been used in this Batch.
- getString(String) - Method in interface com.avaje.ebean.SqlRow
-
Return a property as a String.
- getString() - Method in class com.avaje.ebean.text.json.JsonElementArray
-
- getString(String) - Method in class com.avaje.ebeaninternal.server.query.DefaultSqlRow
-
- getString() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getString() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getStringAttr(String, String) - Method in class com.avaje.ebeaninternal.server.lib.util.Dnode
-
Returns an Attribute as a String.
- getStringClob() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getStringClob() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getStringFormatter() - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
- getStringFormatter() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getStringFormatter() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- getStringFormatter() - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyValue
-
Return the default StringFormatter for the scalar property.
- getStringFormatter() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- getStringFromStream() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getStringFromStream() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getStringParser() - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
- getStringParser() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getStringParser() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- getStringParser() - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyValue
-
Return the default StringParser for the scalar property.
- getStringParser() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- getStringValue() - Method in interface com.avaje.ebean.config.EncryptKey
-
Return the string key value.
- getSubject() - Method in class com.avaje.ebeaninternal.server.lib.util.MailMessage
-
Return the subject text.
- getSummary() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastStatus
-
- getSummary() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
Get the summary of the sql.
- getSummary() - Method in class com.avaje.ebeaninternal.server.query.CQueryFetchIds
-
Return a summary description of this query.
- getSummary() - Method in class com.avaje.ebeaninternal.server.query.CQueryRowCount
-
Return a summary description of this query.
- getSummary() - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
Return a summary of the select clause.
- getTable() - Method in class com.avaje.ebeaninternal.server.ddl.CreateTableVisitor
-
- getTable() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoin
-
Return the joined table name.
- getTable() - Method in class com.avaje.ebeaninternal.server.deploy.TableJoin
-
Return the joined table name.
- getTableAlias(String) - Method in interface com.avaje.ebeaninternal.server.deploy.DbSqlContext
-
Return a table alias without many where clause joins.
- getTableAlias() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlMeta
-
- getTableAlias() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlSelect
-
- getTableAlias(String) - Method in class com.avaje.ebeaninternal.server.query.DefaultDbSqlContext
-
- getTableAlias(String) - Method in class com.avaje.ebeaninternal.server.query.SqlTreeAlias
-
Return the table alias for a given property name.
- getTableAliasManyWhere(String) - Method in interface com.avaje.ebeaninternal.server.deploy.DbSqlContext
-
Return a table alias that takes into account many where joins.
- getTableAliasManyWhere(String) - Method in class com.avaje.ebeaninternal.server.query.DefaultDbSqlContext
-
- getTableAliasManyWhere(String) - Method in class com.avaje.ebeaninternal.server.query.SqlTreeAlias
-
Return an alias using "Many where joins".
- getTableIUDList() - Method in class com.avaje.ebeaninternal.server.transaction.RemoteTransactionEvent
-
- getTableJoin() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssoc
-
return the join to use for the bean.
- getTableJoin() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssoc
-
return the join to use for the bean.
- getTableJoin() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getTableJoin(String) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployBeanInfo
-
Appropriate TableJoin for a property mapped to a secondary table.
- getTableJoins() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- getTableJoins() - Method in class com.avaje.ebeaninternal.server.query.SqlTreeProperties
-
- getTableName(Class<?>) - Method in class com.avaje.ebean.config.AbstractNamingConvention
-
Returns the table name for a given entity bean.
- getTableName(Class<?>) - Method in interface com.avaje.ebean.config.NamingConvention
-
Returns the table name for a given Class.
- getTableName() - Method in interface com.avaje.ebean.event.BulkTableEvent
-
Return the name of the table that was involved.
- getTableName() - Method in class com.avaje.ebeaninternal.api.TransactionEventTable.TableIUD
-
- getTableName() - Method in class com.avaje.ebeaninternal.server.persist.dml.DeleteMeta
-
Return the table name.
- getTableName() - Method in class com.avaje.ebeaninternal.server.persist.dml.UpdateMeta
-
Return the base table name.
- getTableNameByConvention(Class<?>) - Method in class com.avaje.ebean.config.AbstractNamingConvention
-
Return the tableName using the naming convention (rather than deployed
Table annotation).
- getTableNameByConvention(Class<?>) - Method in class com.avaje.ebean.config.MatchingNamingConvention
-
- getTableNameByConvention(Class<?>) - Method in class com.avaje.ebean.config.UnderscoreNamingConvention
-
Returns the last part of the class name.
- getTableNameFromAnnotation(Class<?>) - Method in class com.avaje.ebean.config.AbstractNamingConvention
-
Gets the table name from annotation.
- getTargetDescriptor() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssoc
-
Return the BeanDescriptor of the target.
- getTargetIdProperty() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssoc
-
Return the Id property of the target entity type.
- getTargetType() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssoc
-
Return the type of the target.
- getTargetType() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
Same as getPropertyType().
- getTargetType() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssoc
-
Return the type of the target.
- getTextLocation() - Method in class com.avaje.ebeaninternal.api.BindParams.Param
-
Return the location this parameter was found in the sql text.
- getTime() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getTime() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getTimeCreated() - Method in interface com.avaje.ebeaninternal.api.SpiUpdatePlan
-
Return the time this plan was created.
- getTimeCreated() - Method in class com.avaje.ebeaninternal.server.persist.dml.UpdatePlan
-
Return the time this plan was created.
- getTimeLastUsed() - Method in interface com.avaje.ebeaninternal.api.SpiUpdatePlan
-
Return the time this plan was last used.
- getTimeLastUsed() - Method in class com.avaje.ebeaninternal.server.persist.dml.UpdatePlan
-
Return the time this plan was last used.
- getTimeout() - Method in interface com.avaje.ebean.CallableSql
-
Return the statement execution timeout.
- getTimeout() - Method in interface com.avaje.ebean.SqlUpdate
-
Return the timeout used to execute this statement.
- getTimeout() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the query timeout.
- getTimeout() - Method in interface com.avaje.ebeaninternal.api.SpiSqlQuery
-
Return the query timeout.
- getTimeout() - Method in interface com.avaje.ebeaninternal.api.SpiUpdate
-
Return the timeout in seconds.
- getTimeout() - Method in class com.avaje.ebeaninternal.server.core.DefaultCallableSql
-
- getTimeout() - Method in class com.avaje.ebeaninternal.server.core.DefaultSqlUpdate
-
- getTimeout() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
Return the timeout.
- getTimeout() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
Return the timeout in seconds.
- getTimeout() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- getTimestamp(String) - Method in interface com.avaje.ebean.SqlRow
-
Return the property as a sql timestamp.
- getTimestamp() - Method in class com.avaje.ebeaninternal.server.cluster.Packet
-
- getTimestamp(String) - Method in class com.avaje.ebeaninternal.server.query.DefaultSqlRow
-
- getTimestamp() - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- getTimestamp() - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- getToHostPort() - Method in interface com.avaje.ebeaninternal.server.cluster.mcast.Message
-
- getToHostPort() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.MessageAck
-
- getToHostPort() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.MessageControl
-
- getToHostPort() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.MessageResend
-
- getToken() - Method in class com.avaje.ebeaninternal.server.text.json.ReadBasicJsonContext
-
- getTokenKey() - Method in class com.avaje.ebeaninternal.server.text.json.ReadBasicJsonContext
-
- getTokenKey() - Method in interface com.avaje.ebeaninternal.server.text.json.ReadJsonInterface
-
- getTotalBeans() - Method in interface com.avaje.ebean.meta.MetaObjectGraphNodeStats
-
Return the total beans loaded by queries for this node.
- getTotalBytesReceived() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastStatus
-
- getTotalBytesResent() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastStatus
-
- getTotalBytesSent() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastStatus
-
- getTotalHits() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getTotalLoadedBeans() - Method in interface com.avaje.ebean.meta.MetaQueryPlanStatistic
-
Return the total number of beans loaded by the queries.
- getTotalLoadedBeans() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlanStats.Snapshot
-
- getTotalMicros() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePoolStatistics
-
Return the aggregate time connections were busy/used.
- getTotalMicros() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionStatistics
-
- getTotalMicros() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionStatistics.LoadValues
-
- getTotalPacketsReceived() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastStatus
-
- getTotalPacketsResent() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastStatus
-
- getTotalPacketsSent() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastStatus
-
- getTotalPageCount() - Method in interface com.avaje.ebean.Page
-
Return the total number of pages.
- getTotalPageCount() - Method in interface com.avaje.ebean.PagingList
-
Return the total page count.
- getTotalPageCount() - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetPage
-
- getTotalPageCount() - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetPagingQuery
-
- getTotalProfileSize() - Method in interface com.avaje.ebean.AdminAutofetch
-
Return the size of the profile map.
- getTotalProfileSize() - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Return the size of the profile map.
- getTotalProfileSize() - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
Return the size of the profile map.
- getTotalProfileSize() - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- getTotalProfileSize() - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
Return the size of the profile map.
- getTotalRowCount() - Method in interface com.avaje.ebean.Page
-
Return the total row count for all pages.
- getTotalRowCount() - Method in interface com.avaje.ebean.PagingList
-
Return the total row count.
- getTotalRowCount() - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetPage
-
- getTotalRowCount() - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetPagingQuery
-
- getTotalTime() - Method in interface com.avaje.ebean.meta.MetaObjectGraphNodeStats
-
Return the total time of queries executed for this node.
- getTotalTimeMicros() - Method in interface com.avaje.ebean.meta.MetaQueryPlanStatistic
-
Return the total time taken by executions of this query.
- getTotalTimeMicros() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlanStats.Snapshot
-
- getTotalTunedQueryCount() - Method in interface com.avaje.ebean.AdminAutofetch
-
Return the number of queries tuned by AutoFetch.
- getTotalTunedQueryCount() - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Return the number of queries tuned by AutoFetch.
- getTotalTunedQueryCount() - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
Return the number of queries tuned by AutoFetch.
- getTotalTunedQueryCount() - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- getTotalTunedQueryCount() - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
Return the number of queries tuned by AutoFetch.
- getTotalTunedQuerySize() - Method in interface com.avaje.ebean.AdminAutofetch
-
Return the size of the TuneQuery map.
- getTotalTunedQuerySize() - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Return the size of the TuneQuery map.
- getTotalTunedQuerySize() - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
Return the size of the TuneQuery map.
- getTotalTunedQuerySize() - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- getTotalTunedQuerySize() - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
Return the size of the TuneQuery map.
- getTotalTxnEventsReceived() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastStatus
-
- getTotalTxnEventsSent() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastStatus
-
- getTotalWorkCount() - Method in class com.avaje.ebeaninternal.server.lib.thread.PooledThread
-
The total number of jobs this thread has run.
- getTotalWorkExecutionTime() - Method in class com.avaje.ebeaninternal.server.lib.thread.PooledThread
-
The total time for performing all assigned work.
- getTransaction() - Method in interface com.avaje.ebean.event.BeanPersistRequest
-
Return the Transaction associated with this request.
- getTransaction() - Method in interface com.avaje.ebean.event.BeanQueryRequest
-
Return the Transaction associated with this request.
- getTransaction() - Method in class com.avaje.ebeaninternal.api.LoadRequest
-
Return the transaction to use if this is a secondary query.
- getTransaction() - Method in class com.avaje.ebeaninternal.server.core.BeanRequest
-
Return the Transaction associated with this request.
- getTransaction() - Method in class com.avaje.ebeaninternal.server.core.RelationalQueryRequest
-
- getTransaction() - Method in class com.avaje.ebeaninternal.server.query.CallableQuery
-
- getTransaction() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
- getTransaction() - Method in class com.avaje.ebeaninternal.server.query.QueryFutureIds
-
- getTransaction() - Method in class com.avaje.ebeaninternal.server.query.QueryFutureList
-
- getTransaction() - Method in class com.avaje.ebeaninternal.server.query.QueryFutureRowCount
-
- getTransactionEventListenerList() - Method in class com.avaje.ebeaninternal.server.core.BootupClasses
-
Return the list of TransactionEventListeners found
- getTransactionEventListeners() - Method in class com.avaje.ebean.config.ServerConfig
-
Return the TransactionEventListener instances.
- getTransactionEventListeners() - Method in class com.avaje.ebeaninternal.server.core.BootupClasses
-
- getTransactionEventTable() - Method in interface com.avaje.ebeaninternal.api.SpiCallableSql
-
- getTransactionEventTable() - Method in class com.avaje.ebeaninternal.server.core.DefaultCallableSql
-
Return the TransactionEvent which holds the table modification
information for this CallableSql.
- getTransactionIsolation() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- getTransactionIsolation() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Return the default transaction isolation level connections in this pool
should have.
- getTransactionIsolation() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- getTransactionIsolationLevel(String) - Method in class com.avaje.ebean.config.DataSourceConfig
-
return the isolation level for a given string description.
- getTransactionManager() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getTransactionManger() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
- getTransactionScopeManager() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getTransients() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getTrimPoolFreqSecs() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return the minimum time gap between pool trim checks.
- getTunedCount() - Method in class com.avaje.ebeaninternal.server.autofetch.TunedQueryInfo
-
Return the number of queries tuned by this object.
- getTunedDetail() - Method in class com.avaje.ebeaninternal.server.autofetch.TunedQueryInfo
-
- getTunedQueryInfo(String) - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Return the current tuned fetch information for a given queryPoint key.
- getTunedQueryInfo(String) - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
Return the current Tuned query info for a given origin key.
- getTxnIncoming() - Method in class com.avaje.ebeaninternal.server.cluster.socket.SocketClusterStatus
-
Return the number of Remote transactions received.
- getTxtOutgoing() - Method in class com.avaje.ebeaninternal.server.cluster.socket.SocketClusterStatus
-
Return the number of transactions sent to the cluster.
- getType() - Method in class com.avaje.ebean.TxScope
-
Return the transaction type.
- getType() - Method in class com.avaje.ebeaninternal.api.BindParams.Param
-
Return the jdbc type of this parameter.
- getType() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the type of query (List, Set, Map, Bean, rowCount etc).
- getType() - Method in class com.avaje.ebeaninternal.server.core.PersistRequest
-
Return the type of this request.
- getType() - Method in class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
return the type.
- getType(String) - Method in class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
For a discriminator get the inheritance information for this tree.
- getType() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoin
-
Return the type of join.
- getType() - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
return the type.
- getType() - Method in class com.avaje.ebeaninternal.server.deploy.TableJoin
-
Return the type of join.
- getType() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getType() - Method in interface com.avaje.ebeaninternal.server.type.ScalarType
-
Return the type that matches the bean property type.
- getType() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBase
-
- getType() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBytesEncrypted
-
- getType() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeEncryptedWrapper
-
- getType() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeWrapper
-
- getTypeConverter() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyCompound
-
- getTypeInfo(Type) - Static method in class com.avaje.ebeaninternal.util.ParamTypeHelper
-
- getTypeManager() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getTypeManager() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the TypeManager.
- getTypeManager() - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployUtil
-
- getTypeMap() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- getTypeMap() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- getUnderlying() - Method in class com.avaje.ebeaninternal.server.deploy.ManyType
-
Return the underlying type.
- getUnderlyingList() - Method in interface com.avaje.ebeaninternal.api.SpiExpressionList
-
Return the underlying list of expressions.
- getUnderlyingList() - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- getUnidirectional() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return the "shadow" property to support unidirectional relationships.
- getUnidirectional() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- getUnidirectional() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
Return the unidirectional.
- getUnparsedSql() - Method in class com.avaje.ebean.RawSql.Sql
-
Return the SQL when it is unparsed.
- getUnqualifiedBaseTable() - Method in class com.avaje.ebeaninternal.server.deploy.BeanTable
-
Gets the unqualified base table.
- getUpdateCount() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- getUpdateCount() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- getUpdatedProperties() - Method in interface com.avaje.ebean.event.BeanPersistRequest
-
For an update this is the set of properties that where updated.
- getUpdatedProperties() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Return the updated properties.
- getUpdateIds() - Method in class com.avaje.ebeaninternal.server.transaction.BeanPersistIds
-
- getUpdatePlan(Integer) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Get a UpdatePlan for a given hash.
- getUpdatePlan(PersistRequestBean<?>) - Method in class com.avaje.ebeaninternal.server.persist.dml.UpdateMeta
-
get or generate the sql based on the concurrency mode.
- getUpdateSql() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestUpdateSql
-
Return the UpdateSql.
- getUpdateStatement() - Method in interface com.avaje.ebeaninternal.api.SpiUpdate
-
Return the update statement.
- getUpdateStatement() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
- getUpdateValue(BeanProperty, Object) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedCounter
-
Increments the current value by one.
- getUpdateValue(BeanProperty, Object) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedCounterInteger
-
Increments the current value by one.
- getUpdateValue(BeanProperty, Object) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedCounterLong
-
Increments the current value by one.
- getUpdateValue(BeanProperty, Object) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedInsertDate
-
Just returns the beans original insert timestamp value.
- getUpdateValue(BeanProperty, Object) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedInsertLong
-
Just returns the beans original insert timestamp value.
- getUpdateValue(BeanProperty, Object) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedInsertTimestamp
-
Just returns the beans original insert timestamp value.
- getUpdateValue(BeanProperty, Object) - Method in interface com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedProperty
-
Get the generated update value for a specific property of a bean.
- getUpdateValue(BeanProperty, Object) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedUpdateDate
-
Return now as a Timestamp.
- getUpdateValue(BeanProperty, Object) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedUpdateLong
-
Return now as a Timestamp.
- getUpdateValue(BeanProperty, Object) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedUpdateTimestamp
-
Return now as a Timestamp.
- getUrl() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return the connection URL.
- getUsageDebug() - Method in class com.avaje.ebeaninternal.server.autofetch.Statistics
-
- getUsed() - Method in class com.avaje.ebean.bean.NodeUsageCollector
-
Return the set of used properties.
- getUsername() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return the database username.
- getUserObject(String) - Method in interface com.avaje.ebean.Transaction
-
- getUserObject(String) - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
- getUtil() - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployBeanInfo
-
Return the DeployUtil we are using.
- getUtilDate(String) - Method in interface com.avaje.ebean.SqlRow
-
Return the property as a java.util.Date.
- getUtilDate(String) - Method in class com.avaje.ebeaninternal.server.query.DefaultSqlRow
-
- getUUID(String) - Method in interface com.avaje.ebean.SqlRow
-
Return a property as a UUID.
- getUUID(String) - Method in class com.avaje.ebeaninternal.server.query.DefaultSqlRow
-
- getValue(V) - Method in interface com.avaje.ebean.config.CompoundTypeProperty
-
Return the property value from the containing compound value object.
- getValue() - Method in class com.avaje.ebean.text.json.JsonElementBoolean
-
- getValue() - Method in class com.avaje.ebean.text.json.JsonElementNull
-
- getValue() - Method in class com.avaje.ebean.text.json.JsonElementNumber
-
- getValue(String) - Method in class com.avaje.ebean.text.json.JsonElementObject
-
- getValue() - Method in class com.avaje.ebean.text.json.JsonElementString
-
- getValue() - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache.CacheEntry
-
- getValue(Object, String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Get a property value from a bean of this type.
- getValue(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the value of the property method.
- getValue(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
- getValue(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompound
-
- getValue(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompoundScalar
-
- getValue(Object) - Method in class com.avaje.ebeaninternal.server.deploy.ExportedProperty
-
Return the property value from the bean.
- getValue() - Method in class com.avaje.ebeaninternal.server.expression.SimpleExpression
-
- getValue() - Method in class com.avaje.ebeaninternal.server.persist.BindValues.Value
-
Return the value.
- getValue() - Method in class com.avaje.ebeaninternal.server.querydefn.NaturalKeyBindParam
-
- getValue(Object) - Method in class com.avaje.ebeaninternal.server.type.CtCompoundProperty
-
- getValue(Object) - Method in class com.avaje.ebeaninternal.server.type.reflect.ReflectionBasedCompoundTypeProperty
-
- getValue1() - Method in class com.avaje.ebean.ValuePair
-
Return the first value.
- getValue2() - Method in class com.avaje.ebean.ValuePair
-
Return the second value.
- getValueAdapter() - Method in class com.avaje.ebean.text.json.JsonReadOptions
-
Return the JsonValueAdapter.
- getValueAdapter() - Method in class com.avaje.ebean.text.json.JsonWriteOptions
-
Return the JsonValueAdapter.
- getValueAdapter() - Method in class com.avaje.ebeaninternal.server.text.json.ReadJsonContext
-
- getValueAdapter() - Method in class com.avaje.ebeaninternal.server.text.json.WriteJsonContext
-
- getValueIntercept(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- getValueIntercept(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
- getValueIntercept(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompound
-
- getValueIntercept(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompoundScalar
-
No interception on embedded scalar values inside a CVO.
- getValues() - Method in class com.avaje.ebean.text.json.JsonElementArray
-
- getValues(boolean) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionStatistics
-
Get the current values and reset the statistics if necessary.
- getValueUnderlying(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompound
-
Get the underlying compound type.
- getValueViaReflection(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Explicitly use reflection to get value.
- getValueWithInheritance(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the property value taking inheritance into account.
- getVersion() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyLists
-
- getVisitorMap() - Method in class com.avaje.ebean.text.json.JsonReadOptions
-
Return the map of JsonReadBeanVisitor's.
- getVisitorMap() - Method in class com.avaje.ebean.text.json.JsonWriteOptions
-
Return the Map of registered JsonWriteBeanVisitor's by path.
- getWaitCount() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.Status
-
Return the total number of times a thread had to wait.
- getWaiting() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool.Status
-
Return the current number of threads waiting for a connection.
- getWaitTimeoutMillis() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return the time in millis to wait for a connection before timing out once
the pool has reached its maximum size.
- getWaitTimeoutMillis() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Return the time in millis that threads will wait when the pool has hit
the max size.
- getWarmingQuery() - Method in class com.avaje.ebeaninternal.server.core.CacheOptions
-
Return the query used to warm the cache.
- getWarnings() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- getWarnings() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- getWarnings() - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- getWarnings() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- getWarningSize() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Return the warning size.
- getWhere() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlMeta
-
- getWhere() - Method in class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
Return the derived where for the discriminator.
- getWhere() - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
- getWhereClause() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlSelect
-
- getWhereExprBindValues() - Method in class com.avaje.ebeaninternal.server.query.CQueryPredicates
-
Return the bind values for the where expression.
- getWhereExpressions() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Can return null if no expressions where added to the where clause.
- getWhereExpressions() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- getWhereExpressionSql() - Method in class com.avaje.ebeaninternal.server.query.CQueryPredicates
-
The where sql from the expression objects.
- getWhereRawSql() - Method in class com.avaje.ebeaninternal.server.query.CQueryPredicates
-
The where sql with named bind parameters converted to ?.
- getWithOption(Class<?>, Object) - Method in interface com.avaje.ebean.bean.PersistenceContext
-
Get the bean from the persistence context also checked to see if it had
been previously deleted (if so then you also can't hit the L2 cache to
fetch the bean for this particular persistence context).
- getWithOption(Class<?>, Object) - Method in class com.avaje.ebeaninternal.server.transaction.DefaultPersistenceContext
-
- getWord() - Method in class com.avaje.ebean.SimpleTextParser
-
- getWord() - Method in class com.avaje.ebeaninternal.server.querydefn.SimpleTextParser
-
- getWork() - Method in class com.avaje.ebeaninternal.server.lib.thread.PooledThread
-
Returns the currently executing work, otherwise null.
- getWriteMethod() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return the setter method.
- getWriteMethod() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return the setter method.
- getWroteColumns() - Method in class com.avaje.ebeaninternal.server.ddl.CreateTableVisitor
-
- getXmlConfig() - Method in class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- getZeroHash() - Method in class com.avaje.ebean.bean.CallStack
-
Return the hash for the first stack element.
- GlobalProperties - Class in com.avaje.ebean.config
-
Provides access to properties loaded from the ebean.properties file.
- GlobalProperties() - Constructor for class com.avaje.ebean.config.GlobalProperties
-
- GlobalProperties.DelegatedGlobalPropertySource - Class in com.avaje.ebean.config
-
- GlobalProperties.DelegatedGlobalPropertySource(String) - Constructor for class com.avaje.ebean.config.GlobalProperties.DelegatedGlobalPropertySource
-
- GlobalProperties.PropertySource - Interface in com.avaje.ebean.config
-
- gt(String, Object) - Static method in class com.avaje.ebean.Expr
-
Greater Than - property greater than the given value.
- gt(String, Object) - Method in interface com.avaje.ebean.ExpressionFactory
-
Greater Than - property greater than the given value.
- gt(String, Object) - Method in interface com.avaje.ebean.ExpressionList
-
Greater Than - property greater than the given value.
- gt(String, Object) - Method in interface com.avaje.ebean.Filter
-
Greater Than - property greater than the given value.
- gt(String, Object) - Method in class com.avaje.ebeaninternal.server.el.ElFilter
-
- gt(String, Object) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
Greater Than - property greater than the given value.
- gt(String, Object) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- icontains(String, String) - Static method in class com.avaje.ebean.Expr
-
Case insensitive Contains - property like %value%.
- icontains(String, String) - Method in interface com.avaje.ebean.ExpressionFactory
-
Case insensitive Contains - property like %value%.
- icontains(String, String) - Method in interface com.avaje.ebean.ExpressionList
-
Case insensitive Contains - property like %value%.
- icontains(String, String) - Method in interface com.avaje.ebean.Filter
-
Case insensitive Contains.
- icontains(String, String) - Method in class com.avaje.ebeaninternal.server.el.ElFilter
-
- icontains(String, String) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
Case insensitive Contains - property like %value%.
- icontains(String, String) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- IdBinder - Interface in com.avaje.ebeaninternal.server.deploy.id
-
Binds id values to prepared statements.
- IdBinderEmbedded - Class in com.avaje.ebeaninternal.server.deploy.id
-
Bind an Id that is an Embedded bean.
- IdBinderEmbedded(boolean, BeanPropertyAssocOne<?>) - Constructor for class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- IdBinderEmpty - Class in com.avaje.ebeaninternal.server.deploy.id
-
For beans with no id properties AKA report type beans.
- IdBinderEmpty() - Constructor for class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmpty
-
- IdBinderFactory - Class in com.avaje.ebeaninternal.server.deploy.id
-
Creates the appropriate IdConvertSet depending on the type of Id property(s).
- IdBinderFactory(boolean) - Constructor for class com.avaje.ebeaninternal.server.deploy.id.IdBinderFactory
-
- IdBinderMultiple - Class in com.avaje.ebeaninternal.server.deploy.id
-
Bind an Id that is made up of multiple separate properties.
- IdBinderMultiple(BeanProperty[]) - Constructor for class com.avaje.ebeaninternal.server.deploy.id.IdBinderMultiple
-
- IdBinderSimple - Class in com.avaje.ebeaninternal.server.deploy.id
-
Bind an Id where the Id is made of a single property (not embedded).
- IdBinderSimple(BeanProperty) - Constructor for class com.avaje.ebeaninternal.server.deploy.id.IdBinderSimple
-
- idEq(Object) - Static method in class com.avaje.ebean.Expr
-
Id Equal to - ID property is equal to the value.
- idEq(Object) - Method in interface com.avaje.ebean.ExpressionFactory
-
Id Equal to - ID property is equal to the value.
- idEq(Object) - Method in interface com.avaje.ebean.ExpressionList
-
Id Equal to - ID property is equal to the value.
- idEq(Object) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
Id Equal to - ID property is equal to the value.
- idEq(Object) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- idEq(Object) - Method in class com.avaje.ebeaninternal.util.FilterExpressionList
-
- IdGenerator - Interface in com.avaje.ebean.config.dbplatform
-
Generates unique id's for objects.
- idIn(List<?>) - Method in interface com.avaje.ebean.ExpressionFactory
-
Id IN a list of Id values.
- idIn(List<?>) - Method in interface com.avaje.ebean.ExpressionList
-
Id IN a list of id values.
- idIn(List<?>) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
Id IN a list of id values.
- idIn(List<?>) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- idIn(List<?>) - Method in class com.avaje.ebeaninternal.util.FilterExpressionList
-
- idInExpandedForm - Variable in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
- IdInExpression - Class in com.avaje.ebeaninternal.server.expression
-
Slightly redundant as Query.setId() ultimately also does the same job.
- IdInExpression(List<?>) - Constructor for class com.avaje.ebeaninternal.server.expression.IdInExpression
-
- idList - Variable in class com.avaje.ebean.config.dbplatform.SequenceIdGenerator
-
- IdType - Enum in com.avaje.ebean.config.dbplatform
-
The types of Identity generation that can be defined.
- idValue - Variable in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
The unique id used for logging summary.
- iendsWith(String, String) - Static method in class com.avaje.ebean.Expr
-
Case insensitive Ends With - property like %value.
- iendsWith(String, String) - Method in interface com.avaje.ebean.ExpressionFactory
-
Case insensitive Ends With - property like %value.
- iendsWith(String, String) - Method in interface com.avaje.ebean.ExpressionList
-
Case insensitive Ends With - property like %value.
- iendsWith(String, String) - Method in interface com.avaje.ebean.Filter
-
Case insensitive Ends With.
- iendsWith(String, String) - Method in class com.avaje.ebeaninternal.server.el.ElFilter
-
- iendsWith(String, String) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
Case insensitive Ends With - property like %value.
- iendsWith(String, String) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- ieq(String, String) - Static method in class com.avaje.ebean.Expr
-
Case Insensitive Equal To - property equal to the given value (typically
using a lower() function to make it case insensitive).
- ieq(String, String) - Method in interface com.avaje.ebean.ExpressionFactory
-
Case Insensitive Equal To - property equal to the given value (typically
using a lower() function to make it case insensitive).
- ieq(String, String) - Method in interface com.avaje.ebean.ExpressionList
-
Case Insensitive Equal To - property equal to the given value (typically
using a lower() function to make it case insensitive).
- ieq(String, String) - Method in interface com.avaje.ebean.Filter
-
Case Insensitive Equal To.
- ieq(String, String) - Method in class com.avaje.ebeaninternal.server.el.ElFilter
-
- ieq(String, String) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
Case Insensitive Equal To - property equal to the given value (typically
using a lower() function to make it case insensitive).
- ieq(String, String) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- iexampleLike(Object) - Static method in class com.avaje.ebean.Expr
-
- iexampleLike(Object) - Method in interface com.avaje.ebean.ExpressionFactory
-
- iexampleLike(Object) - Method in interface com.avaje.ebean.ExpressionList
-
- iexampleLike(Object) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
- iexampleLike(Object) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- IGNORE_COLUMN - Static variable in class com.avaje.ebean.RawSqlBuilder
-
Special property name assigned to a DB column that should be ignored.
- ignoreWhiteSpace() - Method in class com.avaje.ebeaninternal.server.text.json.ReadBasicJsonContext
-
- ignoreWhiteSpace() - Method in interface com.avaje.ebeaninternal.server.text.json.ReadJsonInterface
-
- ignoreWhiteSpace() - Method in interface com.avaje.ebeaninternal.server.text.json.ReadJsonSource
-
- ignoreWhiteSpace() - Method in class com.avaje.ebeaninternal.server.text.json.ReadJsonSourceReader
-
- ignoreWhiteSpace() - Method in class com.avaje.ebeaninternal.server.text.json.ReadJsonSourceString
-
- ilike(String, String) - Static method in class com.avaje.ebean.Expr
-
Case insensitive Like - property like value where the value contains the
SQL wild card characters % (percentage) and _ (underscore).
- ilike(String, String) - Method in interface com.avaje.ebean.ExpressionFactory
-
Case insensitive Like - property like value where the value contains the
SQL wild card characters % (percentage) and _ (underscore).
- ilike(String, String) - Method in interface com.avaje.ebean.ExpressionList
-
Case insensitive Like - property like value where the value contains the
SQL wild card characters % (percentage) and _ (underscore).
- ilike(String, String) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
Case insensitive Like - property like value where the value contains the
SQL wild card characters % (percentage) and _ (underscore).
- ilike(String, String) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- ImmutableCompoundTypeBuilder - Class in com.avaje.ebeaninternal.server.type
-
Used to build Immutable Compound Value objects.
- ImmutableCompoundTypeBuilder() - Constructor for class com.avaje.ebeaninternal.server.type.ImmutableCompoundTypeBuilder
-
- ImmutableMeta - Class in com.avaje.ebeaninternal.server.type.reflect
-
- ImmutableMeta(Constructor<?>, Method[]) - Constructor for class com.avaje.ebeaninternal.server.type.reflect.ImmutableMeta
-
- ImmutableMetaFactory - Class in com.avaje.ebeaninternal.server.type.reflect
-
- ImmutableMetaFactory() - Constructor for class com.avaje.ebeaninternal.server.type.reflect.ImmutableMetaFactory
-
- ImportedId - Interface in com.avaje.ebeaninternal.server.deploy.id
-
Represents a imported property.
- ImportedIdEmbedded - Class in com.avaje.ebeaninternal.server.deploy.id
-
Imported Embedded id.
- ImportedIdEmbedded(BeanPropertyAssoc<?>, BeanPropertyAssocOne<?>, ImportedIdSimple[]) - Constructor for class com.avaje.ebeaninternal.server.deploy.id.ImportedIdEmbedded
-
- ImportedIdMultiple - Class in com.avaje.ebeaninternal.server.deploy.id
-
Imported concatenated id that is not embedded.
- ImportedIdMultiple(BeanPropertyAssoc<?>, ImportedIdSimple[]) - Constructor for class com.avaje.ebeaninternal.server.deploy.id.ImportedIdMultiple
-
- ImportedIdSimple - Class in com.avaje.ebeaninternal.server.deploy.id
-
Single scalar imported id.
- ImportedIdSimple(BeanPropertyAssoc<?>, String, BeanProperty, int) - Constructor for class com.avaje.ebeaninternal.server.deploy.id.ImportedIdSimple
-
- in(String, Object[]) - Static method in class com.avaje.ebean.Expr
-
In - property has a value in the array of values.
- in(String, Query<?>) - Static method in class com.avaje.ebean.Expr
-
In - using a subQuery.
- in(String, Collection<?>) - Static method in class com.avaje.ebean.Expr
-
In - property has a value in the collection of values.
- in(String, Object[]) - Method in interface com.avaje.ebean.ExpressionFactory
-
In - property has a value in the array of values.
- in(String, Query<?>) - Method in interface com.avaje.ebean.ExpressionFactory
-
In - using a subQuery.
- in(String, Collection<?>) - Method in interface com.avaje.ebean.ExpressionFactory
-
In - property has a value in the collection of values.
- in(String, Query<?>) - Method in interface com.avaje.ebean.ExpressionList
-
In - using a subQuery.
- in(String, Object...) - Method in interface com.avaje.ebean.ExpressionList
-
In - property has a value in the array of values.
- in(String, Collection<?>) - Method in interface com.avaje.ebean.ExpressionList
-
In - property has a value in the collection of values.
- in(String, Set<?>) - Method in interface com.avaje.ebean.Filter
-
In - property has a value contained in the set of values.
- in(String, Set<?>) - Method in class com.avaje.ebeaninternal.server.el.ElFilter
-
- in(String, Object[]) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
In - property has a value in the array of values.
- in(String, Query<?>) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
In - using a subQuery.
- in(String, Collection<?>) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
In - property has a value in the collection of values.
- in(String, Query<?>) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- in(String, Collection<?>) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- in(String, Object...) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- IN_DELETE_WHERE - Static variable in interface com.avaje.ebeaninternal.server.persist.Constant
-
A DELETE WHERE clause.
- IN_INSERT - Static variable in interface com.avaje.ebeaninternal.server.persist.Constant
-
An INSERT clause.
- IN_UPDATE_SET - Static variable in interface com.avaje.ebeaninternal.server.persist.Constant
-
An UPDATE SET clause.
- IN_UPDATE_WHERE - Static variable in interface com.avaje.ebeaninternal.server.persist.Constant
-
An UPDATE WHERE clause.
- includeBeanJoin(String, String) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryDetail
-
Add the explicit bean join.
- includeBeanJoin(String) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
Add a bean join property.
- includedProp(String) - Method in class com.avaje.ebeaninternal.server.text.json.WriteJsonContext
-
- includedProp(String) - Method in class com.avaje.ebeaninternal.server.text.json.WriteJsonContext.WriteBeanState
-
- includeInInsert() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedCounter
-
Include this in every insert setting initial counter value to 1.
- includeInInsert() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedCounterInteger
-
Include this in every insert setting initial counter value to 1.
- includeInInsert() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedCounterLong
-
Include this in every insert setting initial counter value to 1.
- includeInInsert() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedInsertDate
-
Return true.
- includeInInsert() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedInsertLong
-
Return true.
- includeInInsert() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedInsertTimestamp
-
Return true.
- includeInInsert() - Method in interface com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedProperty
-
Return true if this should be included in insert statements.
- includeInInsert() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedUpdateDate
-
Include this in every insert.
- includeInInsert() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedUpdateLong
-
Include this in every insert.
- includeInInsert() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedUpdateTimestamp
-
Include this in every insert.
- includeInUpdate() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedCounter
-
Include this in every update.
- includeInUpdate() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedCounterInteger
-
Include this in every update.
- includeInUpdate() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedCounterLong
-
Include this in every update.
- includeInUpdate() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedInsertDate
-
Return false.
- includeInUpdate() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedInsertLong
-
Return false.
- includeInUpdate() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedInsertTimestamp
-
Return false.
- includeInUpdate() - Method in interface com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedProperty
-
Return true if this should always be includes in an update statement.
- includeInUpdate() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedUpdateDate
-
For dynamic table updates make sure this is included.
- includeInUpdate() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedUpdateLong
-
For dynamic table updates make sure this is included.
- includeInUpdate() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedUpdateTimestamp
-
For dynamic table updates make sure this is included.
- includeJar(String) - Method in class com.avaje.ebeaninternal.server.util.ClassPathSearchFilter
-
Add a jar to explicitly include in the search.
- includeMany(String) - Method in class com.avaje.ebeaninternal.server.text.json.WriteJsonContext
-
- includePackage(String) - Method in class com.avaje.ebeaninternal.server.util.ClassPathSearchFilter
-
Add a package to explicitly include in the search.
- includeProperty(String) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionRequest
-
- includes(String) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryDetail
-
Return true if the property is included.
- includeZeros() - Method in interface com.avaje.ebean.ExampleExpression
-
By calling this method zero value properties are going to be included in
the expression.
- includeZeros() - Method in class com.avaje.ebeaninternal.server.expression.DefaultExampleExpression
-
- IncomingPacketsLastAck - Class in com.avaje.ebeaninternal.server.cluster.mcast
-
For this node this holds the ACK gotAllPoint for each member in the cluster.
- IncomingPacketsLastAck() - Constructor for class com.avaje.ebeaninternal.server.cluster.mcast.IncomingPacketsLastAck
-
- IncomingPacketsProcessed - Class in com.avaje.ebeaninternal.server.cluster.mcast
-
For Incoming Packets remembers the packets we have received and processed.
- IncomingPacketsProcessed(int) - Constructor for class com.avaje.ebeaninternal.server.cluster.mcast.IncomingPacketsProcessed
-
- IncomingPacketsProcessed.GotAllPoint - Class in com.avaje.ebeaninternal.server.cluster.mcast
-
Keeps track of packets received from a particular member of the cluster.
- IncomingPacketsProcessed.GotAllPoint(String, int) - Constructor for class com.avaje.ebeaninternal.server.cluster.mcast.IncomingPacketsProcessed.GotAllPoint
-
- increment() - Method in class com.avaje.ebeaninternal.server.util.LongAdder
-
Equivalent to add(1)
.
- incrementFkCount() - Method in class com.avaje.ebeaninternal.server.ddl.DdlGenContext
-
- incrementIxCount() - Method in class com.avaje.ebeaninternal.server.ddl.DdlGenContext
-
- incrementPos(int) - Method in interface com.avaje.ebeaninternal.server.type.DataReader
-
- incrementPos(int) - Method in class com.avaje.ebeaninternal.server.type.RsetDataReader
-
- incrementResendCount() - Method in class com.avaje.ebeaninternal.server.cluster.Packet
-
- IndexEvent - Class in com.avaje.ebeaninternal.server.transaction
-
- IndexEvent(int, String) - Constructor for class com.avaje.ebeaninternal.server.transaction.IndexEvent
-
- IndexInvalidate - Class in com.avaje.ebeaninternal.server.transaction
-
- IndexInvalidate(String) - Constructor for class com.avaje.ebeaninternal.server.transaction.IndexInvalidate
-
- indexOf(Object) - Method in class com.avaje.ebean.common.BeanList
-
- indexOf(Object) - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetList
-
- info - Variable in class com.avaje.ebeaninternal.server.deploy.parse.AnnotationParser
-
- InheritInfo - Class in com.avaje.ebeaninternal.server.deploy
-
Represents a node in the Inheritance tree.
- InheritInfo(InheritInfo, InheritInfo, DeployInheritInfo) - Constructor for class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
- InheritInfoVisitor - Interface in com.avaje.ebeaninternal.server.deploy
-
Used to visit all the InheritInfo in a single inheritance hierarchy.
- init(EbeanServer) - Method in interface com.avaje.ebean.cache.ServerCache
-
Just after a cache is created this init method is called.
- init(EbeanServer) - Method in interface com.avaje.ebean.cache.ServerCacheFactory
-
Just after the ServerCacheFactory is constructed this method is called
passing the EbeanServer.
- init(EbeanServer) - Method in interface com.avaje.ebean.cache.ServerCacheManager
-
This method is called just after the construction of the
ServerCacheManager.
- init(SpiEbeanServer) - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManagerLogging
-
- init(EbeanServer) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache
-
- init(EbeanServer) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCacheFactory
-
- init(EbeanServer) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCacheManager
-
- initialise() - Method in interface com.avaje.ebean.config.EncryptKeyManager
-
Initialise the EncryptKeyManager.
- initialise() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Run any initialisation required before registering with the ClusterManager.
- initialise() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Initialise the property before returning to client code.
- initialise() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssoc
-
Initialise post construction.
- initialise() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
- initialise() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
- initialise() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompound
-
- initialise() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertySimpleCollection
-
- initialise(DeployUpdateParser) - Method in class com.avaje.ebeaninternal.server.deploy.DeployNamedUpdate
-
- initialise() - Method in interface com.avaje.ebeaninternal.server.deploy.id.IdBinder
-
Initialise the binder.
- initialise() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- initialise() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmpty
-
- initialise() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderMultiple
-
- initialise() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderSimple
-
- initialiseCompoundTypes(BootupClasses) - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeManager
-
- initialiseCustomScalarTypes(BootupClasses) - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeManager
-
Automatically find any ScalarTypes by searching through the class path.
- initialiseFkeys() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- initialiseId() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Initialise the Id properties first.
- initialiseJodaTypes() - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeManager
-
Detect if Joda classes are in the classpath and if so register the Joda
data types.
- initialiseOther() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Initialise the exported and imported parts for associated properties.
- initialiseScalarConverters(BootupClasses) - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeManager
-
- initialiseStandard(int, int) - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeManager
-
Register all the standard types supported.
- initInheritInfo() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- initManyWhereJoins() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Initialise/determine the joins required to support 'many' where clause predicates.
- initManyWhereJoins() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
Return true if the where expressions contains a many property.
- initTransactionIfRequired() - Method in class com.avaje.ebean.text.csv.DefaultCsvCallback
-
Create a transaction if one is not already active and set its batch mode
and batch size.
- initTransIfRequired() - Method in class com.avaje.ebeaninternal.server.core.BeanRequest
-
initialise an implicit transaction if one is not currently supplied.
- initTransIfRequired() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
This will create a local (readOnly) transaction if no current transaction
exists.
- initTransIfRequired() - Method in class com.avaje.ebeaninternal.server.core.PersistRequest
-
- initTransIfRequired() - Method in class com.avaje.ebeaninternal.server.core.RelationalQueryRequest
-
Create a transaction if none currently exists.
- initTransIfRequired() - Method in interface com.avaje.ebeaninternal.server.core.SpiOrmQueryRequest
-
This will create a local (readOnly) transaction if no current transaction
exists.
- insert(Object) - Method in interface com.avaje.ebean.EbeanServer
-
Force the bean to be saved with an explicit insert.
- insert(Object, Transaction) - Method in interface com.avaje.ebean.EbeanServer
-
Force the bean to be saved with an explicit insert.
- insert(Object) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Force the bean to be saved with an explicit insert.
- insert(Object, Transaction) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Force the bean to be saved with an explicit insert.
- insert(PersistRequestBean<?>) - Method in interface com.avaje.ebeaninternal.server.persist.BeanPersister
-
execute the insert bean request.
- insert(PersistRequestBean<?>) - Method in class com.avaje.ebeaninternal.server.persist.dml.DmlBeanPersister
-
execute the bean insert request.
- inserted(T) - Method in interface com.avaje.ebean.event.BeanPersistListener
-
Notified that a bean has been inserted locally.
- inserted(T) - Method in class com.avaje.ebeaninternal.server.deploy.ChainedBeanPersistListener
-
- InsertHandler - Class in com.avaje.ebeaninternal.server.persist.dml
-
Insert bean handler.
- InsertHandler(PersistRequestBean<?>, InsertMeta) - Constructor for class com.avaje.ebeaninternal.server.persist.dml.InsertHandler
-
Create to handle the insert execution.
- InsertMeta - Class in com.avaje.ebeaninternal.server.persist.dml
-
Meta data for insert handler.
- InsertMeta(DatabasePlatform, BeanDescriptor<?>, Bindable, BindableId, Bindable) - Constructor for class com.avaje.ebeaninternal.server.persist.dml.InsertMeta
-
- InsertTimestampFactory - Class in com.avaje.ebeaninternal.server.deploy.generatedproperty
-
Helper for creating Insert timestamp GeneratedProperty objects.
- InsertTimestampFactory() - Constructor for class com.avaje.ebeaninternal.server.deploy.generatedproperty.InsertTimestampFactory
-
- intercept - Variable in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
The associated intercept.
- intern(String) - Static method in class com.avaje.ebeaninternal.server.core.InternString
-
Return the shared instance of this string.
- internalAdd(Object) - Method in interface com.avaje.ebean.bean.BeanCollection
-
Add the bean to the collection.
- internalAdd(Object) - Method in class com.avaje.ebean.common.BeanList
-
- internalAdd(Object) - Method in class com.avaje.ebean.common.BeanMap
-
- internalAdd(Object) - Method in class com.avaje.ebean.common.BeanSet
-
- InternalAssert - Class in com.avaje.ebeaninternal.server.util
-
Helper for checking the state of the application is correct.
- InternalAssert() - Constructor for class com.avaje.ebeaninternal.server.util.InternalAssert
-
- InternalConfiguration - Class in com.avaje.ebeaninternal.server.core
-
Used to extend the ServerConfig with additional objects used to configure and
construct an EbeanServer.
- InternalConfiguration(XmlConfig, ClusterManager, ServerCacheManager, SpiBackgroundExecutor, ServerConfig, BootupClasses, PstmtBatch) - Constructor for class com.avaje.ebeaninternal.server.core.InternalConfiguration
-
- InternalJsonParser - Class in com.avaje.ebeaninternal.server.text.json
-
- InternalJsonParser() - Constructor for class com.avaje.ebeaninternal.server.text.json.InternalJsonParser
-
- internalList() - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- internalPut(Object, Object) - Method in class com.avaje.ebean.common.BeanMap
-
- InternString - Class in com.avaje.ebeaninternal.server.core
-
Used to reduce memory consumption of strings used in deployment processing.
- InternString() - Constructor for class com.avaje.ebeaninternal.server.core.InternString
-
- interrupt() - Method in class com.avaje.ebeaninternal.server.lib.thread.PooledThread
-
Try to interrupt the thread.
- interrupt(String) - Method in class com.avaje.ebeaninternal.server.lib.thread.ThreadPool
-
Interrupt a named thread that is currently busy.
- IntersectionRow - Class in com.avaje.ebeaninternal.server.deploy
-
- IntersectionRow(String) - Constructor for class com.avaje.ebeaninternal.server.deploy.IntersectionRow
-
- intValue() - Method in class com.avaje.ebeaninternal.server.util.LongAdder
-
Returns the
LongAdder.sum()
as an
int
after a narrowing
primitive conversion.
- InvalidDataException - Exception in com.avaje.ebeaninternal.server.lib.util
-
A general exception for invalid data.
- InvalidDataException(Exception) - Constructor for exception com.avaje.ebeaninternal.server.lib.util.InvalidDataException
-
- InvalidDataException(String, Exception) - Constructor for exception com.avaje.ebeaninternal.server.lib.util.InvalidDataException
-
- InvalidDataException(String) - Constructor for exception com.avaje.ebeaninternal.server.lib.util.InvalidDataException
-
- isAbstract() - Method in class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
Return true if this is abstract node.
- isAbstract() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return true if this beanType is an abstract class.
- isAbstract() - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
Return true if this is abstract node.
- isActive() - Method in interface com.avaje.ebean.Transaction
-
Return true if the transaction is active.
- isActive() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
Return true if the transaction is active.
- isAddOneToOneUniqueContraint() - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Return true if imported side of OneToOne's should have unique constraints
generated.
- isAndHavingExpr() - Method in class com.avaje.ebean.RawSql.Sql
-
Return true if there is already a HAVING clause and any extra having
expressions start with AND.
- isAndWhereExpr() - Method in class com.avaje.ebean.RawSql.Sql
-
Return true if there is already a WHERE clause and any extra where
expressions start with AND.
- isAscending() - Method in class com.avaje.ebean.OrderBy.Property
-
Return true if the order is ascending.
- isAscending() - Method in class com.avaje.ebeaninternal.util.SortByClause.Property
-
Return true if the order should be ascending.
- isAssignableFrom(Class<?>) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- isAssocId() - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
Returns false as not an AssocOne.
- isAssocId() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- isAssocId() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
- isAssocId() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
- isAssocId() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- isAssocId() - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyValue
-
Return true if this is an ManyToOne or OneToOne associated bean property.
- isAssocId() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- isAssocProperty() - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
- isAssocProperty() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- isAssocProperty() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
- isAssocProperty() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
- isAssocProperty() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- isAssocProperty() - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyValue
-
Return true if any path of this path contains a Associated One or Many.
- isAssocProperty() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- isAutofetch() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return explicit autoFetch setting or null.
- isAutofetch() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- isAutoFetchEqual(OrmQueryDetail) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryDetail
-
Return true if equal in terms of autofetch (select and joins).
- isAutoFetchProfiling() - Method in interface com.avaje.ebeaninternal.server.deploy.DbReadContext
-
Return true if we are profiling this query.
- isAutoFetchProfiling() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
Should we create profileNodes for beans created in this query.
- isAutoFetchTunable() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return true if queries for beans of this type are autoFetch tunable.
- isAutofetchTuned() - Method in interface com.avaje.ebean.meta.MetaQueryPlanStatistic
-
Return true if this query plan was tuned by Autofetch.
- isAutofetchTuned() - Method in interface com.avaje.ebean.Query
-
Returns true if this query was tuned by autoFetch.
- isAutofetchTuned() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlan
-
- isAutofetchTuned() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlanStats.Snapshot
-
- isAutofetchTuned() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- isAutoTableMod() - Method in interface com.avaje.ebean.SqlUpdate
-
Return true if eBean should automatically deduce the table modification
information and process it.
- isAutoTableMod() - Method in class com.avaje.ebeaninternal.server.core.DefaultSqlUpdate
-
- isBaseTableType() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- isBaseTableType() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- isBatchFlushOnQuery() - Method in interface com.avaje.ebean.Transaction
-
Return true if the batch (of persisted beans or executed UpdateSql etc)
should be flushed prior to executing a query.
- isBatchFlushOnQuery() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
- isBatchThisRequest() - Method in interface com.avaje.ebeaninternal.api.SpiTransaction
-
Return true if this request should be batched.
- isBatchThisRequest() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
Return true if this request should be batched.
- isBeanCaching(Class<?>) - Method in interface com.avaje.ebean.cache.ServerCacheManager
-
Return true if there is an active bean cache for this type of bean.
- isBeanCaching(Class<?>) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCacheManager
-
Return true if there is an active cache for the given bean type.
- isBeanCaching() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return true if there is currently bean caching for this type of bean.
- isBindEncryptDataFirst() - Method in class com.avaje.ebean.config.dbplatform.AbstractDbEncrypt
-
Generally encrypt function binding the data before the key (except h2).
- isBindEncryptDataFirst() - Method in interface com.avaje.ebean.config.dbplatform.DbEncrypt
-
Return true if the DB encrypt function binds the data before the key.
- isBindEncryptDataFirst() - Method in class com.avaje.ebean.config.dbplatform.H2DbEncrypt
-
For H2 encrypt function returns false binding the key before the data.
- isCache() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
- isCacheNotify() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return true if the persist request needs to notify the cache.
- isCacheSharableBeans() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return true if this bean can cache sharable instances.
- isCaching(String) - Method in class com.avaje.ebeaninternal.server.cache.DefaultCacheHolder
-
Return true if there is an active cache for this bean type.
- isCancelled() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return true if this query has been cancelled.
- isCancelled() - Method in interface com.avaje.ebeaninternal.api.SpiSqlQuery
-
Return true if the query has been cancelled.
- isCancelled() - Method in class com.avaje.ebeaninternal.server.query.BaseFuture
-
- isCancelled() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- isCancelled() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- isCaptureStackTrace() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return true if a stack trace should be captured when obtaining a connection
from the pool.
- isCaptureStackTrace() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Return true if the connection pool is currently capturing the StackTrace
when connections are 'got' from the pool.
- isCascadeValidate() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- isChild(OrmQueryProperties) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
- isClobType(Class<?>) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployUtil
-
- isClosed() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- isClosed() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- isClosed() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- isCloseOnCompletion() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- isClustering() - Method in class com.avaje.ebeaninternal.server.cluster.ClusterManager
-
Return true if clustering is on.
- isCollectionIdsCaching(Class<?>) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCacheManager
-
- isCollectQueryOrigins() - Method in class com.avaje.ebean.config.ServerConfig
-
Return true if query plans should also collect their 'origins'.
- isCollectQueryOrigins() - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
- isCollectQueryOrigins() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- isCollectQueryStatsByNode() - Method in class com.avaje.ebean.config.ServerConfig
-
Return true if the ebeanServer should collection query statistics by ObjectGraphNode.
- isComment() - Method in class com.avaje.ebeaninternal.server.persist.BindValues.Value
-
This is a comment for the bind log and NOT an actual bind value.
- isComplexId() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return false if the id is a simple scalar and false if it is embedded or
concatenated.
- isComplexId() - Method in interface com.avaje.ebeaninternal.server.deploy.id.IdBinder
-
Return false if the id is a simple scalar and false if it is embedded or
concatenated.
- isComplexId() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmbedded
-
- isComplexId() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderEmpty
-
- isComplexId() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderMultiple
-
- isComplexId() - Method in class com.avaje.ebeaninternal.server.deploy.id.IdBinderSimple
-
- isCompoundType() - Method in class com.avaje.ebeaninternal.server.type.reflect.CheckImmutableResponse
-
- isCompoundType() - Method in class com.avaje.ebeaninternal.server.type.reflect.ImmutableMeta
-
- isConcatenated() - Method in interface com.avaje.ebeaninternal.server.persist.dmlbind.BindableId
-
Return true if this is a concatenated key.
- isConcatenated() - Method in class com.avaje.ebeaninternal.server.persist.dmlbind.BindableIdEmbedded
-
- isConcatenated() - Method in class com.avaje.ebeaninternal.server.persist.dmlbind.BindableIdEmpty
-
- isConcatenated() - Method in class com.avaje.ebeaninternal.server.persist.dmlbind.BindableIdMap
-
- isConcatenated() - Method in class com.avaje.ebeaninternal.server.persist.dmlbind.BindableIdScalar
-
- isConcatinatedKey() - Method in class com.avaje.ebeaninternal.server.persist.dml.InsertMeta
-
Return true if this is a concatenated key.
- isContainsMany() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChainBuilder
-
- isControlMessage() - Method in interface com.avaje.ebeaninternal.server.cluster.mcast.Message
-
- isControlMessage() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.MessageAck
-
- isControlMessage() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.MessageControl
-
- isControlMessage() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.MessageResend
-
- isDataSourceUp() - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Returns false when the dataSource is down.
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- isDateTimeCapable() - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyValue
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- isDateTimeCapable() - Method in interface com.avaje.ebeaninternal.server.type.ScalarType
-
Return true if the type can accept long systemTimeMillis input.
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBaseDate
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBaseDateTime
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBaseVarchar
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBigDecimal
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBoolean.BooleanBase
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeByte
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBytesBase
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBytesEncrypted
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeDouble
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeEncryptedWrapper
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeEnumStandard.EnumBase
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeFloat
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeInteger
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeJodaLocalTime
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeLong
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeMathBigInteger
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeShort
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeString
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeTime
-
- isDateTimeCapable() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeWrapper
-
- isDbColumnWritten(String) - Method in class com.avaje.ebeaninternal.server.ddl.CreateTableVisitor
-
- isDbEncrypt() - Method in class com.avaje.ebean.config.EncryptDeploy
-
Return true if String type should use DB encryption.
- isDbEncrypted() - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
Returns false for keys.
- isDbEncrypted() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true if this property is stored encrypted.
- isDbEncrypted() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return true if this property is encrypted in the DB.
- isDbEncrypted() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- isDbEncrypted() - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyValue
-
Return true if the property is encrypted in the DB.
- isDbEncrypted() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- isDbInsertable() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true if this property should be included in an Insert.
- isDbInsertable() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- isDbNull(Object) - Method in class com.avaje.ebeaninternal.server.persist.dml.GenerateDmlRequest
-
- isDbNull(Object) - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBase
-
Return true if the value is null.
- isDbRead() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true if this property is included in database queries.
- isDbRead() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return true if this property is included in database queries.
- isDbSequence() - Method in interface com.avaje.ebean.config.dbplatform.IdGenerator
-
Return true if this is a DB sequence.
- isDbSequence() - Method in class com.avaje.ebean.config.dbplatform.SequenceIdGenerator
-
Returns true.
- isDbSequence() - Method in class com.avaje.ebean.config.dbplatform.SimpleSequenceIdGenerator
-
- isDbSequence() - Method in class com.avaje.ebeaninternal.server.idgen.UuidIdGenerator
-
Returns false.
- isDbUpdatable() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true if this property should be included in an Update.
- isDbUpdateable() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- isDdlGenerate() - Method in class com.avaje.ebean.config.ServerConfig
-
Return true if the DDL should be generated.
- isDDLNotNull() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true if DDL Not NULL constraint should be defined for this column
based on it being a version column or having a generated property.
- isDDLNotNullable() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedCounter
-
- isDDLNotNullable() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedCounterInteger
-
- isDDLNotNullable() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedCounterLong
-
- isDDLNotNullable() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedInsertDate
-
- isDDLNotNullable() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedInsertLong
-
- isDDLNotNullable() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedInsertTimestamp
-
- isDDLNotNullable() - Method in interface com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedProperty
-
Return true if the GeneratedProperty implies the DDL to create the DB
column should have a not null constraint.
- isDDLNotNullable() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedUpdateDate
-
- isDDLNotNullable() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedUpdateLong
-
- isDDLNotNullable() - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedUpdateTimestamp
-
- isDdlRun() - Method in class com.avaje.ebean.config.ServerConfig
-
Return true if the DDL should be run.
- isDebug() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlMeta
-
- isDebug() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlSelectBuilder
-
- isDefaultDeleteMissingChildren() - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Return true if DeleteMissingChildren defaults to true for stateless
updates.
- isDefaultDeleteMissingChildren() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- isDefaultServer() - Method in class com.avaje.ebean.config.ServerConfig
-
Return true if this server should be registered as the "default" server
with the Ebean singleton.
- isDefaultUpdateNullProperties() - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Return true if UpdateNullProperties defaults to true for stateless updates.
- isDefaultUpdateNullProperties() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- isDelete() - Method in interface com.avaje.ebean.event.BulkTableEvent
-
Return true if rows were deleted.
- isDelete() - Method in class com.avaje.ebeaninternal.api.TransactionEventTable.TableIUD
-
- isDelete() - Method in class com.avaje.ebeaninternal.server.deploy.BeanCascadeInfo
-
Return true if delete should cascade.
- isDeleted() - Method in class com.avaje.ebean.bean.PersistenceContext.WithOption
-
Return true if the bean was deleted.
- isDeleteMissingChildren() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Return true if a stateless update should also delete any missing details
beans.
- isDeleteRecurseSkippable() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return true if delete does not recurse to other beans.
- isDeleteRecurseSkippable() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssoc
-
Similar to isSaveRecurseSkippable but in terms of delete.
- isDeleteRecurseSkippable() - Method in class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
return true if anything in the inheritance hierarchy has a relationship
with a delete cascade on it.
- isDeployOnly() - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
Only usable as ElPropertyDeploy.
- isDeployOnly() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
This is a full ElGetValue.
- isDeployOnly() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
Full ElGetValue support.
- isDetailEmpty() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return true if the query detail has neither select or joins specified.
- isDetailEmpty() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
Return true if the query detail has neither select or joins specified.
- isDigitsCompressed() - Method in class com.avaje.ebean.config.UnderscoreNamingConvention
-
Returns true if digits are compressed.
- isDirty() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Return true if this bean has been directly modified (it has oldValues) or
if any embedded beans are either new or dirty (and hence need saving).
- isDirty() - Method in interface com.avaje.ebean.BeanState
-
Return true if the bean has been changed but not yet saved.
- isDirty() - Method in class com.avaje.ebeaninternal.server.core.DefaultBeanState
-
- isDirty - Variable in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
- isDirty() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Used to skip updates if we know the bean is not dirty.
- isDisableLazyLoad() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Return true if lazy loading is disabled.
- isDistinct() - Method in interface com.avaje.ebean.config.dbplatform.SqlLimitRequest
-
Return true if the query uses distinct.
- isDistinct() - Method in class com.avaje.ebean.RawSql.Sql
-
- isDistinct() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
return true if this query uses DISTINCT.
- isDistinct() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
return true if this query uses DISTINCT.
- isDistinct() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryLimitRequest
-
- isDone() - Method in class com.avaje.ebeaninternal.server.query.BaseFuture
-
- isDynamicSubclass() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- isDynamicUpdateSql() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Return true if the update DML/SQL must be dynamically generated.
- isEmbedded() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return true if this is an embedded bean.
- isEmbedded() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true if this is an Embedded property.
- isEmbedded() - Method in class com.avaje.ebeaninternal.server.deploy.ExportedProperty
-
Return true if this is part of an embedded concatinated key.
- isEmbedded() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- isEmbedded() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return true if this is an Embedded property.
- isEmbeddedNewOrDirty(Object) - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Return true if the embedded bean is new or dirty and hence needs saving.
- isEmbeddedVersion() - Method in class com.avaje.ebeaninternal.server.deploy.BeanEmbeddedMeta
-
Return true if at least one property is a version property.
- isEmbeddedVersion() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
Returns true if the associated bean has version properties.
- isEmpty() - Method in interface com.avaje.ebean.bean.BeanCollection
-
Return true if the List Set or Map is empty.
- isEmpty() - Method in class com.avaje.ebean.bean.NodeUsageCollector
-
Return true if no properties where used.
- isEmpty() - Method in class com.avaje.ebean.common.BeanList
-
- isEmpty() - Method in class com.avaje.ebean.common.BeanMap
-
- isEmpty() - Method in class com.avaje.ebean.common.BeanSet
-
- isEmpty(String) - Method in class com.avaje.ebean.config.AbstractNamingConvention
-
Checks string is null or empty .
- isEmpty() - Method in class com.avaje.ebean.OrderBy
-
Return true if this OrderBy does not have any properties.
- isEmpty() - Method in interface com.avaje.ebean.SqlRow
-
Returns true if the map is empty.
- isEmpty() - Method in class com.avaje.ebean.text.PathProperties
-
Return true if there are no paths defined.
- isEmpty() - Method in class com.avaje.ebean.text.PathProperties.Props
-
- isEmpty() - Method in class com.avaje.ebeaninternal.api.BindParams
-
Return true if there are no bind parameters.
- isEmpty() - Method in class com.avaje.ebeaninternal.api.ManyWhereJoins
-
Return true if there are no extra many where joins.
- isEmpty() - Method in interface com.avaje.ebeaninternal.api.SpiExpressionList
-
Return true if this list is empty.
- isEmpty() - Method in class com.avaje.ebeaninternal.api.TransactionEventTable
-
- isEmpty(String) - Method in class com.avaje.ebeaninternal.server.deploy.parse.AnnotationBase
-
Checks string is null or empty .
- isEmpty() - Method in class com.avaje.ebeaninternal.server.persist.BatchControl
-
Return true if the queue is empty.
- isEmpty() - Method in class com.avaje.ebeaninternal.server.persist.BatchedBeanControl
-
Return true if this holds no persist requests.
- isEmpty() - Method in class com.avaje.ebeaninternal.server.persist.BatchedPstmtHolder
-
Return true if the batch has no statements to execute.
- isEmpty() - Method in class com.avaje.ebeaninternal.server.persist.DeleteUnloadedForeignKeys
-
- isEmpty() - Method in interface com.avaje.ebeaninternal.server.persist.dmlbind.BindableId
-
Return true if there is no Id properties at all.
- isEmpty() - Method in class com.avaje.ebeaninternal.server.persist.dmlbind.BindableIdEmbedded
-
- isEmpty() - Method in class com.avaje.ebeaninternal.server.persist.dmlbind.BindableIdEmpty
-
- isEmpty() - Method in class com.avaje.ebeaninternal.server.persist.dmlbind.BindableIdMap
-
- isEmpty() - Method in class com.avaje.ebeaninternal.server.persist.dmlbind.BindableIdScalar
-
- isEmpty() - Method in class com.avaje.ebeaninternal.server.query.DefaultSqlRow
-
- isEmpty() - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetList
-
- isEmpty() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryDetail
-
Return true if the query detail has neither select properties specified
or any joins defined.
- isEmpty() - Method in class com.avaje.ebeaninternal.server.transaction.BeanPersistIdMap
-
- isEmpty() - Method in class com.avaje.ebeaninternal.server.transaction.BulkEventListenerMap
-
- isEmpty() - Method in class com.avaje.ebeaninternal.server.transaction.DeleteByIdMap
-
- isEmpty() - Method in class com.avaje.ebeaninternal.server.transaction.RemoteTransactionEvent
-
- isEmpty() - Method in class com.avaje.ebeaninternal.server.transaction.TransactionMap
-
- isEmpty() - Method in class com.avaje.ebeaninternal.server.util.ArrayStack
-
Tests if this stack is empty.
- isEmpty() - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- isEmptySetClause() - Method in interface com.avaje.ebeaninternal.api.SpiUpdatePlan
-
Return true if the set clause has no columns.
- isEmptySetClause() - Method in class com.avaje.ebeaninternal.server.persist.dml.UpdatePlan
-
- isEmptyStringAsNull() - Method in class com.avaje.ebeaninternal.server.persist.dml.DeleteMeta
-
- isEmptyStringAsNull() - Method in class com.avaje.ebeaninternal.server.persist.dml.UpdateMeta
-
Return true if empty strings should be treated as null.
- isEmptyStringToNull() - Method in class com.avaje.ebeaninternal.server.persist.dml.InsertMeta
-
Return true if empty strings should be treated as null.
- isEncryptionKey() - Method in class com.avaje.ebeaninternal.api.BindParams.Param
-
If true do not include this value in a transaction log.
- isExcludeBeanCache() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadContext
-
- isExplicit() - Method in interface com.avaje.ebeaninternal.api.SpiTransaction
-
Return true if this transaction was created explicitly via
Ebean.beginTransaction()
.
- isExplicit() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
Return true if this was an explicitly created transaction.
- isExposeDeserialize() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- isExposeSerialize() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- isFetchEager() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true if by default this property is set to fetch eager.
- isFetchEager() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return true if this should be eager fetched by default.
- isFetchingInBackground() - Method in class com.avaje.ebeaninternal.api.BeanIdList
-
Return true if the fetch is continuing in a background thread.
- isFetchJoin() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
- isFindById() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
Return true if this is a find by id (rather than List Set or Map).
- isFinished() - Method in class com.avaje.ebean.SimpleTextParser
-
- isFinished() - Method in class com.avaje.ebeaninternal.server.querydefn.SimpleTextParser
-
- isFinishedFetch() - Method in interface com.avaje.ebean.bean.BeanCollection
-
Returns true if the fetch has finished.
- isFinishedFetch() - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
Returns true if the fetch has finished.
- isFirstKey() - Method in class com.avaje.ebeaninternal.server.text.json.WriteJsonContext.WriteBeanState
-
- isForceUpperCase() - Method in class com.avaje.ebean.config.UnderscoreNamingConvention
-
Return true if the result will be upper case.
- isFormula() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true if this property is based on a formula.
- isForUpdate() - Method in interface com.avaje.ebean.Query
-
Return true if this query has forUpdate set.
- isForUpdate() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- isForwardOnlyHintOnFindIterate() - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Return true if the ResultSet TYPE_FORWARD_ONLY Hint should be used on
findIterate() and findVisit() PreparedStatements.
- isFull() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadBeanContext.LoadBuffer
-
- isFull() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadManyContext.LoadBuffer
-
Return true if the buffer is full.
- isFutureFetch() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return true if this is a query executing in the background.
- isFutureFetch() - Method in interface com.avaje.ebeaninternal.api.SpiSqlQuery
-
Return true if this is a future fetch type query.
- isFutureFetch() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- isFutureFetch() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- isGarbageCollectionOnShutdown() - Method in class com.avaje.ebean.config.AutofetchConfig
-
Return true if GC should be trigger on shutdown.
- isGenerated() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return true if this is a generated property like update timestamp and
create timestamp.
- isHasMany() - Method in class com.avaje.ebeaninternal.api.ManyWhereJoins
-
- isHasMore() - Method in class com.avaje.ebeaninternal.api.BeanIdList
-
Return true if max rows was hit and there is more rows to fetch.
- isId() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true if this is included in the unique id.
- isId() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return true if this is included in the unique id.
- isIdentity(BeanProperty) - Method in class com.avaje.ebeaninternal.server.ddl.CreateTableColumnVisitor
-
- isIdInExpandedForm() - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Return true if a compound ID in (...) type expression needs to be in
expanded form of (a=? and b=?) or (a=? and b=?) or ...
- isImmutable() - Method in class com.avaje.ebeaninternal.server.type.reflect.CheckImmutableResponse
-
- isImportedPrimaryKey() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
If true this bean maps to the primary key.
- isImportedPrimaryKey() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocOne
-
If true this bean maps to the primary key.
- isImportedPrimaryKey() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoin
-
Return true if the imported foreign key maps to the primary key.
- isImportedPrimaryKey() - Method in class com.avaje.ebeaninternal.server.deploy.TableJoin
-
Return true if the imported foreign key maps to the primary key.
- isIncluded(BeanProperty) - Method in class com.avaje.ebeaninternal.server.persist.dml.DeleteHandler
-
- isIncluded(BeanProperty) - Method in class com.avaje.ebeaninternal.server.persist.dml.DmlHandler
-
- isIncluded(BeanProperty) - Method in class com.avaje.ebeaninternal.server.persist.dml.GenerateDmlRequest
-
Return true if this property should be included in the set clause.
- isIncluded(BeanProperty) - Method in class com.avaje.ebeaninternal.server.persist.dml.InsertHandler
-
- isIncluded(BeanProperty) - Method in class com.avaje.ebeaninternal.server.persist.dml.UpdateHandler
-
- isIncluded(BeanProperty) - Method in interface com.avaje.ebeaninternal.server.persist.dmlbind.BindableRequest
-
Return true if the property is included in this request.
- isIncluded(String) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
- isIncludedBeanJoin(String) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
Return true if this property is included as a bean join.
- isIncludedWhere(BeanProperty) - Method in class com.avaje.ebeaninternal.server.persist.dml.DeleteHandler
-
- isIncludedWhere(BeanProperty) - Method in class com.avaje.ebeaninternal.server.persist.dml.DmlHandler
-
- isIncludedWhere(BeanProperty) - Method in class com.avaje.ebeaninternal.server.persist.dml.GenerateDmlRequest
-
Return true if this property should be included in the where clause.
- isIncludedWhere(BeanProperty) - Method in interface com.avaje.ebeaninternal.server.persist.dmlbind.BindableRequest
-
Return true if the property is included in the WHERE clause for this
request.
- isIncludeId() - Method in class com.avaje.ebeaninternal.server.query.SqlTreeProperties
-
- isIncludesRowNumberColumn() - Method in class com.avaje.ebean.config.dbplatform.SqlLimitResponse
-
Returns true if a ROW_NUMBER column is used in the query.
- isInheritanceRoot() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return true if this object is the root level object in its entity
inheritance.
- isInherited() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true if this object is part of an inheritance hierarchy.
- isInlinePrimaryKeyConstraint() - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Return true if primary key constraints should be inlined when they are a
single column.
- isInParam() - Method in class com.avaje.ebeaninternal.api.BindParams.Param
-
Return true if this is an In parameter that needs to be bound before
execution.
- isInsert() - Method in interface com.avaje.ebean.event.BulkTableEvent
-
Return true if rows were inserted.
- isInsert() - Method in class com.avaje.ebeaninternal.api.TransactionEventTable.TableIUD
-
- isInsertable() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssoc
-
Return true if this association is insertable.
- isInsertable() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoinColumn
-
Return true if this column should be insertable.
- isInsertable() - Method in class com.avaje.ebeaninternal.server.deploy.TableJoinColumn
-
Return true if this column should be insertable.
- isIntegerType() - Method in class com.avaje.ebeaninternal.server.type.EnumToDbValueMap
-
Return true if this is mapping to integers, false
if mapping to Strings.
- isIntercepting() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Return true if the bean currently has interception on.
- isInvalidateAll() - Method in class com.avaje.ebeaninternal.api.TransactionEvent
-
Return true if all table states should be invalidated.
- isJdbcNative() - Method in interface com.avaje.ebeaninternal.server.type.ScalarType
-
Return true if the type is native to JDBC.
- isJdbcNative() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBase
-
- isJdbcNative() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeBytesEncrypted
-
- isJdbcNative() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeEncryptedWrapper
-
- isJdbcNative() - Method in class com.avaje.ebeaninternal.server.type.ScalarTypeWrapper
-
- isJoinsEmpty() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryDetail
-
Return true if there are no joins.
- isKeyword(String) - Static method in class com.avaje.ebeaninternal.server.deploy.parse.SqlReservedWords
-
Return true if the tableAlias is a keyword.
- isKnownImmutable(Class<?>) - Method in class com.avaje.ebeaninternal.server.type.DefaultTypeManager
-
- isKnownImmutable(Class<?>) - Method in interface com.avaje.ebeaninternal.server.type.reflect.KnownImmutable
-
- isLazy() - Method in class com.avaje.ebeaninternal.api.LoadRequest
-
Return true if this is a lazy load and false if it is a secondary query.
- isLazyFetch() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
- isLazyLoad() - Method in class com.avaje.ebeaninternal.server.query.SqlBeanLoad
-
Return true if this is a lazy loading.
- isLazyLoadFailure() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Return true if the bean is marked as having failed lazy loading.
- isLoadBeanCache() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return true if the beans from this query should be loaded into the bean
cache.
- isLoadBeanCache() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- isLoadCache() - Method in class com.avaje.ebeaninternal.api.LoadBeanRequest
-
- isLoadCache() - Method in class com.avaje.ebeaninternal.api.LoadManyRequest
-
Return true if we should load the Collection ids into the cache.
- isLoadContextBean() - Method in enum com.avaje.ebeaninternal.api.SpiQuery.Mode
-
- isLoaded() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Return true if the entity has been loaded.
- isLoadedProperty(BeanProperty) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Return true if this property is loaded (full bean or included in partial
bean).
- isLoadedReference(Set<String>) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return true if the loadedProperties is just the Id property and therefore
this is really a reference.
- isLob() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true if this is mapped to a Clob Blob LongVarchar or
LongVarbinary.
- isLob() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return true if this is mapped to a Clob Blob LongVarchar or
LongVarbinary.
- isLocal() - Method in class com.avaje.ebeaninternal.api.TransactionEvent
-
Return true if this was a local transaction.
- isLocal() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true is this type is not from a super type.
- isLocal() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return true if this is local to this type - aka not from a super type.
- isLocalEncrypted() - Method in class com.avaje.ebeaninternal.server.deploy.BeanFkeyProperty
-
Returns false for keys.
- isLocalEncrypted() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Returns true if DB encrypted.
- isLocalEncrypted() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return true if the property is encrypted in java rather than in the DB.
- isLocalEncrypted() - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChain
-
- isLocalEncrypted() - Method in interface com.avaje.ebeaninternal.server.el.ElPropertyValue
-
Return true if the property is encrypted via Java.
- isLocalEncrypted() - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- isLogSql() - Method in interface com.avaje.ebeaninternal.api.SpiTransaction
-
Return true if generated SQL and Bind values should be logged to the
transaction log.
- isLogSql() - Method in class com.avaje.ebeaninternal.server.core.BeanRequest
-
Return true if SQL should be logged for this transaction.
- isLogSql() - Method in class com.avaje.ebeaninternal.server.core.PersistRequest
-
- isLogSql() - Method in class com.avaje.ebeaninternal.server.core.RelationalQueryRequest
-
- isLogSql() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
- isLogSummary() - Method in interface com.avaje.ebeaninternal.api.SpiTransaction
-
Return true if summary level events should be logged to the transaction
log.
- isLogSummary() - Method in class com.avaje.ebeaninternal.server.core.BeanRequest
-
Return true if SUMMARY information should be logged for this transaction.
- isLogSummary() - Method in class com.avaje.ebeaninternal.server.core.PersistRequest
-
- isLogSummary() - Method in class com.avaje.ebeaninternal.server.core.RelationalQueryRequest
-
- isLogSummary() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
- isLongRunning() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Return true if the connection should be treated as long running (skip connection pool leak check).
- isManyIncluded() - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
Return true if this query includes a Many association.
- isManyJoin() - Method in class com.avaje.ebeaninternal.server.query.SqlTreeNodeExtraJoin
-
Return true if the extra join is a many join.
- isManyToMany() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
Return true if this is many to many.
- isManyToMany() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocMany
-
Return true if this is many to many.
- isManyToMany() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertySimpleCollection
-
Returns false as never a ManyToMany.
- isManyType() - Method in class com.avaje.ebeaninternal.util.ParamTypeHelper.TypeInfo
-
- isMap() - Method in class com.avaje.ebeaninternal.server.deploy.ManyType
-
- isMap() - Method in class com.avaje.ebeaninternal.server.query.BeanCollectionWrapper
-
Return true if this wraps a Map rather than a set or list.
- isMatch(String, String) - Method in class com.avaje.ebean.SimpleTextParser
-
Match the current and the next word.
- isMatch(String) - Method in class com.avaje.ebean.SimpleTextParser
-
Match the current word.
- isMatch(Class<?>) - Method in class com.avaje.ebeaninternal.server.core.BootupClasses
-
- isMatch(Class<?>) - Method in class com.avaje.ebeaninternal.server.core.OnBootupClassSearchMatcher
-
- isMatch(T) - Method in class com.avaje.ebeaninternal.server.el.ElFilter
-
- isMatch(T) - Method in interface com.avaje.ebeaninternal.server.el.ElMatcher
-
Return true if the bean matches the expression.
- isMatch(String, String) - Method in class com.avaje.ebeaninternal.server.querydefn.SimpleTextParser
-
Match the current and the next word.
- isMatch(String) - Method in class com.avaje.ebeaninternal.server.querydefn.SimpleTextParser
-
Match the current word.
- isMatch(Class<?>) - Method in interface com.avaje.ebeaninternal.server.util.ClassPathSearchMatcher
-
Return true if the class matches the specific search.
- isModified() - Method in class com.avaje.ebean.bean.NodeUsageCollector
-
Return true if the bean was modified by a setter.
- isNaturalKey() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true if this is the natural key property.
- isNaturalKey() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- isNaturalKeyCaching(Class<?>) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCacheManager
-
- isNaturalKeyProperty(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- isNaturalKeyUpdate() - Method in class com.avaje.ebeaninternal.server.cache.CachedBeanData
-
- isNew() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Return true if this entity bean is new and not yet saved.
- isNew() - Method in interface com.avaje.ebean.BeanState
-
Return true if the bean is new (and not yet saved).
- isNew() - Method in class com.avaje.ebeaninternal.server.core.DefaultBeanState
-
- isNewOrDirty() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Return true if the entity bean is new or dirty (and should be saved).
- isNewOrDirty() - Method in interface com.avaje.ebean.BeanState
-
Return true if the bean is new or dirty (and probably needs to be saved).
- isNewOrDirty() - Method in class com.avaje.ebeaninternal.server.core.DefaultBeanState
-
- isNotify(TransactionEvent) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
- isNotifyCache() - Method in interface com.avaje.ebeaninternal.api.SpiUpdate
-
Return true if the cache should be notified to invalidate objects.
- isNotifyCache() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
- isNotifyCache() - Method in class com.avaje.ebeaninternal.server.deploy.DeployNamedUpdate
-
- isNotifyCache() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
Return true if the cache should be notified so that invalidates
appropriate objects.
- isNotifyPersistListener() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
- isNotNull(String) - Static method in class com.avaje.ebean.Expr
-
Is Not Null - property is not null.
- isNotNull(String) - Method in interface com.avaje.ebean.ExpressionFactory
-
Is Not Null - property is not null.
- isNotNull(String) - Method in interface com.avaje.ebean.ExpressionList
-
Is Not Null - property is not null.
- isNotNull(String) - Method in interface com.avaje.ebean.Filter
-
Is Not Null - property is not null.
- isNotNull(String) - Method in class com.avaje.ebeaninternal.server.el.ElFilter
-
- isNotNull(String) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
Is Not Null - property is not null.
- isNotNull(String) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- isNull(String) - Static method in class com.avaje.ebean.Expr
-
Is Null - property is null.
- isNull(String) - Method in interface com.avaje.ebean.ExpressionFactory
-
Is Null - property is null.
- isNull(String) - Method in interface com.avaje.ebean.ExpressionList
-
Is Null - property is null.
- isNull(String) - Method in interface com.avaje.ebean.Filter
-
Is Null - property is null.
- isNull(String) - Static method in class com.avaje.ebean.util.StringHelper
-
Return true if the value is null or an empty string.
- isNull(String) - Method in class com.avaje.ebeaninternal.server.el.ElFilter
-
- isNull(String) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
Is Null - property is null.
- isNull(String) - Static method in class com.avaje.ebeaninternal.server.lib.util.StringHelper
-
Return true if the value is null or an empty string.
- isNull(String) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- isNullable() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true if this property is mandatory.
- isNullable() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return true if this property is mandatory.
- isNullablePrimitive() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return true if this is a primitive type with a nullable DB column.
- isNullOrZero(Object) - Static method in class com.avaje.ebeaninternal.server.persist.DmlUtil
-
Return true if the value is null or a Numeric 0 (for primitive int's and long's) or Option empty.
- isOffline() - Method in class com.avaje.ebean.config.DataSourceConfig
-
Return true if the DataSource should be left offline.
- isOneToOne() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
Return true if this a OneToOne property.
- isOneToOne() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocOne
-
Return true if this a OneToOne property.
- isOneToOneExported() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
Return true if this is the exported side of a OneToOne.
- isOneToOneExported() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocOne
-
Return true if this is the exported side of a OneToOne.
- isOnlyIds() - Method in class com.avaje.ebeaninternal.api.LoadManyRequest
-
Return true if lazy loading should only load the id values.
- isOpEquals() - Method in class com.avaje.ebeaninternal.server.expression.SimpleExpression
-
- isOuterJoin() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssoc
-
Return if this association should use an Outer join.
- isOuterJoin() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssoc
-
Return if this association should use an Outer join.
- isOuterJoin() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoin
-
Return true if this join is a left outer join.
- isOuterJoin() - Method in class com.avaje.ebeaninternal.server.deploy.TableJoin
-
Return true if this join is a left outer join.
- isOutParam() - Method in class com.avaje.ebeaninternal.api.BindParams.Param
-
Return true if this is an out parameter that needs to be registered
before execution.
- isParent(Object) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
- isParentBean(Object) - Method in class com.avaje.ebeaninternal.server.text.json.WriteJsonContext
-
- isParsed() - Method in class com.avaje.ebean.RawSql.ColumnMapping
-
Returns true if the Columns where supplied by parsing the sql select
clause.
- isParsed() - Method in class com.avaje.ebean.RawSql.Sql
-
Return true if the SQL is left completely unmodified.
- isPartialObject() - Method in class com.avaje.ebeaninternal.server.query.SqlTreeProperties
-
- isPercentageProfile(double) - Method in class com.avaje.ebeaninternal.server.autofetch.TunedQueryInfo
-
Return true if this query should be profiled based on a percentage rate.
- isPersistBatching() - Method in class com.avaje.ebean.config.ServerConfig
-
Returns true if by default JDBC batching is used for persisting or deleting
beans.
- isPersistCascade() - Method in interface com.avaje.ebeaninternal.api.SpiTransaction
-
Whether persistCascade is on for save and delete.
- isPersistCascade() - Method in class com.avaje.ebeaninternal.server.core.PersistRequest
-
Return true if save and delete should cascade.
- isPersistCascade() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
- isPoolable() - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- isPopulated() - Method in interface com.avaje.ebean.bean.BeanCollection
-
return true if there are real rows held.
- isPopulated() - Method in class com.avaje.ebean.common.BeanList
-
Return true if the underlying list is populated.
- isPopulated() - Method in class com.avaje.ebean.common.BeanMap
-
Return true if the underlying map has been populated.
- isPopulated() - Method in class com.avaje.ebean.common.BeanSet
-
Returns true if the underlying set has its data.
- isPresent(String) - Static method in class com.avaje.ebeaninternal.api.ClassUtil
-
Return true if the given class is present.
- isPresent(String, Class<?>) - Static method in class com.avaje.ebeaninternal.api.ClassUtil
-
Return true if the given class is present.
- isPrimitive() - Method in interface com.avaje.ebean.text.json.JsonElement
-
Return true if this is a JSON primitive type (null, boolean, number or
string).
- isPrimitive() - Method in class com.avaje.ebean.text.json.JsonElementArray
-
- isPrimitive() - Method in class com.avaje.ebean.text.json.JsonElementBoolean
-
- isPrimitive() - Method in class com.avaje.ebean.text.json.JsonElementNull
-
- isPrimitive() - Method in class com.avaje.ebean.text.json.JsonElementNumber
-
- isPrimitive() - Method in class com.avaje.ebean.text.json.JsonElementObject
-
- isPrimitive() - Method in class com.avaje.ebean.text.json.JsonElementString
-
- isProcessIntersectionTable(String) - Method in class com.avaje.ebeaninternal.server.ddl.DdlGenContext
-
- isProcessPacket(String, long) - Method in class com.avaje.ebeaninternal.server.cluster.mcast.IncomingPacketsProcessed
-
Return true if we should process this packet.
- isProcessPacket(String, long) - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastPacketControl
-
Return true if we should process this packet.
- isProfiling() - Method in interface com.avaje.ebean.AdminAutofetch
-
Return true if profiling is enabled.
- isProfiling() - Method in class com.avaje.ebean.config.AutofetchConfig
-
Return true if profiling information should be collected.
- isProfiling() - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Return true if profiling is enabled.
- isProfiling() - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
- isProfiling() - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- isProfiling() - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
Return true if profiling is enabled.
- isQueryAll() - Method in class com.avaje.ebean.FetchConfig
-
Return true if the query fetch should fetch 'all' rather than just the
'first' batch.
- isQueryCaching(Class<?>) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCacheManager
-
- isQueryCaching() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return true if there is currently query caching for this type of bean.
- isQueryFetch() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
- isQueryFetchAll() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
- isQueryTuning() - Method in interface com.avaje.ebean.AdminAutofetch
-
Return true if autoFetch automatic query tuning is enabled.
- isQueryTuning() - Method in class com.avaje.ebean.config.AutofetchConfig
-
Return true if the queries are being tuned.
- isQueryTuning() - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Return true if automatic query tuning is enabled.
- isQueryTuning() - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
- isQueryTuning() - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- isQueryTuning() - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
Return true if autoFetch is enabled.
- isQueryTuningAddVersion() - Method in class com.avaje.ebean.config.AutofetchConfig
-
Return true if the version property should be added when the query is
tuned.
- isRawSql() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return true if this is a RawSql query.
- isRawSql() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
- isRawSql() - Method in interface com.avaje.ebeaninternal.server.deploy.DbReadContext
-
Return true if the query is using supplied SQL rather than generated SQL.
- isRawSql() - Method in class com.avaje.ebeaninternal.server.deploy.DeployNamedQuery
-
- isRawSql() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
Return true if this is a raw sql query as opposed to Ebean generated sql.
- isRawSql() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlan
-
- isRawSql() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- isReadOnly() - Method in interface com.avaje.ebean.bean.BeanCollection
-
Return true if the collection should be treated as readOnly and no elements
can be added or removed etc.
- isReadOnly() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Return true if the bean should be treated as readOnly.
- isReadOnly() - Method in interface com.avaje.ebean.BeanState
-
Return true if the bean is readOnly.
- isReadOnly() - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
- isReadOnly() - Method in interface com.avaje.ebean.Transaction
-
Return true if this transaction is read only.
- isReadonly() - Method in class com.avaje.ebean.TxScope
-
Return if the transaction should be treated as read only.
- isReadOnly() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return true if the beans returned by this query should be read only.
- isReadOnly() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- isReadOnly() - Method in class com.avaje.ebeaninternal.server.core.CacheOptions
-
Return the readOnly default setting.
- isReadOnly() - Method in class com.avaje.ebeaninternal.server.core.DefaultBeanState
-
- isReadOnly() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
Return the Normal, sharedInstance, ReadOnly state of this query.
- isReadOnly() - Method in interface com.avaje.ebeaninternal.server.deploy.DbReadContext
-
Return the state of the object graph.
- isReadOnly() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- isReadOnly() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadContext
-
Return the parent state which defines the sharedInstance and readOnly status
which needs to be propagated to other beans and collections.
- isReadOnly() - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
- isReadOnly() - Method in class com.avaje.ebeaninternal.server.query.SqlTreeProperties
-
- isReadOnly() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- isReadOnly() - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
- isReadOnly() - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
- isReference() - Method in interface com.avaje.ebean.bean.BeanCollection
-
Return true if this is a reference (lazy loading) bean collection.
- isReference() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Return true if the entity is a reference.
- isReference() - Method in interface com.avaje.ebean.BeanState
-
Return true if this is a lazy loading reference bean.
- isReference() - Method in class com.avaje.ebean.common.BeanList
-
Return true if this is a reference (lazy loading) bean collection.
- isReference() - Method in class com.avaje.ebean.common.BeanMap
-
Return true if this is a reference (lazy loading) bean collection.
- isReference() - Method in class com.avaje.ebean.common.BeanSet
-
Return true if this is a reference (lazy loading) bean collection.
- isReference() - Method in class com.avaje.ebeaninternal.server.core.DefaultBeanState
-
- isReferenceBean() - Method in class com.avaje.ebeaninternal.server.text.json.WriteJsonContext
-
- isReferenceBean() - Method in class com.avaje.ebeaninternal.server.text.json.WriteJsonContext.WriteBeanState
-
- isRegister() - Method in class com.avaje.ebean.config.ServerConfig
-
Return true if this server should be registered with the Ebean singleton
when it is created.
- isRegister() - Method in class com.avaje.ebeaninternal.server.cluster.socket.SocketClusterMessage
-
- isRegisteredBean(Object) - Method in interface com.avaje.ebeaninternal.api.SpiTransaction
-
Return true if this is a bean that has already been persisted in the
current recursive save request.
- isRegisteredBean() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Return true if this bean has been already been persisted
(inserted/updated or deleted) in this transaction.
- isRegisteredBean(Object) - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
Return true if this is a bean that has already been saved.
- isRegisteredDeleteBean(Integer) - Method in interface com.avaje.ebeaninternal.api.SpiTransaction
-
Return true if this is a bean that has already been saved/deleted.
- isRegisteredDeleteBean(Integer) - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
Return true if this is a bean that has already been saved/deleted.
- isRegisteredForDeleteBean() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
- isRegisterEvent() - Method in class com.avaje.ebeaninternal.server.cluster.socket.SocketClusterMessage
-
- isRegisterFor(Class<?>) - Method in class com.avaje.ebean.event.BeanPersistAdapter
-
- isRegisterFor(Class<?>) - Method in interface com.avaje.ebean.event.BeanPersistController
-
Return true if this BeanPersistController should be registered for events
on this entity type.
- isRegisterFor(Class<?>) - Method in interface com.avaje.ebean.event.BeanQueryAdapter
-
Return true if this adapter is interested in queries for the given entity
type.
- isRegisterFor(Class<?>) - Method in class com.avaje.ebeaninternal.server.deploy.ChainedBeanPersistController
-
Always returns false (not used for this object).
- isRegisterFor(Class<?>) - Method in class com.avaje.ebeaninternal.server.deploy.ChainedBeanQueryAdapter
-
Return false as only individual adapters are registered.
- isRegisterFor(Class<?>, BeanPersistListener<?>) - Static method in class com.avaje.ebeaninternal.server.deploy.PersistListenerManager
-
- isRenderIndexForFkey() - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Return true if indexes should be created for the foreign keys.
- isRoot() - Method in class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
Return true if this is the root node.
- isRoot() - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
Return true if this is the root node.
- isRowNumberIncluded() - Method in class com.avaje.ebeaninternal.server.query.CQueryPlan
-
- isSame(OrmQueryDetail) - Method in class com.avaje.ebeaninternal.server.autofetch.TunedQueryInfo
-
Return true if the fetches are essentially the same.
- isSave() - Method in class com.avaje.ebeaninternal.server.deploy.BeanCascadeInfo
-
Return true if save should cascade.
- isSaveAssocManyIntersection(String, String) - Method in interface com.avaje.ebeaninternal.api.SpiTransaction
-
Return true if the manyToMany intersection should be persisted for this particular relationship direction.
- isSaveAssocManyIntersection(String, String) - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
Return true if the m2m intersection save is allowed from a given bean direction.
- isSaveRecurseSkippable() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return true if save does not recurse to other beans.
- isSaveRecurseSkippable(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssoc
-
- isSaveRecurseSkippable() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssoc
-
Return true if save can be skipped for unmodified bean(s) of this
property.
- isSaveRecurseSkippable() - Method in class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
return true if anything in the inheritance hierarchy has a relationship
with a save cascade on it.
- isScalaObject() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- isScalar() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true is this is a simple scalar property.
- isScalar() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssoc
-
Return false.
- isScalar() - Method in interface com.avaje.ebeaninternal.server.deploy.id.ImportedId
-
Return true if this id is a simple single scalar value.
- isScalar() - Method in class com.avaje.ebeaninternal.server.deploy.id.ImportedIdEmbedded
-
- isScalar() - Method in class com.avaje.ebeaninternal.server.deploy.id.ImportedIdMultiple
-
- isScalar() - Method in class com.avaje.ebeaninternal.server.deploy.id.ImportedIdSimple
-
- isScalar() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return true is this is a simple scalar property.
- isScalar() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssoc
-
Return false.
- isScalarProperty() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlColumnInfo
-
- isSearchJar(String) - Method in class com.avaje.ebeaninternal.server.util.ClassPathSearchFilter
-
Return true if the jar should be included in the search.
- isSearchPackage(String) - Method in class com.avaje.ebeaninternal.server.util.ClassPathSearchFilter
-
Return true if the package should be included in the search.
- isSecondaryTable() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true if this property is based on a secondary table (not the base
table).
- isSecondaryTable() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return true if this property is based on a secondary table.
- isSelectCountWithAlias() - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Set to true if select count against anonymous view requires an alias.
- isSelectId() - Method in class com.avaje.ebeaninternal.api.ManyWhereJoins
-
Return true if the findRowCount query just needs the id property in the select clause.
- isSharing() - Method in class com.avaje.ebeaninternal.server.deploy.CopyContext
-
Return true if the copy should be safe for sharing.
- isSkipPrimaryServer() - Static method in class com.avaje.ebean.config.GlobalProperties
-
Return true to skip automatically creating the primary server.
- isSqlSelect() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return true if this is a query based on a SqlSelect rather than
generated.
- isSqlSelect() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
Return true if this is a query using generated sql.
- isSqlSelect() - Method in class com.avaje.ebeaninternal.server.deploy.DeployNamedQuery
-
- isSqlSelect() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- isSqlSelectBased() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Returns true if this bean is based on a table (or possibly view) and
returns false if this bean is based on a raw sql select statement.
- isStatelessUpdate() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Return true if this is a stateless update.
- isStatelessUpdate(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return true if this is an Update (rather than insert) given that the bean
is involved in a stateless update.
- isStopped() - Method in class com.avaje.ebeaninternal.server.lib.thread.PooledThread
-
Returns true if the thread has finished.
- isStopping() - Static method in class com.avaje.ebeaninternal.server.lib.ShutdownManager
-
Return true if the system is in the process of stopping.
- isStopping() - Method in class com.avaje.ebeaninternal.server.lib.thread.ThreadPool
-
Return true if the pool is shutting down.
- isSupportedType(Type) - Method in interface com.avaje.ebean.text.json.JsonContext
-
Return true if the type is known as an Entity or Xml type or a List Set or
Map of known bean types.
- isSupportedType(Type) - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
Return true if the type is known as an Entity or Xml type or a List Set or
Map of known bean types.
- isSupportedType(Type) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- isSupportedType(Type) - Method in class com.avaje.ebeaninternal.server.text.json.DJsonContext
-
- isSupportsGetGeneratedKeys() - Method in class com.avaje.ebean.config.dbplatform.DbIdentity
-
Return true if GetGeneratedKeys is supported.
- isSupportsIdentity() - Method in class com.avaje.ebean.config.dbplatform.DbIdentity
-
Return true if this DB platform supports identity (autoincrement).
- isSupportsSequence() - Method in class com.avaje.ebean.config.dbplatform.DbIdentity
-
Return true if the database supports sequences.
- istartsWith(String, String) - Static method in class com.avaje.ebean.Expr
-
Case insensitive Starts With - property like value%.
- istartsWith(String, String) - Method in interface com.avaje.ebean.ExpressionFactory
-
Case insensitive Starts With - property like value%.
- istartsWith(String, String) - Method in interface com.avaje.ebean.ExpressionList
-
Case insensitive Starts With - property like value%.
- istartsWith(String, String) - Method in interface com.avaje.ebean.Filter
-
Case insensitive Starts With.
- istartsWith(String, String) - Method in class com.avaje.ebeaninternal.server.el.ElFilter
-
- istartsWith(String, String) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
Case insensitive Starts With - property like value%.
- istartsWith(String, String) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- isTokenKey() - Method in class com.avaje.ebeaninternal.server.text.json.ReadBasicJsonContext
-
- isTokenObjectEnd() - Method in class com.avaje.ebeaninternal.server.text.json.ReadBasicJsonContext
-
- isTraceUsageCollection() - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManagerLogging
-
- isTransient() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true if the property is transient.
- isTransient() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return true if the property is transient.
- isTreatEmptyStringsAsNull() - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Return true if empty strings should be treated as null.
- isTrimWhitespace() - Method in class com.avaje.ebeaninternal.server.lib.util.DnodeParser
-
If true then trim the whitespace from the content.
- isTrue(boolean, String) - Static method in class com.avaje.ebeaninternal.server.util.InternalAssert
-
Throws an IllegalStateException if b is not true.
- isUndirectionalShadow() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return true if this is a placeholder property for a unidirectional relationship.
- isUnidirectional() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocMany
-
Return true if this is a unidirectional relationship.
- isUnidirectional() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertySimpleCollection
-
Returns true as always Unidirectional.
- isUnique() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true if the DB column should be unique.
- isUnique() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return true if the DB column is unique.
- isUpdate() - Method in interface com.avaje.ebean.event.BulkTableEvent
-
Return true if rows were updated.
- isUpdate() - Method in class com.avaje.ebeaninternal.api.TransactionEventTable.TableIUD
-
- isUpdateable() - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssoc
-
Return true if this association is updateable.
- isUpdateable() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoinColumn
-
Return true if this column should be updateable.
- isUpdateable() - Method in class com.avaje.ebeaninternal.server.deploy.TableJoinColumn
-
Return true if this column should be updateable.
- isUpdateChangesOnly() - Method in class com.avaje.ebean.config.ServerConfig
-
Return true to only update changed properties.
- isUpdateChangesOnly() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return true if updates should only include changed properties.
- isUpdateChangesOnly() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- isUpdateNullProperties() - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Return true if null properties should be updated (treated as loaded) for
stateless updates.
- isUpdateOrDelete() - Method in class com.avaje.ebeaninternal.api.TransactionEventTable.TableIUD
-
- isUsageProfiling() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return false when this is a lazy load or refresh query for a bean.
- isUsageProfiling() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- isUseAutofetchManager() - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadContext
-
- isUseBeanCache() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return true if this query should use/check the bean cache.
- isUseBeanCache() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
- isUseBeanCache() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- isUseCache() - Method in class com.avaje.ebeaninternal.server.core.CacheOptions
-
Return true if this should use a cache for lazy loading.
- isUseForeignKeyPrefix() - Method in class com.avaje.ebean.config.AbstractNamingConvention
-
Return true if a prefix should be used building a foreign key name.
- isUseForeignKeyPrefix() - Method in interface com.avaje.ebean.config.NamingConvention
-
Return true if a prefix should be used building a foreign key name.
- isUseIdGenerator() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return true if this bean type should use IdGeneration.
- isUseIdGenerator() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Return true if this bean type should use IdGeneration.
- isUseJtaTransactionManager() - Method in class com.avaje.ebean.config.ServerConfig
-
Return true if we are running in a JTA Transaction manager.
- isUseNaturalKeyCache() - Method in class com.avaje.ebeaninternal.server.core.CacheOptions
-
Return true if a natural key is set.
- isUsePersistBatching() - Method in class com.avaje.ebean.config.ServerConfig
-
Deprecated.
- isUseQueryCache() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return true if this query should use/check the query cache.
- isUseQueryCache() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- isUsingL2Cache() - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Return true if there is L2 bean caching for this bean type.
- isValid() - Method in class com.avaje.ebean.config.TableName
-
Checks if is table name is valid i.e.
- isValid(int) - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- isValidate() - Method in class com.avaje.ebeaninternal.server.deploy.BeanCascadeInfo
-
Return true if validate should be cascaded.
- isValueLoaded(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Checks to see if a bean is a reference (will be lazy loaded) or a
BeanCollection that has not yet been populated.
- isValueLoaded(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
- isValueLoaded(Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
- isVanillaMode() - Method in class com.avaje.ebeaninternal.server.deploy.CopyContext
-
Return true if the copy should be a vanilla bean.
- isVanillaOnly() - Method in interface com.avaje.ebeaninternal.server.reflect.BeanReflect
-
- isVanillaOnly() - Method in class com.avaje.ebeaninternal.server.reflect.EnhanceBeanReflect
-
- isVersion() - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Return true if this is a version column used for concurrency checking.
- isVersionColumn() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Return true if this is a version column used for concurrency checking.
- isWithId() - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlSelect
-
- isWrapperFor(Class<?>) - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- isWrapperFor(Class<?>) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- isWrapperFor(Class<?>) - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Returns false.
- iterateStatistics() - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Iterate the node usage statistics.
- iterateStatistics() - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
- iterateTunedQueryInfo() - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Iterate the tuned fetch info.
- iterateTunedQueryInfo() - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
- iterator() - Method in class com.avaje.ebean.common.BeanList
-
- iterator() - Method in class com.avaje.ebean.common.BeanSet
-
- iterator() - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetList
-
- save(Object) - Static method in class com.avaje.ebean.Ebean
-
Either Insert or Update the bean depending on its state.
- save(Iterator<?>) - Static method in class com.avaje.ebean.Ebean
-
Save all the beans from an Iterator.
- save(Collection<?>) - Static method in class com.avaje.ebean.Ebean
-
Save all the beans from a Collection.
- save(Object) - Method in interface com.avaje.ebean.EbeanServer
-
Persist the bean by either performing an insert or update.
- save(Iterator<?>) - Method in interface com.avaje.ebean.EbeanServer
-
Save all the beans in the iterator.
- save(Collection<?>) - Method in interface com.avaje.ebean.EbeanServer
-
Save all the beans in the collection.
- save(Object, Transaction) - Method in interface com.avaje.ebean.EbeanServer
-
Insert or update a bean with an explicit transaction.
- save(Iterator<?>, Transaction) - Method in interface com.avaje.ebean.EbeanServer
-
Save all the beans in the iterator with an explicit transaction.
- save(Object) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Persist the bean by either performing an insert or update.
- save(Object, Transaction) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Save the bean with an explicit transaction.
- save(Iterator<?>) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Perform an update or insert on each bean in the iterator.
- save(Collection<?>) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Perform an update or insert on each bean in the collection.
- save(Iterator<?>, Transaction) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Save all beans in the iterator with an explicit transaction.
- save(Object, Transaction) - Method in interface com.avaje.ebeaninternal.server.core.Persister
-
Insert or update the bean depending on its state.
- save(Object, Transaction) - Method in class com.avaje.ebeaninternal.server.persist.DefaultPersister
-
- saveAssociation(Object, String) - Static method in class com.avaje.ebean.Ebean
-
Save the associated collection or bean given the property name.
- saveAssociation(Object, String) - Method in interface com.avaje.ebean.EbeanServer
-
Save the associated collection or bean given the property name.
- saveAssociation(Object, String, Transaction) - Method in interface com.avaje.ebean.EbeanServer
-
Save the associated collection or bean given the property name with a
specific transaction.
- saveAssociation(Object, String) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- saveAssociation(Object, String, Transaction) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- saveAssociation(Object, String, Transaction) - Method in interface com.avaje.ebeaninternal.server.core.Persister
-
Save an association (OneToMany, ManyToOne, OneToOne or ManyToMany).
- saveAssociation(Object, String, Transaction) - Method in class com.avaje.ebeaninternal.server.persist.DefaultPersister
-
- saveManyToManyAssociations(Object, String) - Static method in class com.avaje.ebean.Ebean
-
Save the associations of a ManyToMany given the owner bean and the
propertyName of the ManyToMany collection.
- saveManyToManyAssociations(Object, String) - Method in interface com.avaje.ebean.EbeanServer
-
Save the associations of a ManyToMany given the owner bean and the
propertyName of the ManyToMany collection.
- saveManyToManyAssociations(Object, String, Transaction) - Method in interface com.avaje.ebean.EbeanServer
-
Save the associations of a ManyToMany given the owner bean and the
propertyName of the ManyToMany collection.
- saveManyToManyAssociations(Object, String) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Save the associations of a ManyToMany given the owner bean and the
propertyName of the ManyToMany collection.
- saveManyToManyAssociations(Object, String, Transaction) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Save the associations of a ManyToMany given the owner bean and the
propertyName of the ManyToMany collection.
- saveManyToManyAssociations(Object, String, Transaction) - Method in interface com.avaje.ebeaninternal.server.core.Persister
-
Save the associations of a ManyToMany given the owner bean and the
propertyName of the ManyToMany collection.
- saveManyToManyAssociations(Object, String, Transaction) - Method in class com.avaje.ebeaninternal.server.persist.DefaultPersister
-
- sb - Variable in class com.avaje.ebeaninternal.server.deploy.DeployParser
-
- ScalarDataReader<T> - Interface in com.avaje.ebeaninternal.server.type
-
Reads from and binds to database columns.
- ScalarType<T> - Interface in com.avaje.ebeaninternal.server.type
-
Describes a scalar type.
- ScalarTypeBase<T> - Class in com.avaje.ebeaninternal.server.type
-
Base ScalarType object.
- ScalarTypeBase(Class<T>, boolean, int) - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeBase
-
- ScalarTypeBaseDate<T> - Class in com.avaje.ebeaninternal.server.type
-
Base class for Date types.
- ScalarTypeBaseDate(Class<T>, boolean, int) - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeBaseDate
-
- ScalarTypeBaseDateTime<T> - Class in com.avaje.ebeaninternal.server.type
-
Base type for DateTime types.
- ScalarTypeBaseDateTime(Class<T>, boolean, int) - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeBaseDateTime
-
- ScalarTypeBaseVarchar<T> - Class in com.avaje.ebeaninternal.server.type
-
Base ScalarType for types which converts to and from a VARCHAR database
column.
- ScalarTypeBaseVarchar(Class<T>) - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeBaseVarchar
-
- ScalarTypeBaseVarchar(Class<T>, boolean, int) - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeBaseVarchar
-
- ScalarTypeBigDecimal - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for BigDecimal.
- ScalarTypeBigDecimal() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeBigDecimal
-
- ScalarTypeBoolean - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for Boolean and boolean.
- ScalarTypeBoolean() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeBoolean
-
- ScalarTypeBoolean.BitBoolean - Class in com.avaje.ebeaninternal.server.type
-
The Class BitBoolean converts a JDBC type BIT to a java boolean
- ScalarTypeBoolean.BitBoolean() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeBoolean.BitBoolean
-
Native Boolean database type.
- ScalarTypeBoolean.BooleanBase - Class in com.avaje.ebeaninternal.server.type
-
- ScalarTypeBoolean.BooleanBase(boolean, int) - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeBoolean.BooleanBase
-
- ScalarTypeBoolean.IntBoolean - Class in com.avaje.ebeaninternal.server.type
-
Converted to/from an Integer in the Database.
- ScalarTypeBoolean.IntBoolean(Integer, Integer) - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeBoolean.IntBoolean
-
- ScalarTypeBoolean.Native - Class in com.avaje.ebeaninternal.server.type
-
- ScalarTypeBoolean.Native() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeBoolean.Native
-
Native Boolean database type.
- ScalarTypeBoolean.StringBoolean - Class in com.avaje.ebeaninternal.server.type
-
Converted to/from an Integer in the Database.
- ScalarTypeBoolean.StringBoolean(String, String) - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeBoolean.StringBoolean
-
- ScalarTypeByte - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for Byte.
- ScalarTypeByte() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeByte
-
- ScalarTypeBytesBase - Class in com.avaje.ebeaninternal.server.type
-
Base type for binary types.
- ScalarTypeBytesBase(boolean, int) - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeBytesBase
-
- ScalarTypeBytesBinary - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for Types.BINARY to byte[].
- ScalarTypeBytesBinary() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeBytesBinary
-
- ScalarTypeBytesBlob - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for BLOB.
- ScalarTypeBytesBlob() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeBytesBlob
-
- ScalarTypeBytesEncrypted - Class in com.avaje.ebeaninternal.server.type
-
Encrypted ScalarType that wraps a byte[] types.
- ScalarTypeBytesEncrypted(ScalarTypeBytesBase, DataEncryptSupport) - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeBytesEncrypted
-
- ScalarTypeBytesLongVarbinary - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for Longvarbinary.
- ScalarTypeBytesLongVarbinary() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeBytesLongVarbinary
-
- ScalarTypeBytesVarbinary - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for Types.VARBINARY to byte[].
- ScalarTypeBytesVarbinary() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeBytesVarbinary
-
- ScalarTypeCalendar - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for java.util.Calendar.
- ScalarTypeCalendar(int) - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeCalendar
-
- ScalarTypeChar - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for char.
- ScalarTypeChar() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeChar
-
- ScalarTypeCharArray - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for char[].
- ScalarTypeCharArray() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeCharArray
-
- ScalarTypeClass - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for Class that persists it to VARCHAR column.
- ScalarTypeClass() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeClass
-
- ScalarTypeClob - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for String.
- ScalarTypeClob(boolean, int) - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeClob
-
- ScalarTypeClob() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeClob
-
- ScalarTypeConverter<B,S> - Interface in com.avaje.ebean.config
-
Used to convert between a value object and a known scalar type.
- ScalarTypeCurrency - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for java.util.Currency which converts to and from a VARCHAR database column.
- ScalarTypeCurrency() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeCurrency
-
- ScalarTypeDate - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for java.sql.Date.
- ScalarTypeDate() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeDate
-
- ScalarTypeDouble - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for Double and double.
- ScalarTypeDouble() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeDouble
-
- ScalarTypeEncryptedWrapper<T> - Class in com.avaje.ebeaninternal.server.type
-
- ScalarTypeEncryptedWrapper(ScalarType<T>, ScalarTypeBytesBase, DataEncryptSupport) - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeEncryptedWrapper
-
- ScalarTypeEnum - Interface in com.avaje.ebeaninternal.server.type
-
Marker interface for the Enum scalar types.
- ScalarTypeEnumStandard - Class in com.avaje.ebeaninternal.server.type
-
JPA standard based Enum scalar type.
- ScalarTypeEnumStandard() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeEnumStandard
-
- ScalarTypeEnumStandard.EnumBase - Class in com.avaje.ebeaninternal.server.type
-
- ScalarTypeEnumStandard.EnumBase(Class<?>, boolean, int) - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeEnumStandard.EnumBase
-
- ScalarTypeEnumStandard.OrdinalEnum - Class in com.avaje.ebeaninternal.server.type
-
- ScalarTypeEnumStandard.OrdinalEnum(Class) - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeEnumStandard.OrdinalEnum
-
Create a ScalarTypeEnum.
- ScalarTypeEnumStandard.StringEnum - Class in com.avaje.ebeaninternal.server.type
-
- ScalarTypeEnumStandard.StringEnum(Class) - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeEnumStandard.StringEnum
-
Create a ScalarTypeEnum.
- ScalarTypeEnumWithMapping - Class in com.avaje.ebeaninternal.server.type
-
Additional control over mapping to DB values.
- ScalarTypeEnumWithMapping(EnumToDbValueMap<?>, Class<?>, int) - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeEnumWithMapping
-
Create with an explicit mapping of bean to database values.
- ScalarTypeFloat - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for Float and float.
- ScalarTypeFloat() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeFloat
-
- ScalarTypeInteger - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for Integer and int.
- ScalarTypeInteger() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeInteger
-
- ScalarTypeJodaDateMidnight - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for Joda DateMidnight.
- ScalarTypeJodaDateMidnight() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeJodaDateMidnight
-
Instantiates a new scalar type joda date midnight.
- ScalarTypeJodaDateTime - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for Joda DateTime.
- ScalarTypeJodaDateTime() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeJodaDateTime
-
- ScalarTypeJodaLocalDate - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for Joda LocalDate.
- ScalarTypeJodaLocalDate() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeJodaLocalDate
-
- ScalarTypeJodaLocalDateTime - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for Joda LocalDateTime.
- ScalarTypeJodaLocalDateTime() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeJodaLocalDateTime
-
- ScalarTypeJodaLocalTime - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for Joda LocalTime.
- ScalarTypeJodaLocalTime() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeJodaLocalTime
-
- ScalarTypeLocale - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for java.util.Currency which converts to and from a VARCHAR
database column.
- ScalarTypeLocale() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeLocale
-
- ScalarTypeLong - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for Long and long.
- ScalarTypeLong() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeLong
-
- ScalarTypeLongToTimestamp - Class in com.avaje.ebeaninternal.server.type
-
- ScalarTypeLongToTimestamp() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeLongToTimestamp
-
- ScalarTypeLongVarchar - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for String.
- ScalarTypeLongVarchar() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeLongVarchar
-
- ScalarTypeMathBigInteger - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for java.math.BigInteger.
- ScalarTypeMathBigInteger() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeMathBigInteger
-
- ScalarTypeShort - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for Short and short.
- ScalarTypeShort() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeShort
-
- ScalarTypeString - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for String.
- ScalarTypeString() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeString
-
- ScalarTypeTime - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for java.sql.Time.
- ScalarTypeTime() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeTime
-
- ScalarTypeTimestamp - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for java.sql.Timestamp.
- ScalarTypeTimestamp() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeTimestamp
-
- ScalarTypeTimeZone - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for java.util.TimeZone which converts to and from a VARCHAR
database column.
- ScalarTypeTimeZone() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeTimeZone
-
- ScalarTypeURI - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for java.net.URI which converts to and from a VARCHAR database column.
- ScalarTypeURI() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeURI
-
- ScalarTypeURL - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for java.net.URL which converts to and from a VARCHAR database column.
- ScalarTypeURL() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeURL
-
- ScalarTypeUtilDate - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for java.util.Date.
- ScalarTypeUtilDate() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeUtilDate
-
- ScalarTypeUtilDate.DateType - Class in com.avaje.ebeaninternal.server.type
-
- ScalarTypeUtilDate.DateType() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeUtilDate.DateType
-
- ScalarTypeUtilDate.TimestampType - Class in com.avaje.ebeaninternal.server.type
-
- ScalarTypeUtilDate.TimestampType() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeUtilDate.TimestampType
-
- ScalarTypeUUID - Class in com.avaje.ebeaninternal.server.type
-
ScalarType for java.util.UUID which converts to and from a VARCHAR database column.
- ScalarTypeUUID() - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeUUID
-
- ScalarTypeWrapper<B,S> - Class in com.avaje.ebeaninternal.server.type
-
A ScalarType that uses a ScalarTypeConverter to convert to and from another
underlying ScalarType.
- ScalarTypeWrapper(Class<B>, ScalarType<S>, ScalarTypeConverter<B, S>) - Constructor for class com.avaje.ebeaninternal.server.type.ScalarTypeWrapper
-
- ScopeTrans - Class in com.avaje.ebeaninternal.api
-
Used internally to handle the scoping of transactions for methods.
- ScopeTrans(boolean, boolean, SpiTransaction, TxScope, SpiTransaction, SpiTransactionScopeManager) - Constructor for class com.avaje.ebeaninternal.api.ScopeTrans
-
- search(String) - Method in class com.avaje.ebeaninternal.server.core.XmlConfigLoader
-
- secondaryBatchSize - Variable in class com.avaje.ebeaninternal.server.loadcontext.DLoadBaseContext
-
- select(String) - Method in interface com.avaje.ebean.ExpressionList
-
Specify specific properties to fetch on the main/root bean (aka partial
object).
- select(String) - Method in interface com.avaje.ebean.Query
-
Explicitly set a comma delimited list of the properties to fetch on the
'main' entity bean (aka partial object).
- select(String) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- select(String) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryDetail
-
set the properties to include on the base / root entity.
- select(String) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- select(String) - Method in class com.avaje.ebeaninternal.util.FilterExpressionList
-
- selectAllForLazyLoadProperty() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return true if select all properties was used to ensure the property
invoking a lazy load was included in the query.
- selectAllForLazyLoadProperty() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
Return true if select all properties was used to ensure the
property invoking a lazy load was included in the query.
- selectCountWithAlias - Variable in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
- send(MailMessage) - Method in class com.avaje.ebeaninternal.server.lib.util.MailSender
-
Send the message in the current thread.
- sendInBackground(MailMessage) - Method in class com.avaje.ebeaninternal.server.lib.util.MailSender
-
Send the message in a background thread.
- sendPacket(Packet) - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastSender
-
Send the packet.
- sendPackets(List<Packet>) - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastSender
-
Send the list of Packets.
- seqName - Variable in class com.avaje.ebean.config.dbplatform.SequenceIdGenerator
-
The actual sequence name.
- SequenceIdGenerator - Class in com.avaje.ebean.config.dbplatform
-
Database sequence based IdGenerator.
- SequenceIdGenerator(BackgroundExecutor, DataSource, String, int) - Constructor for class com.avaje.ebean.config.dbplatform.SequenceIdGenerator
-
Construct given a dataSource and sql to return the next sequence value.
- SerialiseTransactionHelper - Class in com.avaje.ebeaninternal.server.cluster
-
Mechanism to convert RemoteTransactionEvent to/from byte[] content.
- SerialiseTransactionHelper() - Constructor for class com.avaje.ebeaninternal.server.cluster.SerialiseTransactionHelper
-
- SERIALIZABLE - Static variable in interface com.avaje.ebean.Transaction
-
Serializable transaction isolation.
- serialize() - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
- server - Variable in class com.avaje.ebean.text.csv.DefaultCsvCallback
-
The EbeanServer used to save the beans.
- server - Variable in class com.avaje.ebeaninternal.server.query.CallableQuery
-
- ServerCache - Interface in com.avaje.ebean.cache
-
Represents part of the "L2" server side cache.
- ServerCacheFactory - Interface in com.avaje.ebean.cache
-
Defines method for constructing caches for beans and queries.
- ServerCacheManager - Interface in com.avaje.ebean.cache
-
The cache service for server side caching of beans and query results.
- ServerCacheOptions - Class in com.avaje.ebean.cache
-
Options for controlling a cache.
- ServerCacheOptions() - Constructor for class com.avaje.ebean.cache.ServerCacheOptions
-
Construct with no set options.
- ServerCacheOptions(CacheTuning) - Constructor for class com.avaje.ebean.cache.ServerCacheOptions
-
Create from the cacheTuning deployment annotation.
- ServerCacheOptions(ServerCacheOptions) - Constructor for class com.avaje.ebean.cache.ServerCacheOptions
-
Create merging default options with the deployment specified ones.
- ServerCacheStatistics - Class in com.avaje.ebean.cache
-
The statistics collected per cache.
- ServerCacheStatistics() - Constructor for class com.avaje.ebean.cache.ServerCacheStatistics
-
- ServerConfig - Class in com.avaje.ebean.config
-
The configuration used for creating a EbeanServer.
- ServerConfig() - Constructor for class com.avaje.ebean.config.ServerConfig
-
Construct a Server Configuration for programmatically creating an
EbeanServer.
- ServerConfigStartup - Interface in com.avaje.ebean.event
-
Used to configure the server on startup.
- serverName - Variable in class com.avaje.ebeaninternal.server.cluster.Packet
-
The EbeanServer name this relates to if relevant.
- serverName - Variable in class com.avaje.ebeaninternal.server.loadcontext.DLoadBaseContext
-
- serverName - Variable in class com.avaje.ebeaninternal.server.transaction.TransactionScopeManager
-
- ServletContextListener - Class in com.avaje.ebeaninternal.server.core
-
Listens for webserver server starting and stopping events.
- ServletContextListener() - Constructor for class com.avaje.ebeaninternal.server.core.ServletContextListener
-
- set(int, E) - Method in class com.avaje.ebean.common.BeanList
-
- set(String, Object) - Method in interface com.avaje.ebean.SqlRow
-
Exactly the same as the put method.
- set(int, Object) - Method in interface com.avaje.ebean.Update
-
Set an ordered bind parameter.
- set(String, Object) - Method in interface com.avaje.ebean.Update
-
Set a named parameter.
- set(String, Object) - Method in class com.avaje.ebeaninternal.server.query.DefaultSqlRow
-
- set(int, T) - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetList
-
- set(int, Object) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
- set(String, Object) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
- set(Object, Object) - Method in interface com.avaje.ebeaninternal.server.reflect.BeanReflectSetter
-
Set the property value of a bean.
- set(SpiTransaction) - Method in class com.avaje.ebeaninternal.server.transaction.DefaultTransactionScopeManager
-
- set(String, SpiTransaction) - Static method in class com.avaje.ebeaninternal.server.transaction.DefaultTransactionThreadLocal
-
Set a new Transaction for this serverName and Thread.
- set(SpiTransaction) - Method in class com.avaje.ebeaninternal.server.transaction.ExternalTransactionScopeManager
-
- set(SpiTransaction) - Method in class com.avaje.ebeaninternal.server.transaction.TransactionMap.State
-
Set the transaction.
- set(SpiTransaction) - Method in class com.avaje.ebeaninternal.server.transaction.TransactionScopeManager
-
Set a new Transaction for this serverName and Thread.
- set(CtCompoundType<?>, String, Object) - Static method in class com.avaje.ebeaninternal.server.type.ImmutableCompoundTypeBuilder
-
Set the value for the property of a compound type.
- setActualList(List<?>) - Method in class com.avaje.ebean.common.BeanList
-
Set the actual underlying list.
- setActualMap(Map<?, ?>) - Method in class com.avaje.ebean.common.BeanMap
-
Set the actual underlying map.
- setActualSet(Set<?>) - Method in class com.avaje.ebean.common.BeanSet
-
Set the underlying set (used for lazy fetch).
- setAdditionalProperties() - Method in class com.avaje.ebeaninternal.server.persist.dml.DmlHandler
-
Set any additional (generated) properties to the set of loaded properties
if required.
- setAddOneToOneUniqueContraint(boolean) - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Set to false for DB's that don't want both a unique and index on the
imported OneToOne.
- setAddPropertiesFromHeader() - Method in interface com.avaje.ebean.text.csv.CsvReader
-
Same as setHasHeader(true,true);
- setAddPropertiesFromHeader() - Method in class com.avaje.ebeaninternal.server.text.csv.TCsvReader
-
- setArray(int, Array) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setArray(int, Array) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setAscending(boolean) - Method in class com.avaje.ebean.OrderBy.Property
-
Set to true if the order is ascending.
- setAsciiStream(int, InputStream, int) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setAsciiStream(int, InputStream, long) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setAsciiStream(int, InputStream) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setAsciiStream(int, InputStream, int) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setAttribute(String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanCascadeInfo
-
Set the raw deployment attribute.
- setAttribute(String, String) - Method in class com.avaje.ebeaninternal.server.lib.util.Dnode
-
Set an attribute.
- setAutoCommit(boolean) - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- setAutoCommit(boolean) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- setAutofetch(boolean) - Method in interface com.avaje.ebean.Query
-
Explicitly specify whether to use Autofetch for this query.
- setAutoFetch(boolean) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setAutofetch(boolean) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setAutofetchConfig(AutofetchConfig) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the configuration for the Autofetch feature.
- setAutoFetchManager(AutoFetchManager) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
This has the effect of turning on autoFetch profiling for this query.
- setAutoFetchManager(AutoFetchManager) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setAutoFetchTuned(boolean) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Set to true if this query has been tuned by autoFetch.
- setAutoFetchTuned(boolean) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setAutoTableMod(boolean) - Method in interface com.avaje.ebean.SqlUpdate
-
Set this to false if you don't want eBean to automatically deduce the table
modification information and process it.
- setAutoTableMod(boolean) - Method in class com.avaje.ebeaninternal.server.core.DefaultSqlUpdate
-
- setBackgroundFetch(Future<Integer>) - Method in interface com.avaje.ebean.bean.BeanCollection
-
Set when this collection is being loaded via a background thread.
- setBackgroundFetch(Future<Integer>) - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
- setBackgroundFetch(FutureTask<Integer>) - Method in class com.avaje.ebeaninternal.api.BeanIdList
-
Set the FutureTask that is continuing the fetch in a background thread.
- setBackgroundFetchAfter(int) - Method in interface com.avaje.ebean.SqlQuery
-
Set the index after which fetching continues in a background thread.
- setBackgroundFetchAfter(int) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- setBackgroundFetching() - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
This query is using background fetching.
- setBase(OrmQueryProperties) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryDetail
-
Set the base / root query properties.
- setBaseTable(TableName) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Set the base table.
- setBaseTable(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanTable
-
Set the base table for this BeanTable.
- setBatchControl(BatchControl) - Method in interface com.avaje.ebeaninternal.api.SpiTransaction
-
Set the queue used to batch up persist requests.
- setBatchControl(BatchControl) - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
Set the BatchControl to the transaction.
- setBatchFlushOnMixed(boolean) - Method in interface com.avaje.ebean.Transaction
-
By default when mixing UpdateSql (or CallableSql) with Beans the batch is
automatically flushed when you change (between persisting beans and
executing UpdateSql or CallableSql).
- setBatchFlushOnMixed(boolean) - Method in class com.avaje.ebeaninternal.server.persist.BatchControl
-
Set this flag to false to allow batching of a mix of Beans and UpdateSql
(or CallableSql).
- setBatchFlushOnMixed(boolean) - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
- setBatchFlushOnQuery(boolean) - Method in interface com.avaje.ebean.Transaction
-
By default executing a query will automatically flush any batched
statements (persisted beans, executed UpdateSql etc).
- setBatchFlushOnQuery(boolean) - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
- setBatchGetGeneratedKeys(boolean) - Method in interface com.avaje.ebean.Transaction
-
Specify if you want batched inserts to use getGeneratedKeys.
- setBatchGetGeneratedKeys(boolean) - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
- setBatchMode(boolean) - Method in interface com.avaje.ebean.Transaction
-
Turn on or off statement batching.
- setBatchMode(boolean) - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
- setBatchSize(int) - Method in interface com.avaje.ebean.Transaction
-
Specify the number of statements before a batch is flushed automatically.
- setBatchSize(PreparedStatement, int) - Method in interface com.avaje.ebeaninternal.server.core.PstmtBatch
-
- setBatchSize(PreparedStatement, int) - Method in class com.avaje.ebeaninternal.server.jdbc.OraclePstmtBatch
-
- setBatchSize(int) - Method in class com.avaje.ebeaninternal.server.persist.BatchControl
-
Set the size of batch execution.
- setBatchSize(int) - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
- setBeanCollectionTouched(BeanCollectionTouched) - Method in interface com.avaje.ebean.bean.BeanCollection
-
Set a listener to be notified when the BeanCollection is first touched.
- setBeanCollectionTouched(BeanCollectionTouched) - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
- setBeanCollectionTouched(BeanCollectionTouched) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Set a listener to be notified when the bean collection has been touched
(when the list/set/map is first used).
- setBeanCollectionTouched(BeanCollectionTouched) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setBeanDescriptor(BeanDescriptor<?>) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Set the BeanDescriptor for the root type of this query.
- setBeanDescriptor(BeanDescriptor<?>) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
Set the BeanDescriptor for the root type of this query.
- setBeanDescriptor(BeanDescriptor<?>) - Method in class com.avaje.ebeaninternal.server.transaction.BeanPersistIds
-
- setBeanFinder(BeanFinder<T>) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Set the BeanFinder to use for beans of this type.
- setBeanJoinType(DeployBeanPropertyAssocOne<?>, boolean) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployBeanInfo
-
Set a the join alias for a assoc one property.
- setBeanLoader(int, BeanLoader, PersistenceContext) - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Set the BeanLoader for general lazy loading.
- setBeanLoaderByServerName(String) - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Set Lazy Loading by ebeanServerName.
- setBeanReflect(BeanReflect) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Set the BeanReflect used to create new instances of an EntityBean.
- setBeanTable(BeanTable) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssoc
-
Set the bean table.
- setBigDecimal(int, BigDecimal) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setBigDecimal(int, BigDecimal) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setBigDecimal(BigDecimal) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setBinaryStream(int, InputStream, int) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setBinaryStream(int, InputStream, long) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setBinaryStream(int, InputStream) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setBinaryStream(int, InputStream, int) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setBindLog(String) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestCallableSql
-
The the log of bind values.
- setBindLog(String) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestOrmUpdate
-
Set the bound values.
- setBindLog(String) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestUpdateSql
-
Set the bound values.
- setBlob(int, Blob) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setBlob(int, InputStream, long) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setBlob(int, InputStream) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setBlob(int, Blob) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setBlob(byte[]) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setBoolean(int, boolean) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setBoolean(int, boolean) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setBoolean(boolean) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setBound(BindParams, CallableStatement) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestCallableSql
-
These need to be set for use with Non-batch execution.
- setBoundedString(String, String, String, String) - Static method in class com.avaje.ebean.util.StringHelper
-
Takes the String bounded by leftBound & rightBound, and replaces it with
replaceString.
- setBoundedString(String, String, String, String) - Static method in class com.avaje.ebeaninternal.server.lib.util.StringHelper
-
Takes the String bounded by leftBound & rightBound, and replaces it with
replaceString.
- setBoundId(Object) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Set the Id value that was bound.
- setBufferFetchSizeHint(int) - Method in interface com.avaje.ebean.Query
-
A hint which for JDBC translates to the Statement.fetchSize().
- setBufferFetchSizeHint(int) - Method in interface com.avaje.ebean.SqlQuery
-
A hint which for JDBC translates to the Statement.fetchSize().
- setBufferFetchSizeHint(int) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setBufferFetchSizeHint(int) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- setByte(int, byte) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setByte(int, byte) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setByte(byte) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setBytes(int, byte[]) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setBytes(int, byte[]) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setBytes(byte[]) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setCacheDataValue(Object, Object, Object, boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
- setCacheDataValue(Object, Object, Object, boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
- setCacheName(String) - Method in class com.avaje.ebean.cache.ServerCacheStatistics
-
Set the name of the cache.
- setCaching(Class<?>, boolean) - Method in interface com.avaje.ebean.cache.ServerCacheManager
-
- setCaching(Class<?>, boolean) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCacheManager
-
- setCallback(String) - Method in class com.avaje.ebean.text.json.JsonWriteOptions
-
Set a JSONP callback function.
- setCancelableQuery(CancelableQuery) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Set the underlying cancelable query (with the PreparedStatement).
- setCancelableQuery(CancelableQuery) - Method in class com.avaje.ebeaninternal.server.core.OrmQueryRequest
-
Set an Query object that owns the PreparedStatement that can be cancelled.
- setCancelableQuery(CancelableQuery) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setCaptureStackTrace(boolean) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set to true if a stack trace should be captured when obtaining a connection
from the pool.
- setCaptureStackTrace(boolean) - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Set this to true means that the StackElements are captured every time a
connection is retrieved from the pool.
- setCascadeTypes(CascadeType[], BeanCascadeInfo) - Method in class com.avaje.ebeaninternal.server.deploy.parse.AnnotationParser
-
Helper method to set cascade types to the CascadeInfo on BeanProperty.
- setCatalog(String) - Method in class com.avaje.ebean.config.AbstractNamingConvention
-
Sets the catalog.
- setCatalog(String) - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- setCatalog(String) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- setChar(char) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setCharacterStream(int, Reader, int) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setCharacterStream(int, Reader, long) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setCharacterStream(int, Reader) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setCharacterStream(int, Reader, int) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setClasses(List<Class<?>>) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the list of classes (entities, listeners, scalarTypes etc) that should
be used for this server.
- setClientInfo(String, String) - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- setClientInfo(Properties) - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- setClob(int, Clob) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setClob(int, Reader, long) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setClob(int, Reader) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setClob(int, Clob) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setClob(String) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setClusterDebugLevel(int) - Method in class com.avaje.ebeaninternal.server.transaction.TransactionManager
-
Set the cluster debug level.
- setCollectQueryOrigins(boolean) - Method in class com.avaje.ebean.config.ServerConfig
-
Set to true if query plans should collect their 'origin' points.
- setCollectQueryStatsByNode(boolean) - Method in class com.avaje.ebean.config.ServerConfig
-
Set to true to collection query execution statistics by ObjectGraphNode.
- setColumnMapping(String) - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlMeta
-
- setColumnNameWidth(int) - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Set the amount of padding to write after the column name.
- setColumns(DeployTableJoinColumn[], boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoin
-
Copy all the columns to this join potentially reversing the columns.
- setCompoundType(boolean) - Method in class com.avaje.ebeaninternal.server.type.reflect.CheckImmutableResponse
-
- setConcurrencyMode(ConcurrencyMode) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Set the concurrency mode used for beans of this type.
- setContainsMany(boolean) - Method in class com.avaje.ebeaninternal.server.el.ElPropertyChainBuilder
-
- setCounter(DeployBeanProperty) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.CounterFactory
-
- setCounter(DeployBeanProperty) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory
-
- setCstmtCacheSize(int) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set the size of the CallableStatement cache (per connection).
- setCurrentPrefix(String, Map<String, String>) - Method in interface com.avaje.ebeaninternal.server.deploy.DbReadContext
-
Set the JoinNode - used by proxy/reference beans for profiling.
- setCurrentPrefix(String, Map<String, String>) - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
- setCurrentRecipient(MailAddress) - Method in class com.avaje.ebeaninternal.server.lib.util.MailMessage
-
Set the current recipient.
- setCursorName(String) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setCursorName(String) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- setCustomProperties(Map<String, String>) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set custom properties for the jdbc driver connection.
- setDatabaseBooleanFalse(String) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the value to represent FALSE in the database.
- setDatabaseBooleanTrue(String) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the value to represent TRUE in the database.
- setDatabasePlatform(DatabasePlatform) - Method in class com.avaje.ebean.config.AbstractNamingConvention
-
- setDatabasePlatform(DatabasePlatform) - Method in interface com.avaje.ebean.config.NamingConvention
-
Set the associated DatabasePlaform.
- setDatabasePlatform(DatabasePlatform) - Method in class com.avaje.ebean.config.ServerConfig
-
Explicitly set the database platform to use.
- setDatabasePlatformName(String) - Method in class com.avaje.ebean.config.ServerConfig
-
Explicitly set the database platform name
- setDatabaseSequenceBatch(int) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the number of DB sequence values that should be preallocated and cached
by Ebean.
- setDatabaseSequenceBatchSize(int) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the number of sequences to fetch/preallocate when using DB sequences.
- setDataSource(DataSource) - Method in class com.avaje.ebean.config.ServerConfig
-
Set a DataSource.
- setDataSourceConfig(DataSourceConfig) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the configuration required to build a DataSource using Ebean's own
DataSource implementation.
- setDataSourceJndiName(String) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the JNDI name of the DataSource to use.
- setDate(int, Date) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setDate(int, Date, Calendar) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setDate(int, Date) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setDate(int, Date, Calendar) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setDate(Date) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setDbBind(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set the DB bind parameter (if different from "?").
- setDbColumn(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set the database column name this is mapped to.
- setDbColumnDefn(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set a specific DB column definition.
- setDbEncrypt(DbEncrypt) - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Set the DbEncrypt handler for this DB platform.
- setDbEncrypt(DbEncrypt) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the DbEncrypt used to encrypt and decrypt properties.
- setDbEncryptedType(int) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set the DB type used to store the encrypted value.
- setDbEncryptFunction(DbEncryptFunction, DbEncrypt, int) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- setDbInsertable(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- setDbLength(int) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set the DB column length for character columns.
- setDbRead(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set to true if this property is included in database queries.
- setDbScale(int) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set the Db scale for numeric columns.
- setDbType(int) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set the database jdbc data type this is mapped to.
- setDbUpdateable(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- setDdlGenerate(boolean) - Method in class com.avaje.ebean.config.ServerConfig
-
Set to true to run the DDL generation on startup.
- setDdlRun(boolean) - Method in class com.avaje.ebean.config.ServerConfig
-
Set to true to run the generated DDL on startup.
- setDebug(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlMeta
-
- setDefaultDateFormat(String) - Method in interface com.avaje.ebean.text.csv.CsvReader
-
Set the default format to use for Date types.
- setDefaultDateFormat(String) - Method in class com.avaje.ebeaninternal.server.text.csv.TCsvReader
-
- setDefaultJarMatch(boolean) - Method in class com.avaje.ebeaninternal.server.util.ClassPathSearchFilter
-
Set the default for jar matching when a jar is neither explicitly
included or excluded.
- setDefaultLocale(Locale) - Method in interface com.avaje.ebean.text.csv.CsvReader
-
Explicitly set the default Locale.
- setDefaultLocale(Locale) - Method in class com.avaje.ebeaninternal.server.text.csv.TCsvReader
-
- setDefaultPackageMatch(boolean) - Method in class com.avaje.ebeaninternal.server.util.ClassPathSearchFilter
-
Set the default for package matching when a package is neither explicitly
included or excluded.
- setDefaultProperties(String, Set<String>) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
Set the properties from deployment default FetchTypes.
- setDefaultSelectClause() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Set default select clauses where none have been explicitly defined.
- setDefaultSelectClause() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setDefaultSelectClause(BeanDescriptor<?>) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryDetail
-
Set any default select clauses for the main bean and any joins that have
not explicitly defined a select clause.
- setDefaultServer(boolean) - Method in class com.avaje.ebean.config.ServerConfig
-
Set true if this EbeanServer should be registered as the "default" server
with the Ebean singleton.
- setDefaultTimeFormat(String) - Method in interface com.avaje.ebean.text.csv.CsvReader
-
Set the default format to use for Time types.
- setDefaultTimeFormat(String) - Method in class com.avaje.ebeaninternal.server.text.csv.TCsvReader
-
- setDefaultTimestampFormat(String) - Method in interface com.avaje.ebean.text.csv.CsvReader
-
Set the default format to use for Timestamp types.
- setDefaultTimestampFormat(String) - Method in class com.avaje.ebeaninternal.server.text.csv.TCsvReader
-
- setDefaultValue(Object) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set the default value.
- setDelete(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanCascadeInfo
-
Set to true if delete should cascade.
- setDeleteByIdMap(DeleteByIdMap) - Method in class com.avaje.ebeaninternal.server.transaction.RemoteTransactionEvent
-
- setDependantTables(String[]) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Set the tables this bean is dependant on.
- setDeployOrder(int) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Set the order this property appears in the bean.
- setDeployOrder(int) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompound
-
- setDeployOrder(int) - Method in class com.avaje.ebeaninternal.server.type.CtCompoundPropertyElAdapter
-
- setDescriptor(BeanDescriptor<?>) - Method in class com.avaje.ebeaninternal.server.deploy.InheritInfo
-
Set the descriptor for this node.
- setDetail(OrmQueryDetail) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Replace the query detail.
- setDetail(OrmQueryDetail) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setDigitsCompressed(boolean) - Method in class com.avaje.ebean.config.UnderscoreNamingConvention
-
Sets to true for digits to be compressed (without a leading underscore).
- setDisableLazyLoad(boolean) - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Set true to turn off lazy loading.
- setDisableReferentialIntegrity(String) - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Set the DB specific command to disable referential integrity
- setDiscriminatorColumn(String) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
Set the column name of the discriminator.
- setDiscriminatorLength(int) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
Set the length of the discriminator column.
- setDiscriminatorType(int) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
Set the sql type of the discriminator.
- setDiscriminatorValue(String) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
Set the discriminator value for this node.
- setDiscriminatorWhere(String) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
Set the derived where for the discriminator.
- setDistinct(boolean) - Method in interface com.avaje.ebean.Query
-
Set whether this query uses DISTINCT.
- setDistinct(boolean) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
Set whether this query uses DISTINCT.
- setDouble(int, double) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setDouble(int, double) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setDouble(double) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setDriver(String) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set the database driver.
- setDropIfExists(String) - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Set the IF EXISTS clause for dropping tables if that is supported by the
database platform.
- setDropTableCascade(String) - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Set the cascade option for the drop table command.
- setEbeanJarPrefix(String) - Method in class com.avaje.ebeaninternal.server.util.ClassPathSearchFilter
-
Set the name of the ebean jar file.
- setEbeanServer(SpiEbeanServer) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Set the server.
- setEbeanServer(SpiEbeanServer) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptorManager
-
Set the internal EbeanServer instance to all BeanDescriptors.
- setEmbedded(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set to true if this is an embedded property.
- setEmbeddedLoaded(Object) - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Set the loaded status for the embedded bean.
- setEnableReferentialIntegrity(String) - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Set the DB specific command to enable referential integrity
- setEncryptDeployManager(EncryptDeployManager) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the EncryptDeployManager.
- setEncrypted(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.DeployParser
-
- setEncryptedProps(BeanProperty[]) - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
- setEncryptionKey(Object) - Method in class com.avaje.ebeaninternal.api.BindParams.Param
-
Set an encryption key (which can not be logged).
- setEncryptionKey(String, Object) - Method in class com.avaje.ebeaninternal.api.BindParams
-
Set an encryption key as a bind value.
- setEncryptKeyManager(EncryptKeyManager) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the EncryptKeyManager.
- setEncryptor(Encryptor) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the Encryptor used to encrypt data on the java client side (as opposed
to DB encryption functions).
- setEnhanceLogLevel(int) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the log level used for "subclassing" enhancement.
- setEnterQueueTime(long) - Method in class com.avaje.ebeaninternal.server.lib.thread.Work
-
Set the time this entered the queue.
- setEntityType(BeanDescriptor.EntityType) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- setEnumScalarType(Enumerated, DeployBeanProperty) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployUtil
-
- setEscapeProcessing(boolean) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setEscapeProcessing(boolean) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- setExcludeIds(ArrayList<Object>, BeanDescriptor<?>) - Method in class com.avaje.ebeaninternal.server.deploy.IntersectionRow
-
Set Id's to exclude.
- setExitQueueTime(long) - Method in class com.avaje.ebeaninternal.server.lib.thread.Work
-
Set the time this work left the queue.
- setExposeDeserialize(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- setExposeSerialize(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- setExpressionFactory(ExpressionFactory) - Method in interface com.avaje.ebeaninternal.api.SpiExpressionList
-
Restore the ExpressionFactory after deserialisation.
- setExpressionFactory(ExpressionFactory) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
Set the ExpressionFactory.
- setExtend(String) - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlMeta
-
- setExternalTransactionManager(ExternalTransactionManager) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the external transaction manager.
- setExtraAttribute(String, String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Set an extra attribute with a given name.
- setExtraAttribute(String, String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set an extra attribute set on this property.
- setExtraWhere(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssoc
-
Set a literal expression to add to the query that lazy loads the
collection.
- setFactoryType(Class<?>) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Set the class used to create new EntityBean instances.
- setFetchAhead(boolean) - Method in interface com.avaje.ebean.PagingList
-
By default fetchAhead is true so use this to turn off fetchAhead.
- setFetchAhead(boolean) - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetPagingQuery
-
- setFetchConfig(FetchConfig) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
Set the Fetch configuration options for this path.
- setFetchDirection(int) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setFetchDirection(int) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- setFetchOrderBy(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocMany
-
Set the order by clause used to order the fetching or the data for this
list, set or map.
- setFetchSize(int) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setFetchSize(int) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- setFetchType(FetchType) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set the default fetch type for this property.
- setField(Field) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set the bean Field associated with this property.
- setFilterMany(ExpressionList<?>) - Method in interface com.avaje.ebean.bean.BeanCollection
-
Set the filter that was used in building this collection.
- setFilterMany(ExpressionList<?>) - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
- setFilterMany(String, ExpressionList<?>) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Set a filter to a join path.
- setFilterMany(String, ExpressionList<?>) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setFilterMany(SpiExpressionList<?>) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
Set the filterMany expression list.
- setFinishedFetch(boolean) - Method in interface com.avaje.ebean.bean.BeanCollection
-
Set to true when a fetch has finished.
- setFinishedFetch(boolean) - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
Set to true when a fetch has finished.
- setFirstRow(int) - Method in interface com.avaje.ebean.ExpressionList
-
Set the first row to fetch.
- setFirstRow(int) - Method in interface com.avaje.ebean.Query
-
Set the first row to return for this query.
- setFirstRow(int) - Method in interface com.avaje.ebean.SqlQuery
-
Set the index of the first row of the results to return.
- setFirstRow(int) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setFirstRow(int) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- setFirstRow(int) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- setFirstRow(int) - Method in class com.avaje.ebeaninternal.util.FilterExpressionList
-
- setFloat(int, float) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setFloat(int, float) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setFloat(float) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setForceUpperCase(boolean) - Method in class com.avaje.ebean.config.UnderscoreNamingConvention
-
Set to true to make the result upper case.
- setForeignDbColumn(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoinColumn
-
Set the foreign database column name.
- setForeignKeySuffix(String) - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Set the foreign key suffix.
- setForUpdate(boolean) - Method in interface com.avaje.ebean.Query
-
executed the select with "for update" which should lock the record
"on read"
- setForUpdate(boolean) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setForwardOnlyHintOnFindIterate(boolean) - Method in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
Set to true if the ResultSet TYPE_FORWARD_ONLY Hint should be used by default on findIterate PreparedStatements.
- setFromSql(String) - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
- setFutureFetch(boolean) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Set to true to indicate the query is executing in a background thread
asynchronously.
- setFutureFetch(boolean) - Method in interface com.avaje.ebeaninternal.api.SpiSqlQuery
-
Set to true if this is a future fetch type query.
- setFutureFetch(boolean) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setFutureFetch(boolean) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- setGarbageCollectionOnShutdown(boolean) - Method in class com.avaje.ebean.config.AutofetchConfig
-
Set to true if you want GC to trigger on shutdown.
- setGarbageCollectionWait(int) - Method in class com.avaje.ebean.config.AutofetchConfig
-
Set the time in millis to wait after a System.gc() to collect profiling
information.
- setGeneratedKey(Object) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Set the generated key back to the bean.
- setGeneratedKey(Object) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestCallableSql
-
Only called for insert with generated keys.
- setGeneratedKey(Object) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestOrmUpdate
-
Not called for this type of request.
- setGeneratedKey(Object) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestUpdateSql
-
Not called for this type of request.
- setGeneratedKey(Object) - Method in interface com.avaje.ebeaninternal.server.persist.BatchPostExecute
-
For inserts with generated keys.
- setGeneratedProperty(GeneratedProperty) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set the GeneratedValue.
- setGeneratedSql(String) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Set the generated sql for debug purposes.
- setGeneratedSql(String) - Method in interface com.avaje.ebeaninternal.api.SpiUpdate
-
Set the generated sql used.
- setGeneratedSql(String) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setGeneratedSql(String) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
- setGetGeneratedKeys(Boolean) - Method in class com.avaje.ebeaninternal.server.persist.BatchControl
-
Set whether or not to use getGeneratedKeys for this batch execution.
- setGetter(BeanReflectGetter) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set the getter used to read the property value from a bean.
- setHasHeader(boolean, boolean) - Method in interface com.avaje.ebean.text.csv.CsvReader
-
Set to true if there is a header row that should be ignored.
- setHasHeader(boolean, boolean) - Method in class com.avaje.ebeaninternal.server.text.csv.TCsvReader
-
- setHasMore(boolean) - Method in class com.avaje.ebeaninternal.api.BeanIdList
-
Set to true when max rows is hit and there are more rows to fetch.
- setHasMoreRows(boolean) - Method in interface com.avaje.ebean.bean.BeanCollection
-
Set to true when maxRows is hit but there are actually more rows available.
- setHasMoreRows(boolean) - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
Set to true when maxRows is hit but there are actually more rows available.
- setHaving(String) - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlMeta
-
- setHeartbeatFreqSecs(int) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set the expected heartbeat frequency in seconds.
- setHeartbeatSql(String) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set a SQL statement used to test the database is accessible.
- setHeartbeatTimeoutSeconds(int) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set the heart beat timeout in seconds.
- setHitCount(int) - Method in class com.avaje.ebean.cache.ServerCacheStatistics
-
Set the hit count.
- setHoldability(int) - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- setHoldability(int) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- setId(Object) - Method in interface com.avaje.ebean.Query
-
Set the Id value to query.
- setId(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set to true if this is included in the unique id.
- setId(Object) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setIdentity(String) - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Set the identity clause.
- setIdentitySuffix(String) - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Set the identity clause that would appear after the primary key clause.
- setIdGenerator(IdGenerator) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Set the actual IdGenerator for this bean type.
- setIdGeneratorName(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Set the name of the IdGenerator that should be used with this type of bean.
- setIdList(List<Object>) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Set the list of Id's that is being populated.
- setIdList(List<Object>) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setIdProperties(List<DeployBeanProperty>) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanTable
-
Set the Id properties.
- setIdType(IdType) - Method in class com.avaje.ebean.config.dbplatform.DbIdentity
-
Set the default ID generation type that should be used.
- setIdType(IdType) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Set the identity generation type.
- setIdValue(Object) - Method in class com.avaje.ebeaninternal.server.persist.dml.DmlHandler
-
Set the Id value that was bound.
- setIdValue(Object) - Method in interface com.avaje.ebeaninternal.server.persist.dmlbind.BindableRequest
-
Set the id for use with summary level logging.
- setIgnoreHeader() - Method in interface com.avaje.ebean.text.csv.CsvReader
-
Same as setHasHeader(true, false);
- setIgnoreHeader() - Method in class com.avaje.ebeaninternal.server.text.csv.TCsvReader
-
- setImportedPrimaryKey(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocOne
-
Set to true if the bean maps to the primary key.
- setImportedPrimaryKey(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoin
-
Flag set when the imported key maps to the primary key.
- setIncludedProperties(Set<String>) - Method in class com.avaje.ebeaninternal.server.query.SqlTreeProperties
-
- setIncludeId(boolean) - Method in class com.avaje.ebeaninternal.server.query.SqlTreeProperties
-
- setIncludes(Set<String>) - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
Set the association includes (Ones and Many's).
- setIncludeTableJoin(TableJoin) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
- setIncludeTableJoin(TableJoin) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setInheritanceWhereSql(String) - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
Set where clause(s) for inheritance.
- setInheritInfo(InheritInfo) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Set the ORM inheritance mapping information.
- setInheritInfo(InheritInfo) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoin
-
- setInlinePrimaryKeyConstraint(boolean) - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Set whether to inline primary key constraints.
- setInNullType(int) - Method in class com.avaje.ebeaninternal.api.BindParams.Param
-
Specify that the In parameter is NULL and the specific type that it
is.
- setInsertSetMode() - Method in class com.avaje.ebeaninternal.server.persist.dml.GenerateDmlRequest
-
- setInsertTimestamp(DeployBeanProperty) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory
-
- setInsertTimestamp(DeployBeanProperty) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.InsertTimestampFactory
-
- setInt(int, int) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setInt(int, int) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setInt(int) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setIntercept(Object, Object) - Method in interface com.avaje.ebeaninternal.server.reflect.BeanReflectSetter
-
Set the property value of a bean with interception checks.
- setIntercepting(boolean) - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Turn interception off or on.
- setIntersectionJoin(DeployTableJoin) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocMany
-
ManyToMany only, join from local table to intersection table.
- setInvalidateAll(boolean) - Method in class com.avaje.ebeaninternal.api.TransactionEvent
-
Set this to true to invalidate all table dependent cached objects.
- setInValue(Object) - Method in class com.avaje.ebeaninternal.api.BindParams.Param
-
Set the In value.
- setInverseJoin(DeployTableJoin) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocMany
-
ManyToMany only, join from foreign table to intersection table.
- setIsolation(TxIsolation) - Method in class com.avaje.ebean.TxScope
-
Set the transaction isolation level this transaction should run with.
- setIsolationLevel(int) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set the transaction isolation level.
- setJars(List<String>) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the names of Jars to search for entities via class path search.
- setJoinValuesToChild(Object, Object, Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
Set the join properties from the parent bean to the child bean.
- setLabel(String) - Method in interface com.avaje.ebean.CallableSql
-
Set the label that is put in the transaction log.
- setLabel(String) - Method in interface com.avaje.ebean.SqlUpdate
-
Set a descriptive text that can be put into the transaction log.
- setLabel(String) - Method in class com.avaje.ebeaninternal.server.core.DefaultCallableSql
-
- setLabel(String) - Method in class com.avaje.ebeaninternal.server.core.DefaultSqlUpdate
-
- setLabel(String) - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
- setLastStatement(String) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Called by ExtendedStatement to trace the sql being executed.
- setLazyFetchBatch(int) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
Set the lazy loading batch size.
- setLazyFetchIncludes(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Set includes to use for lazy loading by getReference().
- setLazyLoadBatchSize(int) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the default batch size for lazy loading.
- setLazyLoadFailure() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Mark this bean as having failed lazy loading due to the underlying row
being deleted.
- setLazyLoadForParents(List<Object>, BeanPropertyAssocMany<?>) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
This becomes a lazy loading query for a many relationship.
- setLazyLoadForParents(List<Object>, BeanPropertyAssocMany<?>) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setLazyLoadManyPath(String) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Set the path of the many when +query/+lazy loading query is executed.
- setLazyLoadManyPath(String) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setLazyLoadProperty(String) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Set the property that invoked the lazy load and MUST be included in the
lazy loading query.
- setLazyLoadProperty(String) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setLeakTimeMinutes(int) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set the time in minutes after which a connection could be considered to
have leaked.
- setLeakTimeMinutes(long) - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
For detecting and closing leaked connections.
- setLevel(int) - Method in class com.avaje.ebeaninternal.server.lib.util.Dnode
-
Set the level or depth of this node from the root.
- setListener(SqlQueryListener) - Method in interface com.avaje.ebean.SqlQuery
-
Set a listener to process the query on a row by row basis.
- setListener(SqlQueryListener) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
Set a listener.
- setLoadBeanCache(boolean) - Method in interface com.avaje.ebean.Query
-
When set to true all the beans from this query are loaded into the bean
cache.
- setLoadBeanCache(boolean) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setLoadDescription(String, String) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Set the load mode (+lazy or +query) and the load description.
- setLoadDescription(String, String) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setLoaded() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Set the loaded state to true.
- setLoaded(Set<String>) - Method in interface com.avaje.ebean.BeanState
-
Advanced - Used to programmatically build a partially or fully loaded
entity bean.
- setLoaded(Set<String>) - Method in class com.avaje.ebeaninternal.server.core.DefaultBeanState
-
- setLoaded(String) - Method in class com.avaje.ebeaninternal.server.text.json.ReadJsonContext.ReadBeanState
-
Add a loaded/set property to the set of loadedProps.
- setLoadedBean(Object, Object, Object) - Method in interface com.avaje.ebeaninternal.server.deploy.DbReadContext
-
Set back the bean that has just been loaded with its id.
- setLoadedBean(Object, Object, Object) - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
- setLoadedLazy() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
When finished loading for lazy or refresh on an already partially populated
bean.
- setLoadedManyBean(Object) - Method in interface com.avaje.ebeaninternal.server.deploy.DbReadContext
-
Set back the 'detail' bean that has just been loaded.
- setLoadedManyBean(Object) - Method in class com.avaje.ebeaninternal.server.query.CQuery
-
- setLoadedProps(Set<String>) - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Set the property names for a partially loaded bean.
- setLoadedProps(Set<String>) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Set loaded properties when generated values has added properties such as
created and updated timestamps.
- setLoadedProps(EntityBeanIntercept, Set<String>) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
Set the loaded properties with additional check to see if the bean is a
reference.
- setLoadedState() - Method in class com.avaje.ebeaninternal.server.text.json.ReadJsonContext.ReadBeanState
-
- setLoader(int, BeanCollectionLoader) - Method in interface com.avaje.ebean.bean.BeanCollection
-
Set the loader that will be used to lazy/query load this collection.
- setLoader(int, BeanCollectionLoader) - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
- setLoader(BeanCollectionLoader) - Method in interface com.avaje.ebeaninternal.server.deploy.BeanCollectionHelp
-
Set the EbeanServer that owns the configuration.
- setLoader(BeanCollectionLoader) - Method in class com.avaje.ebeaninternal.server.deploy.BeanListHelp
-
- setLoader(BeanCollectionLoader) - Method in class com.avaje.ebeaninternal.server.deploy.BeanMapHelp
-
- setLoader(BeanCollectionLoader) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
Set the lazy load server to help create reference collections (that lazy
load on demand).
- setLoader(BeanCollectionLoader) - Method in class com.avaje.ebeaninternal.server.deploy.BeanSetHelp
-
- setLoadProperty(String) - Method in class com.avaje.ebean.bean.NodeUsageCollector
-
The property that invoked a lazy load.
- setLobType(DeployBeanProperty) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployUtil
-
This property is marked as a Lob object.
- setLocalDbColumn(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoinColumn
-
Set the local database column name.
- setLocalEncrypted(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set to true when the property is encrypted in java rather than in the DB.
- setLogDirectory(String) - Method in class com.avaje.ebean.config.AutofetchConfig
-
Set the directory to put the autofetch log in.
- setLoggingOn(boolean) - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
Set whether transaction logging is on for this transaction.
- setLogInfoFrequency(int) - Method in interface com.avaje.ebean.text.csv.CsvReader
-
Set the frequency with which a INFO message will be logged showing the
progress of the processing.
- setLogInfoFrequency(int) - Method in class com.avaje.ebeaninternal.server.text.csv.TCsvReader
-
- setLoginTimeout(int) - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Not implemented and shouldn't be used.
- setLogWriter(PrintWriter) - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Not implemented.
- setLong(int, long) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setLong(int, long) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setLong(long) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setLongRunning(boolean) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Set this to true if the connection is a long running connection and should skip the
'suspected connection pool leak' checking.
- setMailListener(MailListener) - Method in class com.avaje.ebeaninternal.server.lib.util.MailSender
-
Set the listener to handle MessageEvents.
- setManagerSleepMillis(long) - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastClusterManager
-
Effectively set the frequency by which this manager will send out ACKs.
- setManyProperty(BeanPropertyAssocMany<?>, String, ElPropertyValue) - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
Set the manyProperty used for this query.
- setManyToMany(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocMany
-
Set to true if this is a many to many.
- setMapKey(String) - Method in interface com.avaje.ebean.ExpressionList
-
Set the name of the property which values become the key of a map.
- setMapKey(String) - Method in interface com.avaje.ebean.Query
-
Set the property to use as keys for a map.
- setMapKey(String) - Method in interface com.avaje.ebean.SqlQuery
-
Set the column to use to determine the keys for a Map.
- setMapKey(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocMany
-
Set the default mapKey to use when returning a Map.
- setMapKey(String) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setMapKey(String) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- setMapKey(String) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- setMapKey(String) - Method in class com.avaje.ebeaninternal.util.FilterExpressionList
-
- setMappedBy(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssoc
-
Set mappedBy deployment attribute.
- setMaxAgeMinutes(int) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set the maximum age a connection can be in minutes.
- setMaxConnections(int) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set the maximum number of connections the pool can reach.
- setMaxConstraintNameLength(int) - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Set the maximum length that constraint names can be for this database.
- setMaxFieldSize(int) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setMaxFieldSize(int) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- setMaxIdleSecs(int) - Method in class com.avaje.ebean.cache.ServerCacheOptions
-
Set the maximum idle time.
- setMaxIdleSecs(int) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache
-
Set the max idle time.
- setMaxIdleTime(long) - Method in class com.avaje.ebeaninternal.server.lib.thread.ThreadPool
-
Set the maxiumium amount of time in millis that Threads can be idle before
they are trimed.
- setMaxInactiveTimeSecs(int) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set the time in seconds a connection can be idle after which it can be
trimmed from the pool.
- setMaxRows(int) - Method in interface com.avaje.ebean.ExpressionList
-
Set the maximum number of rows to fetch.
- setMaxRows(int) - Method in interface com.avaje.ebean.Query
-
Set the maximum number of rows to return in the query.
- setMaxRows(int) - Method in interface com.avaje.ebean.SqlQuery
-
Set the maximum number of query results to return.
- setMaxRows(int) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setMaxRows(int) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- setMaxRows(int) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setMaxRows(int) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- setMaxRows(int) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- setMaxRows(int) - Method in class com.avaje.ebeaninternal.util.FilterExpressionList
-
- setMaxSecsToLive(int) - Method in class com.avaje.ebean.cache.ServerCacheOptions
-
Set the maximum time to live.
- setMaxSecsToLive(int) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache
-
Set the maximum time to live.
- setMaxSize(int) - Method in class com.avaje.ebean.cache.ServerCacheOptions
-
Set the maximum cache size.
- setMaxSize(int) - Method in class com.avaje.ebean.cache.ServerCacheStatistics
-
Set the maximum size of the cache.
- setMaxSize(int) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache
-
Set the max cache size.
- setMaxSize(int) - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Set a new maximum size.
- setMaxSize(int) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionQueue
-
- setMaxSize(int) - Method in class com.avaje.ebeaninternal.server.lib.thread.ThreadPool
-
Set the maximum size the pool should grow to.
- setMaxStackTraceLines(int) - Method in class com.avaje.ebeaninternal.server.lib.util.ThrowablePrinter
-
Set the maximum number of lines in any one part of
the stack trace.
- setMaxStackTraceSize(int) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set the max size for reporting stack traces on busy connections.
- setMemberOnline(String, boolean) - Method in class com.avaje.ebeaninternal.server.cluster.socket.SocketClusterBroadcast
-
- setMinConnections(int) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set the minimum number of connections the pool should maintain.
- setMinSize(int) - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Set the min size this pool should maintain.
- setMinSize(int) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionQueue
-
- setMinSize(int) - Method in class com.avaje.ebeaninternal.server.lib.thread.ThreadPool
-
Set the minimum size the pool should try to maintain.
- setMissCount(int) - Method in class com.avaje.ebean.cache.ServerCacheStatistics
-
Set the miss count.
- setMode(AutofetchMode) - Method in class com.avaje.ebean.config.AutofetchConfig
-
Set the mode used when autofetch has not been explicit defined on a query.
- setMode(SpiQuery.Mode) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Set the query mode.
- setMode(AutofetchMode) - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Set the auto fetch mode used when a query has not had
Query#setAutoFetch(boolean)
.
- setMode(AutofetchMode) - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
- setMode(String) - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- setMode(String) - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
Set the auto fetch mode used when a query has not had Query#setAutoFetch(boolean)
.
- setMode(SpiQuery.Mode) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setModified() - Method in class com.avaje.ebean.bean.NodeUsageCollector
-
The bean has been modified by a setter method.
- setModifyListening(BeanCollection.ModifyListenMode) - Method in interface com.avaje.ebean.bean.BeanCollection
-
Set modify listening on or off.
- setModifyListening(BeanCollection.ModifyListenMode) - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
set modifyListening to be on or off.
- setModifyListenMode(BeanCollection.ModifyListenMode) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocMany
-
Set the mode for listening to changes to the List Set or Map.
- setName(String) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the name of the EbeanServer.
- setName(String) - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlMeta
-
- setName(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Set the bean shortName.
- setName(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set the name of the property.
- setNamingConvention(NamingConvention) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the NamingConvention.
- setNaturalKey(String) - Method in class com.avaje.ebeaninternal.server.core.CacheOptions
-
Set the natural key property.
- setNaturalKey(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- setNCharacterStream(int, Reader, long) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setNCharacterStream(int, Reader) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setNClob(int, NClob) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setNClob(int, Reader, long) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setNClob(int, Reader) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setNetworkTimeout(Executor, int) - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- setNewLine(String) - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Set the new line character.
- setNewLineChar(String) - Method in class com.avaje.ebeaninternal.server.lib.util.ThrowablePrinter
-
Set the new line character used to replace \r\n with.
- setNodeClass(Class<?>) - Method in class com.avaje.ebeaninternal.server.lib.util.DnodeParser
-
Set the type class of node to be created.
- setNodeContent(String) - Method in class com.avaje.ebeaninternal.server.lib.util.Dnode
-
Set the node content.
- setNodeName(String) - Method in class com.avaje.ebeaninternal.server.lib.util.Dnode
-
Set the node name.
- setNodeUsageCollector(NodeUsageCollector) - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Turn on profile collection.
- setNonScalarProperties(List<CtCompoundProperty>) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompoundRoot
-
- setNoRollbackFor(Class<? extends Throwable>) - Method in class com.avaje.ebean.TxScope
-
Add a Throwable to a list that will NOT cause a rollback.
- setNoRollbackFor(Class<?>[]) - Method in class com.avaje.ebean.TxScope
-
Set multiple throwable's that will NOT cause a rollback.
- setNotifyCache(boolean) - Method in interface com.avaje.ebean.Update
-
Set this to false if you do not want the cache to invalidate related
objects.
- setNotifyCache(boolean) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
Set this to false if you don't want eBean to automatically deduce the
table modification information and process it.
- setNString(int, String) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setNull(int, int) - Method in interface com.avaje.ebean.SqlUpdate
-
Set a null parameter via its index position.
- setNull(String, int) - Method in interface com.avaje.ebean.SqlUpdate
-
Set a named parameter that has a null value.
- setNull(int, int) - Method in interface com.avaje.ebean.Update
-
Set an ordered parameter that is null.
- setNull(String, int) - Method in interface com.avaje.ebean.Update
-
Set a named parameter that is null.
- setNull(int, int) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setNull(int, int, String) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setNull(int, int) - Method in class com.avaje.ebeaninternal.server.core.DefaultSqlUpdate
-
- setNull(String, int) - Method in class com.avaje.ebeaninternal.server.core.DefaultSqlUpdate
-
- setNull(int, int) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setNull(int, int, String) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setNull(int, int) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
- setNull(String, int) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
- setNull(int) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setNullable(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set the not nullable of this property.
- setNullParameter(int, int) - Method in interface com.avaje.ebean.SqlUpdate
-
Set a null valued parameter using its index position.
- setNullParameter(String, int) - Method in interface com.avaje.ebean.SqlUpdate
-
Set a named parameter that has a null value.
- setNullParameter(int, int) - Method in interface com.avaje.ebean.Update
-
Set an ordered parameter that is null (same as bind).
- setNullParameter(String, int) - Method in interface com.avaje.ebean.Update
-
Bind a named parameter that is null (same as bind).
- setNullParameter(int, int) - Method in class com.avaje.ebeaninternal.api.BindParams
-
Set a null parameter using position.
- setNullParameter(String, int) - Method in class com.avaje.ebeaninternal.api.BindParams
-
Set a named In parameter that is null.
- setNullParameter(int, int) - Method in class com.avaje.ebeaninternal.server.core.DefaultSqlUpdate
-
- setNullParameter(String, int) - Method in class com.avaje.ebeaninternal.server.core.DefaultSqlUpdate
-
- setNullParameter(int, int) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
- setNullParameter(String, int) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
- setObject(int, Object, int) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setObject(int, Object) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setObject(int, Object, int, int) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setObject(int, Object) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setObject(int, Object, int) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setObject(int, Object, int, int) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setObject(Object) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setObject(Object, int) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setOffline(boolean) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set to true if the DataSource should be left offline.
- setOneToOne(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocOne
-
Set to true if this is a OneToOne.
- setOneToOneExported(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocOne
-
Set to true if this is the exported side of a OneToOne.
- setOptions(ServerCacheOptions) - Method in interface com.avaje.ebean.cache.ServerCache
-
Update the configuration options for this cache.
- setOptions(ServerCacheOptions) - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache
-
- setOrder(OrderBy<T>) - Method in interface com.avaje.ebean.Query
-
Set an OrderBy object to replace any existing OrderBy clause.
- setOrder(OrderBy<T>) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setOrderBy(String) - Method in interface com.avaje.ebean.ExpressionList
-
Add an orderBy clause to the query.
- setOrderBy(OrderBy<T>) - Method in interface com.avaje.ebean.Query
-
Set an OrderBy object to replace any existing OrderBy clause.
- setOrderBy(String) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setOrderBy(OrderBy<T>) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setOrderBy(String) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- setOrigin(CallStack) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Return the origin point for the query.
- setOrigin(CallStack) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setOrmQueryDetail(OrmQueryDetail) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setOuterJoin(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssoc
-
Specify that this bean should use an outer join.
- setOutType(int) - Method in class com.avaje.ebeaninternal.api.BindParams.Param
-
Set the Out parameter type.
- setOutValue(Object) - Method in class com.avaje.ebeaninternal.api.BindParams.Param
-
Set the OUT value returned by a CallableStatement after it has
executed.
- setOwner(SpiEbeanServer, ServerConfig) - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Set the owning ebean server.
- setOwner(SpiEbeanServer, ServerConfig) - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
Set up this profile listener before it is active.
- setOwningType(Class<?>) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set to the owning type form a Inheritance heirarchy.
- setPackages(List<String>) - Method in class com.avaje.ebean.config.ServerConfig
-
Set packages to search for entities via class path search.
- setParameter(int, Object) - Method in interface com.avaje.ebean.CallableSql
-
Bind a positioned parameter (same as bind method).
- setParameter(String, Object) - Method in interface com.avaje.ebean.Query
-
Set a named bind parameter.
- setParameter(int, Object) - Method in interface com.avaje.ebean.Query
-
Set an ordered bind parameter according to its position.
- setParameter(String, Object) - Method in interface com.avaje.ebean.SqlQuery
-
The same as bind for named parameters.
- setParameter(int, Object) - Method in interface com.avaje.ebean.SqlQuery
-
The same as bind for positioned parameters.
- setParameter(int, Object) - Method in interface com.avaje.ebean.SqlUpdate
-
Set a parameter via its index position.
- setParameter(String, Object) - Method in interface com.avaje.ebean.SqlUpdate
-
Set a named parameter value.
- setParameter(int, Object) - Method in interface com.avaje.ebean.Update
-
Set and ordered bind parameter (same as bind).
- setParameter(String, Object) - Method in interface com.avaje.ebean.Update
-
Bind a named parameter (same as bind).
- setParameter(int, Object, int) - Method in class com.avaje.ebeaninternal.api.BindParams
-
Set an In Out parameter using position.
- setParameter(int, Object) - Method in class com.avaje.ebeaninternal.api.BindParams
-
Using position set the In value of a parameter.
- setParameter(String, Object, int) - Method in class com.avaje.ebeaninternal.api.BindParams
-
Set a named In Out parameter.
- setParameter(String, Object) - Method in class com.avaje.ebeaninternal.api.BindParams
-
Set a named In parameter that is not null.
- setParameter(int, Object) - Method in class com.avaje.ebeaninternal.server.core.DefaultCallableSql
-
- setParameter(int, Object) - Method in class com.avaje.ebeaninternal.server.core.DefaultSqlUpdate
-
- setParameter(String, Object) - Method in class com.avaje.ebeaninternal.server.core.DefaultSqlUpdate
-
- setParameter(int, Object) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
Set an ordered bind parameter according to its position.
- setParameter(String, Object) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
Set a named bind parameter.
- setParameter(int, Object) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
- setParameter(String, Object) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
- setParameter(int, Object) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- setParameter(String, Object) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- setParent(Class<?>) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployInheritInfo
-
Set the type of the root object.
- setParentBean(Object) - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Special case for a OneToOne, Set the parent bean (by relationship).
- setParentNode(ObjectGraphNode) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Set the profile point of the bean or collection that is lazy loading.
- setParentNode(ObjectGraphNode) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setPassword(String) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set the database password.
- setPathProperties(String, Set<String>) - Method in class com.avaje.ebean.text.json.JsonWriteOptions
-
Set the properties to include in the JSON output for the given path.
- setPathProperties(String, String) - Method in class com.avaje.ebean.text.json.JsonWriteOptions
-
Set the properties to include in the JSON output for the given path.
- setPathProperties(PathProperties) - Method in class com.avaje.ebean.text.json.JsonWriteOptions
-
Set the Map of properties to include by path.
- setPathVisitor(String, JsonWriteBeanVisitor<?>) - Method in class com.avaje.ebean.text.json.JsonWriteOptions
-
Register a JsonWriteBeanVisitor for the given path.
- setPersistBatching(boolean) - Method in class com.avaje.ebean.config.ServerConfig
-
Set to true if you what to use JDBC batching for persisting and deleting
beans.
- setPersistBatchSize(int) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the batch size used for JDBC batching.
- setPersistBatchSize(int) - Method in interface com.avaje.ebean.text.csv.CsvReader
-
Set the batch size for using JDBC statement batching.
- setPersistBatchSize(int) - Method in class com.avaje.ebeaninternal.server.text.csv.TCsvReader
-
- setPersistCascade(boolean) - Method in interface com.avaje.ebean.Transaction
-
Explicitly turn off or on the cascading nature of save() and delete().
- setPersistCascade(boolean) - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
- setPersistControllers(List<BeanPersistController>) - Method in class com.avaje.ebean.config.ServerConfig
-
Register all the BeanPersistController instances.
- setPersistenceContext(PersistenceContext) - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Set the persistenceContext.
- setPersistenceContext(PersistenceContext) - Method in interface com.avaje.ebeaninternal.api.LoadContext
-
Set the persistence context used by this query and future lazy loading.
- setPersistenceContext(PersistenceContext) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Set an explicit TransactionContext (typically for a refresh query).
- setPersistenceContext(PersistenceContext) - Method in interface com.avaje.ebeaninternal.api.SpiTransaction
-
Set the persistence context to this transaction.
- setPersistenceContext(PersistenceContext) - Method in class com.avaje.ebeaninternal.server.loadcontext.DLoadContext
-
- setPersistenceContext(PersistenceContext) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
Set an explicit TransactionContext (typically for a refresh query).
- setPersistenceContext(PersistenceContext) - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
Set the persistence context to this transaction.
- setPersistListeners(List<BeanPersistListener<?>>) - Method in class com.avaje.ebean.config.ServerConfig
-
Register all the BeanPersistListener instances.
- setPkPrefix(String) - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Set the prefix used in naming primary keys.
- setPoolable(boolean) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setPoolListener(String) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set a pool listener.
- setPredicates(SpiQuery<?>, Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
- setPreparedSql(String) - Method in class com.avaje.ebeaninternal.api.BindParams
-
Set the sql with named parameters replaced with place holder ?.
- setPreparedStatement(PreparedStatement) - Method in interface com.avaje.ebeaninternal.api.SpiSqlQuery
-
Set the PreparedStatement for the purposes of supporting cancel.
- setPreparedStatement(PreparedStatement) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- setProfileCount(int) - Method in class com.avaje.ebeaninternal.server.autofetch.TunedQueryInfo
-
Set the number of times profiling has been collected for this query
point.
- setProfileUpdateFrequency(int) - Method in class com.avaje.ebean.config.AutofetchConfig
-
Set the frequency in seconds to update the autofetch tuned queries from the
profiled information.
- setProfiling(boolean) - Method in interface com.avaje.ebean.AdminAutofetch
-
Set to true to enable profiling.
- setProfiling(boolean) - Method in class com.avaje.ebean.config.AutofetchConfig
-
Set to true if profiling information should be collected.
- setProfiling(boolean) - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Set to true to enable profiling.
- setProfiling(boolean) - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
When the application is running, BEFORE turning off profiling you
probably should call collectUsageViaGC() as there is a delay (waiting for
garbage collection) collecting usage profiling information.
- setProfiling(boolean) - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- setProfiling(boolean) - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
Set to true to enable profiling.
- setProfilingBase(int) - Method in interface com.avaje.ebean.AdminAutofetch
-
Set a base number of queries to profile per query point.
- setProfilingBase(int) - Method in class com.avaje.ebean.config.AutofetchConfig
-
Set the based number of queries to profile.
- setProfilingBase(int) - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Set a max number of queries to profile per query point.
- setProfilingBase(int) - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
- setProfilingBase(int) - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- setProfilingBase(int) - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
Set a max number of queries to profile per query point.
- setProfilingMin(int) - Method in interface com.avaje.ebean.AdminAutofetch
-
Set the minimum number of queries profiled per query point before autoFetch
will automatically tune the queries.
- setProfilingMin(int) - Method in class com.avaje.ebean.config.AutofetchConfig
-
Set the minimum number of queries to profile before autofetch will start
tuning the queries.
- setProfilingMin(int) - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Set the minimum number of queries profiled per query point before
autoFetch will automatically tune the queries.
- setProfilingMin(int) - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
- setProfilingMin(int) - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- setProfilingMin(int) - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
Set the minimum number of queries profiled per query point before
autoFetch will automatically tune the queries.
- setProfilingRate(double) - Method in interface com.avaje.ebean.AdminAutofetch
-
Set the rate at which profiling is collected after the base.
- setProfilingRate(double) - Method in class com.avaje.ebean.config.AutofetchConfig
-
Set the rate (%) of queries to be profiled after the 'base' amount of
profiling.
- setProfilingRate(double) - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Set the profiling rate (int between 0 and 100).
- setProfilingRate(double) - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
- setProfilingRate(double) - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- setProfilingRate(double) - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
Set the rate at which profiling is collected after the base.
- setProperties(String) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setProperties(String) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
Set the comma delimited properties to fetch for this path.
- setProperty(String) - Method in class com.avaje.ebean.OrderBy.Property
-
Set the property name.
- setProperty(String) - Method in class com.avaje.ebeaninternal.server.text.json.ReadJsonContext
-
- setPstmtCacheSize(int) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set the size of the PreparedStatement cache (per connection).
- setPstmtCacheSize(int) - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Set the preparedStatement cache size.
- setPstmtDelegate(PstmtDelegate) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the PstmtDelegate which can be used to support JDBC driver specific
features.
- setQuery(Query<T>) - Method in class com.avaje.ebean.OrderBy
-
Associate this OrderBy with a query.
- setQuery(String) - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlMeta
-
- setQuery(String) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setQuery(String) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- setQueryAdapters(List<BeanQueryAdapter>) - Method in class com.avaje.ebean.config.ServerConfig
-
Register all the BeanQueryAdapter instances.
- setQueryBatchSize(int) - Method in class com.avaje.ebean.config.ServerConfig
-
Sets the query batch size.
- setQueryFetch(int, boolean) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
- setQueryFetchAll(boolean) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
- setQueryFetchBatch(int) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
Used to convert this join to a query join.
- setQueryTimeout(int) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setQueryTimeout(int) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedStatement
-
Standard Statement method call.
- setQueryTuning(boolean) - Method in interface com.avaje.ebean.AdminAutofetch
-
Set to true to enable autoFetch automatic query tuning.
- setQueryTuning(boolean) - Method in class com.avaje.ebean.config.AutofetchConfig
-
Set to true if the queries should be tuned by autofetch.
- setQueryTuning(boolean) - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
Set to true to enable automatic query tuning.
- setQueryTuning(boolean) - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
- setQueryTuning(boolean) - Method in class com.avaje.ebeaninternal.server.jmx.MAdminAutofetch
-
- setQueryTuning(boolean) - Method in interface com.avaje.ebeaninternal.server.jmx.MAdminAutofetchMBean
-
Set to true to enable autoFetch.
- setQueryTuningAddVersion(boolean) - Method in class com.avaje.ebean.config.AutofetchConfig
-
Set to true to force the version property to be always added by the query
tuning.
- setRawSql(RawSql) - Method in interface com.avaje.ebean.Query
-
Set RawSql to use for this query.
- setRawSql(RawSql) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setRawWhereClause(String) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setReadMethod(Method) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set the bean read method.
- setReadOnly(boolean) - Method in interface com.avaje.ebean.bean.BeanCollection
-
Set to true if you want the BeanCollection to be treated as read only.
- setReadOnly(boolean) - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Set the readOnly status.
- setReadOnly(boolean) - Method in interface com.avaje.ebean.BeanState
-
Set the readOnly status for the bean.
- setReadOnly(boolean) - Method in class com.avaje.ebean.common.AbstractBeanCollection
-
- setReadOnly(boolean) - Method in interface com.avaje.ebean.Query
-
When set to true when you want the returned beans to be read only.
- setReadOnly(boolean) - Method in interface com.avaje.ebean.Transaction
-
Set whether this transaction should be readOnly.
- setReadOnly(boolean) - Method in class com.avaje.ebean.TxScope
-
Set if the transaction should be treated as read only.
- setReadOnly(boolean) - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- setReadOnly(boolean) - Method in class com.avaje.ebeaninternal.server.core.CacheOptions
-
Set read Only default setting.
- setReadOnly(boolean) - Method in class com.avaje.ebeaninternal.server.core.DefaultBeanState
-
- setReadOnly(boolean) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Also note the read only status needs to be reset when put back into the
pool.
- setReadOnly(boolean) - Method in class com.avaje.ebeaninternal.server.query.SqlTreeProperties
-
- setReadOnly(boolean) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setReadOnly(boolean) - Method in class com.avaje.ebeaninternal.server.transaction.JdbcTransaction
-
- setReasonNotImmutable(String) - Method in class com.avaje.ebeaninternal.server.type.reflect.CheckImmutableResponse
-
- setRef(int, Ref) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setRef(int, Ref) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setReference() - Method in class com.avaje.ebean.bean.EntityBeanIntercept
-
Set this as a reference object.
- setReference() - Method in interface com.avaje.ebean.BeanState
-
Advanced - Used to programmatically build a reference object.
- setReference() - Method in class com.avaje.ebeaninternal.server.core.DefaultBeanState
-
- setRegister(boolean) - Method in class com.avaje.ebean.config.ServerConfig
-
Set to false if you do not want this server to be registered with the Ebean
singleton when it is created.
- setRelationshipProperty(BeanPropertyAssocMany<?>) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocOne
-
- setRenderIndexForFkey(boolean) - Method in class com.avaje.ebean.config.dbplatform.DbDdlSyntax
-
Set whether indexes should be created for the foreign keys.
- setResourceDirectory(String) - Method in class com.avaje.ebean.config.ServerConfig
-
Sets the resource directory.
- setRollbackFor(Class<? extends Throwable>) - Method in class com.avaje.ebean.TxScope
-
Set a Throwable that should explicitly cause a rollback.
- setRollbackFor(Class<?>[]) - Method in class com.avaje.ebean.TxScope
-
Set multiple throwable's that will cause a rollback.
- setRootNode(SqlTreeNode) - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
- setRootPathProperties(String) - Method in class com.avaje.ebean.text.json.JsonWriteOptions
-
Set the properties to include in the JSON output for the root level.
- setRootPathProperties(Set<String>) - Method in class com.avaje.ebean.text.json.JsonWriteOptions
-
Set the properties to include in the JSON output for the root level.
- setRootPathVisitor(JsonWriteBeanVisitor<?>) - Method in class com.avaje.ebean.text.json.JsonWriteOptions
-
Register a JsonWriteBeanVisitor for the root level.
- setRootValue(Object, Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompoundRoot
-
Set the value of the property without interception or
PropertyChangeSupport.
- setRootValueIntercept(Object, Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompoundRoot
-
Set the value of the property.
- setRowId(int, RowId) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setSave(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanCascadeInfo
-
Set to true if save should cascade.
- setSavepoint() - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- setSavepoint(String) - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- setSavepoint() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- setSavepoint(String) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- setScalarType(ScalarType<?>) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- setScalarType(DeployBeanProperty) - Method in class com.avaje.ebeaninternal.server.deploy.parse.DeployUtil
-
Find the ScalarType for this property.
- setSchema(String) - Method in class com.avaje.ebean.config.AbstractNamingConvention
-
Sets the schema.
- setSchema(String) - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- setSecondaryTable(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set to true if this property is included in persisting.
- setSecondaryTableJoin(DeployTableJoin, String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
- setSelectId() - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Set the query to select the id property only.
- setSelectId() - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
Set the select clause to select the Id property.
- setSelectLastInsertedId(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Set the SQL used to return the last inserted Id.
- setSelectLastInsertedIdTemplate(String) - Method in class com.avaje.ebean.config.dbplatform.DbIdentity
-
Set the template used to build the SQL query to return the LastInsertedId.
- setSelectSql(String) - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
Set the select sql clause.
- setSender(String, String) - Method in class com.avaje.ebeaninternal.server.lib.util.MailMessage
-
Set the sender details.
- setSequenceFormat(String) - Method in class com.avaje.ebean.config.AbstractNamingConvention
-
Set the sequence format used to generate the sequence name.
- setSequenceName(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
Set the DB sequence name.
- setServer(EbeanServer) - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetPagingQuery
-
- setServer(SpiEbeanServer) - Method in class com.avaje.ebeaninternal.server.transaction.RemoteTransactionEvent
-
- setServerCacheFactory(ServerCacheFactory) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the ServerCacheFactory to use.
- setServerCacheManager(ServerCacheManager) - Method in class com.avaje.ebean.config.ServerConfig
-
Set the ServerCacheManager to use.
- setServerName(String) - Method in class com.avaje.ebean.TxScope
-
Set the serverName (DataSource name) for which this transaction will be.
- setServletContext(ServletContext) - Static method in class com.avaje.ebean.config.GlobalProperties
-
In a servlet container environment this will additionally look in WEB-INF
for the ebean.properties file.
- setSetter(BeanReflectSetter) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set the setter used to set the property value to a bean.
- setShort(int, short) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setShort(int, short) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setShort(short) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setSize(int) - Method in class com.avaje.ebean.cache.ServerCacheStatistics
-
Set the size of the cache.
- setSkipPrimaryServer(boolean) - Static method in class com.avaje.ebean.config.GlobalProperties
-
Set whether to skip automatically creating the primary server.
- setSlotId(int) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Set the slot position in the busy buffer.
- setSortOrder(int) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set the sortOrder for the properties.
- setSql(String) - Method in interface com.avaje.ebean.CallableSql
-
Set the callable sql.
- setSql(String) - Method in class com.avaje.ebeaninternal.server.core.DefaultCallableSql
-
- setSqlFormula(String, String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
The property is based on a formula.
- setSQLXML(int, SQLXML) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setStackTrace(StackTraceElement[]) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Set the stack trace to help find connection pool leaks.
- setStartTime(long) - Method in class com.avaje.ebeaninternal.server.lib.thread.Work
-
Sets the time this work actually started.
- setStatelessUpdate(boolean, boolean, boolean) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Set to true if this is a stateless update.
- setString(int, String) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setString(int, String) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setString(String) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setSubject(String) - Method in class com.avaje.ebeaninternal.server.lib.util.MailMessage
-
Set the subject text.
- setSummary(String) - Method in class com.avaje.ebeaninternal.server.query.SqlTree
-
Set the summary description of the query.
- setSupportsGetGeneratedKeys(boolean) - Method in class com.avaje.ebean.config.dbplatform.DbIdentity
-
Set if GetGeneratedKeys is supported.
- setSupportsIdentity(boolean) - Method in class com.avaje.ebean.config.dbplatform.DbIdentity
-
Set to true if this DB platform supports identity (autoincrement).
- setSupportsSequence(boolean) - Method in class com.avaje.ebean.config.dbplatform.DbIdentity
-
Set to true if the database supports sequences.
- setTable(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoin
-
set the joined table name.
- setTableAlias(String) - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlMeta
-
- setTableJoins(TableJoin[]) - Method in class com.avaje.ebeaninternal.server.query.SqlTreeProperties
-
- setTargetType(Class<?>) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocMany
-
When generics is not used for manyType you can specify via annotations.
- setTextLocation(int) - Method in class com.avaje.ebeaninternal.api.BindParams.Param
-
Set the location in the sql text this parameter was located.
- setTime(int, Time) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setTime(int, Time, Calendar) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setTime(int, Time) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setTime(int, Time, Calendar) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setTime(Time) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setTimeout(int) - Method in interface com.avaje.ebean.CallableSql
-
Set the statement execution timeout.
- setTimeout(int) - Method in interface com.avaje.ebean.Query
-
Set a timeout on this query.
- setTimeout(int) - Method in interface com.avaje.ebean.SqlQuery
-
Set a timeout on this query.
- setTimeout(int) - Method in interface com.avaje.ebean.SqlUpdate
-
Set the timeout in seconds.
- setTimeout(int) - Method in interface com.avaje.ebean.Update
-
Set a timeout for statement execution.
- setTimeout(int) - Method in class com.avaje.ebeaninternal.server.core.DefaultCallableSql
-
- setTimeout(int) - Method in class com.avaje.ebeaninternal.server.core.DefaultSqlUpdate
-
- setTimeout(int) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setTimeout(int) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmUpdate
-
- setTimeout(int) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultRelationalQuery
-
- setTimestamp(int, Timestamp) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setTimestamp(int, Timestamp, Calendar) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setTimestamp(int, Timestamp) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setTimestamp(int, Timestamp, Calendar) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setTimestamp(Timestamp) - Method in class com.avaje.ebeaninternal.server.type.DataBind
-
- setTotalHits(int) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setTraceLevel(int) - Method in class com.avaje.ebeaninternal.server.lib.util.MailSender
-
Set the trace level.
- setTransactionEventListeners(List<TransactionEventListener>) - Method in class com.avaje.ebean.config.ServerConfig
-
Register all the TransactionEventListener instances.
- setTransactionIsolation(int) - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- setTransactionIsolation(int) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Also note the Isolation level needs to be reset when put back into the
pool.
- setTransactionManager(Object) - Method in interface com.avaje.ebean.config.ExternalTransactionManager
-
Set the transaction manager.
- setTransactionManager(Object) - Method in class com.avaje.ebeaninternal.server.transaction.JtaTransactionManager
-
Initialise this with the Ebean internal transaction manager.
- setTransient(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Mark the property explicitly as a transient property.
- setTrimPoolFreqSecs(int) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set the minimum trim gap between pool trim checks.
- setTrimWhitespace(boolean) - Method in class com.avaje.ebeaninternal.server.lib.util.DnodeParser
-
Set whether to trim whitespace from the content.
- setTunedDetail(OrmQueryDetail) - Method in class com.avaje.ebeaninternal.server.autofetch.TunedQueryInfo
-
Set the tuned query detail.
- setTunedProperties(OrmQueryProperties) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryProperties
-
Set the properties from a matching autofetch tuned properties.
- setType(TxType) - Method in class com.avaje.ebean.TxScope
-
Set the transaction type.
- setType(SpiQuery.Type) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Set the query type (List, Set etc).
- setType(PersistRequest.Type) - Method in class com.avaje.ebeaninternal.server.core.PersistRequest
-
Set the type of this request.
- setType(PersistRequest.Type) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestBean
-
Set the type of this request.
- setType(PersistRequestUpdateSql.SqlType, String, String) - Method in class com.avaje.ebeaninternal.server.core.PersistRequestUpdateSql
-
Specify the type of statement executed.
- setType(String) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployTableJoin
-
Set the type of join.
- setType(SpiQuery.Type) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setTypeMap(Map<String, Class<?>>) - Method in class com.avaje.ebeaninternal.jdbc.ConnectionDelegator
-
- setTypeMap(Map<String, Class<?>>) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- setTypes(CascadeType[]) - Method in class com.avaje.ebeaninternal.server.deploy.BeanCascadeInfo
-
- setUndirectionalShadow(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Mark this property as a placeholder for a unidirectional relationship.
- setUnicodeStream(int, InputStream, int) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setUnicodeStream(int, InputStream, int) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Deprecated.
- setUnidirectional(DeployBeanPropertyAssocOne<?>) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- setUnidirectional(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanPropertyAssocMany
-
Set to true if this is a unidirectional relationship.
- setUnique(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set to true if the DB column is unique.
- setup(SpiEbeanServer, DatabasePlatform, ServerConfig) - Method in interface com.avaje.ebeaninternal.api.SpiEbeanPlugin
-
initializes the plugin.
- setup(SpiEbeanServer, DatabasePlatform, ServerConfig) - Method in class com.avaje.ebeaninternal.server.ddl.DdlGenerator
-
- setUpdateChangesOnly(boolean) - Method in class com.avaje.ebean.config.ServerConfig
-
Set to true to only update changed properties.
- setUpdateChangesOnly(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- setUpdateGenValues() - Method in class com.avaje.ebeaninternal.server.persist.dml.DmlHandler
-
Set any update generated values to the bean.
- setUpdateSetMode() - Method in class com.avaje.ebeaninternal.server.persist.dml.GenerateDmlRequest
-
- setUpdateTimestamp(DeployBeanProperty) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory
-
- setUpdateTimestamp(DeployBeanProperty) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.UpdateTimestampFactory
-
- setUrl(String) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set the connection URL.
- setURL(int, URL) - Method in class com.avaje.ebeaninternal.jdbc.PreparedStatementDelegator
-
- setURL(int, URL) - Method in class com.avaje.ebeaninternal.server.lib.sql.ExtendedPreparedStatement
-
Standard PreparedStatement method execution.
- setUsageProfiling(boolean) - Method in interface com.avaje.ebeaninternal.api.SpiQuery
-
Set to false if this query should not be included in the autoFetch usage
profiling information.
- setUsageProfiling(boolean) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setUseCache(boolean) - Method in interface com.avaje.ebean.ExpressionList
-
Set to true to use the query for executing this query.
- setUseCache(boolean) - Method in interface com.avaje.ebean.Query
-
Set this to true to use the bean cache.
- setUseCache(boolean) - Method in class com.avaje.ebeaninternal.server.core.CacheOptions
-
Set whether to use the bean cache for the associated type.
- setUseCache(boolean) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setUseCache(boolean) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- setUseCache(boolean) - Method in class com.avaje.ebeaninternal.util.FilterExpressionList
-
- setUseForeignKeyPrefix(boolean) - Method in class com.avaje.ebean.config.AbstractNamingConvention
-
Set this to false when the primary key columns matching your foreign key
columns.
- setUseJtaTransactionManager(boolean) - Method in class com.avaje.ebean.config.ServerConfig
-
Set to true if we are running in a JTA Transaction manager.
- setUsePersistBatching(boolean) - Method in class com.avaje.ebean.config.ServerConfig
-
Deprecated.
- setUseQueryCache(boolean) - Method in interface com.avaje.ebean.Query
-
Set this to true to use the query cache.
- setUseQueryCache(boolean) - Method in class com.avaje.ebeaninternal.server.querydefn.DefaultOrmQuery
-
- setUsername(String) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set the database username.
- setValidate(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanCascadeInfo
-
Set validate to cascade or not.
- setValue(Object, Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Set the value of the property without interception or
PropertyChangeSupport.
- setValue(Object, Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
- setValue(Object, Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompound
-
- setValue(Object, Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompoundScalar
-
- setValue(Object, Object) - Method in class com.avaje.ebeaninternal.server.type.CtCompoundProperty
-
Set a scalar value that is used to build the immutable compound value
object.
- setValueAdapter(JsonValueAdapter) - Method in class com.avaje.ebean.text.json.JsonReadOptions
-
Set a JsonValueAdapter for custom DateTime and Date formatting.
- setValueAdapter(JsonValueAdapter) - Method in class com.avaje.ebean.text.json.JsonWriteOptions
-
Set a JsonValueAdapter for custom DateTime and Date formatting.
- setValueInCompound(Object, Object, boolean) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompoundScalar
-
- setValueIntercept(Object, Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanProperty
-
Set the value of the property.
- setValueIntercept(Object, Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyAssocMany
-
- setValueIntercept(Object, Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompound
-
- setValueIntercept(Object, Object) - Method in class com.avaje.ebeaninternal.server.deploy.BeanPropertyCompoundScalar
-
No interception on embedded scalar values inside a CVO.
- setVersion(DeployBeanProperty) - Method in class com.avaje.ebeaninternal.server.deploy.generatedproperty.GeneratedPropertyFactory
-
- setVersionColumn(boolean) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set if this is a version column used for concurrency checking.
- setWaitTimeoutMillis(int) - Method in class com.avaje.ebean.config.DataSourceConfig
-
Set the time in millis to wait for a connection before timing out once the
pool has reached its maximum size.
- setWarmingQuery(String) - Method in class com.avaje.ebeaninternal.server.core.CacheOptions
-
Set the cache warming query.
- setWarningSize(int) - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
Set a new maximum size.
- setWarningSize(int) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionQueue
-
- setWhere(String) - Method in class com.avaje.ebeaninternal.server.deploy.DRawSqlMeta
-
- setWhereIdMode() - Method in class com.avaje.ebeaninternal.server.persist.dml.GenerateDmlRequest
-
- setWhereMode() - Method in class com.avaje.ebeaninternal.server.persist.dml.GenerateDmlRequest
-
- setWriteMethod(Method) - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanProperty
-
Set the bean write method.
- SHARED - Static variable in interface com.avaje.ebeaninternal.server.query.SqlTreeNode
-
- shouldTrim(long, long) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
Return true if the connection has been idle for too long or is too old.
- shouldTrimOnReturn(long, long) - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnection
-
- shutdown() - Method in interface com.avaje.ebean.common.BootupEbeanManager
-
Shutdown any Ebean wide resources such as clustering.
- shutdown(boolean, boolean) - Method in interface com.avaje.ebean.EbeanServer
-
Shutdown the EbeanServer.
- shutdown() - Method in interface com.avaje.ebeaninternal.api.SpiBackgroundExecutor
-
Shutdown any associated thread pools.
- shutdown() - Method in interface com.avaje.ebeaninternal.server.autofetch.AutoFetchManager
-
On shutdown fire garbage collection and collect statistics.
- shutdown() - Method in class com.avaje.ebeaninternal.server.autofetch.DefaultAutoFetchManager
-
Shutdown the listener.
- shutdown() - Method in interface com.avaje.ebeaninternal.server.cluster.ClusterBroadcast
-
Inform the other cluster members that this instance is leaving and
shutdown any listeners.
- shutdown() - Method in class com.avaje.ebeaninternal.server.cluster.ClusterManager
-
Shutdown the service and Deregister from the cluster.
- shutdown() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastClusterManager
-
Say 'Leaving' and shutdown.
- shutdown() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastListener
-
Shutdown this listener.
- shutdown() - Method in class com.avaje.ebeaninternal.server.cluster.socket.SocketClusterBroadcast
-
- shutdown() - Method in class com.avaje.ebeaninternal.server.core.DefaultBackgroundExecutor
-
- shutdown(boolean, boolean) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Shutting down manually.
- shutdown() - Method in class com.avaje.ebeaninternal.server.core.DefaultServerFactory
-
- shutdown() - Method in class com.avaje.ebeaninternal.server.core.TraditionalBackgroundExecutor
-
- shutdown() - Method in class com.avaje.ebeaninternal.server.lib.DaemonScheduleThreadPool
-
Shutdown this thread pool nicely if possible.
- shutdown() - Method in class com.avaje.ebeaninternal.server.lib.DaemonThreadPool
-
Shutdown this thread pool nicely if possible.
- shutdown() - Static method in class com.avaje.ebeaninternal.server.lib.ShutdownManager
-
Shutdown gracefully cleaning up any resources as required.
- shutdown(boolean) - Method in class com.avaje.ebeaninternal.server.lib.sql.DataSourcePool
-
This will close all the free connections, and then go into a wait loop,
waiting for the busy connections to be freed.
- shutdown() - Method in class com.avaje.ebeaninternal.server.lib.sql.PooledConnectionQueue
-
- shutdown() - Method in class com.avaje.ebeaninternal.server.lib.thread.ThreadPool
-
Shutdown the threadpool stopping all the threads.
- shutdown(boolean, boolean) - Method in class com.avaje.ebeaninternal.server.transaction.TransactionManager
-
- shutdownManaged() - Method in interface com.avaje.ebeaninternal.api.SpiEbeanServer
-
For internal use, shutdown of the server invoked by JVM Shutdown.
- shutdownManaged() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Shutting down via JVM Shutdown hook.
- ShutdownManager - Class in com.avaje.ebeaninternal.server.lib
-
Manages the shutdown of the JVM Runtime.
- SimpleAesEncryptor - Class in com.avaje.ebeaninternal.server.type
-
Simple AES based encryption and decryption.
- SimpleAesEncryptor() - Constructor for class com.avaje.ebeaninternal.server.type.SimpleAesEncryptor
-
- SimpleDataSourceAlert - Class in com.avaje.ebeaninternal.server.lib.sql
-
A simple smtp email alert that sends a email message on dataSourceDown and
dataSourceUp etc.
- SimpleDataSourceAlert() - Constructor for class com.avaje.ebeaninternal.server.lib.sql.SimpleDataSourceAlert
-
Create a SimpleAlerter.
- SimpleExpression - Class in com.avaje.ebeaninternal.server.expression
-
- SimpleExpression(String, SimpleExpression.Op, Object) - Constructor for class com.avaje.ebeaninternal.server.expression.SimpleExpression
-
- SimpleSequenceIdGenerator - Class in com.avaje.ebean.config.dbplatform
-
A very simple Database sequence based IdGenerator.
- SimpleSequenceIdGenerator(DataSource, String, String) - Constructor for class com.avaje.ebean.config.dbplatform.SimpleSequenceIdGenerator
-
Construct given a dataSource and sql to return the next sequence value.
- SimpleTextParser - Class in com.avaje.ebean
-
- SimpleTextParser(String) - Constructor for class com.avaje.ebean.SimpleTextParser
-
- SimpleTextParser - Class in com.avaje.ebeaninternal.server.querydefn
-
- SimpleTextParser(String) - Constructor for class com.avaje.ebeaninternal.server.querydefn.SimpleTextParser
-
- SINGLE_QUOTE - Static variable in class com.avaje.ebeaninternal.server.deploy.DeployParser
-
used to identify sql literal.
- size() - Method in interface com.avaje.ebean.bean.BeanCollection
-
Return the number of elements in the List Set or Map.
- size(Class<?>) - Method in interface com.avaje.ebean.bean.PersistenceContext
-
Return the number of beans of the given type in the persistence context.
- size() - Method in interface com.avaje.ebean.cache.ServerCache
-
Return the number of entries in the cache.
- size - Variable in class com.avaje.ebean.cache.ServerCacheStatistics
-
- size() - Method in class com.avaje.ebean.common.BeanList
-
- size() - Method in class com.avaje.ebean.common.BeanMap
-
- size() - Method in class com.avaje.ebean.common.BeanSet
-
- size() - Method in class com.avaje.ebean.RawSql.ColumnMapping
-
Return the number of columns in this column mapping.
- size() - Method in interface com.avaje.ebean.SqlRow
-
Return the size of the map.
- size() - Method in class com.avaje.ebeaninternal.api.BindParams.OrderedList
-
Return the number of bind parameters in this list.
- size() - Method in class com.avaje.ebeaninternal.api.BindParams
-
- size() - Method in class com.avaje.ebeaninternal.server.cache.DefaultServerCache
-
Return the number of elements in the cache.
- size() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.AckResendMessages
-
- size() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.OutgoingPacketsCache
-
- size() - Method in class com.avaje.ebeaninternal.server.lib.resource.FileResourceContent
-
Return the size of the file.
- size() - Method in interface com.avaje.ebeaninternal.server.lib.resource.ResourceContent
-
The size of the content in bytes.
- size() - Method in class com.avaje.ebeaninternal.server.lib.resource.UrlResourceContent
-
Return the size of the file.
- size() - Method in class com.avaje.ebeaninternal.server.lib.thread.ThreadPool
-
Return the total number of busy and free threads in the pool.
- size() - Method in class com.avaje.ebeaninternal.server.persist.BatchedPstmt
-
Return the number of batched statements.
- size() - Method in class com.avaje.ebeaninternal.server.persist.BindValues
-
Return the number of bind values.
- size() - Method in class com.avaje.ebeaninternal.server.query.BeanCollectionWrapper
-
Return the number of rows added to this wrapper.
- size() - Method in class com.avaje.ebeaninternal.server.query.DefaultSqlRow
-
- size() - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetList
-
- size(Class<?>) - Method in class com.avaje.ebeaninternal.server.transaction.DefaultPersistenceContext
-
Return the number of beans of the given type in the persistence context.
- size() - Method in class com.avaje.ebeaninternal.server.util.ArrayStack
-
- size() - Method in class com.avaje.ebeaninternal.util.SortByClause
-
Return the number of properties in the clause.
- SocketClusterBroadcast - Class in com.avaje.ebeaninternal.server.cluster.socket
-
Broadcast messages across the cluster using sockets.
- SocketClusterBroadcast() - Constructor for class com.avaje.ebeaninternal.server.cluster.socket.SocketClusterBroadcast
-
- SocketClusterMessage - Class in com.avaje.ebeaninternal.server.cluster.socket
-
The messages broadcast around the cluster.
- SocketClusterStatus - Class in com.avaje.ebeaninternal.server.cluster.socket
-
The current state of this cluster member.
- SocketClusterStatus(int, int, int) - Constructor for class com.avaje.ebeaninternal.server.cluster.socket.SocketClusterStatus
-
- sort(List<T>, String) - Static method in class com.avaje.ebean.Ebean
-
Sort the list using the sortByClause which can contain a comma delimited
list of property names and keywords asc, desc, nullsHigh and nullsLow.
- sort(List<T>, String) - Method in interface com.avaje.ebean.EbeanServer
-
Sort the list using the sortByClause.
- sort(String) - Method in interface com.avaje.ebean.Filter
-
Specify a sortByClause.
- sort(List<T>, String) - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
- sort(List<T>, String) - Method in class com.avaje.ebeaninternal.server.deploy.BeanDescriptor
-
- sort(List<ImportedIdSimple>) - Static method in class com.avaje.ebeaninternal.server.deploy.id.ImportedIdSimple
-
Return the list as an array sorted into the same order as the Bean Properties.
- sort(String) - Method in class com.avaje.ebeaninternal.server.el.ElFilter
-
- SortByClause - Class in com.avaje.ebeaninternal.util
-
A clause used to describe sorting.
- SortByClause() - Constructor for class com.avaje.ebeaninternal.util.SortByClause
-
- SortByClause.Property - Class in com.avaje.ebeaninternal.util
-
A property of the SortByClause.
- SortByClause.Property(String, boolean, Boolean) - Constructor for class com.avaje.ebeaninternal.util.SortByClause.Property
-
- SortByClauseParser - Class in com.avaje.ebeaninternal.util
-
- sortFetchPaths(BeanDescriptor<?>) - Method in class com.avaje.ebeaninternal.server.querydefn.OrmQueryDetail
-
- sortProperties() - Method in class com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor
-
- source - Variable in class com.avaje.ebeaninternal.server.deploy.DeployParser
-
- sourceLength - Variable in class com.avaje.ebeaninternal.server.deploy.DeployParser
-
- SpiBackgroundExecutor - Interface in com.avaje.ebeaninternal.api
-
Internal Extension to BackgroundExecutor with shutdown.
- SpiCallableSql - Interface in com.avaje.ebeaninternal.api
-
- SpiEbeanPlugin - Interface in com.avaje.ebeaninternal.api
-
Allows us to have more than one plugin (the ddl generator) active based on flags.
- SpiEbeanServer - Interface in com.avaje.ebeaninternal.api
-
Service Provider extension to EbeanServer.
- SpiExpression - Interface in com.avaje.ebeaninternal.api
-
An expression that becomes part of a Where clause or Having clause.
- SpiExpressionFactory - Interface in com.avaje.ebeaninternal.api
-
- SpiExpressionList<T> - Interface in com.avaje.ebeaninternal.api
-
Internal extension of ExpressionList.
- SpiExpressionRequest - Interface in com.avaje.ebeaninternal.api
-
Request object used for gathering expression sql and bind values.
- SpiOrmQueryRequest<T> - Interface in com.avaje.ebeaninternal.server.core
-
Defines the ORM query request api.
- SpiQuery<T> - Interface in com.avaje.ebeaninternal.api
-
Object Relational query - Internal extension to Query object.
- SpiQuery.Mode - Enum in com.avaje.ebeaninternal.api
-
- SpiQuery.Type - Enum in com.avaje.ebeaninternal.api
-
The type of query result.
- SpiSqlQuery - Interface in com.avaje.ebeaninternal.api
-
SQL query - Internal extension to SqlQuery.
- SpiSqlUpdate - Interface in com.avaje.ebeaninternal.api
-
- SpiTransaction - Interface in com.avaje.ebeaninternal.api
-
Extends Transaction with additional API required on server.
- SpiTransactionScopeManager - Interface in com.avaje.ebeaninternal.api
-
- SpiUpdate<T> - Interface in com.avaje.ebeaninternal.api
-
Internal extension to the Update interface.
- SpiUpdate.OrmUpdateType - Enum in com.avaje.ebeaninternal.api
-
The type of the update request.
- SpiUpdatePlan - Interface in com.avaje.ebeaninternal.api
-
A plan for executing bean updates for a given set of changed properties.
- split(String) - Static method in class com.avaje.ebeaninternal.server.query.SplitName
-
- splitBegin(String) - Static method in class com.avaje.ebeaninternal.server.query.SplitName
-
- SplitName - Class in com.avaje.ebeaninternal.server.query
-
- SplitName() - Constructor for class com.avaje.ebeaninternal.server.query.SplitName
-
- Sql - Annotation Type in com.avaje.ebean.annotation
-
Specify explicit sql for multiple select statements.
- sql - Variable in class com.avaje.ebeaninternal.server.persist.dml.DmlHandler
-
- SQL_LOGGER - Static variable in class com.avaje.ebeaninternal.server.transaction.TransactionManager
-
- SqlAnywhereLimiter - Class in com.avaje.ebean.config.dbplatform
-
Use top xx and start at xx to limit sql results.
- SqlAnywhereLimiter() - Constructor for class com.avaje.ebean.config.dbplatform.SqlAnywhereLimiter
-
- SqlAnywherePlatform - Class in com.avaje.ebean.config.dbplatform
-
Sybase SQL Anywhere specific platform.
- SqlAnywherePlatform() - Constructor for class com.avaje.ebean.config.dbplatform.SqlAnywherePlatform
-
- sqlAppend(DbSqlContext) - Method in interface com.avaje.ebeaninternal.server.deploy.id.ImportedId
-
Append the the SQL query statement.
- sqlAppend(DbSqlContext) - Method in class com.avaje.ebeaninternal.server.deploy.id.ImportedIdEmbedded
-
- sqlAppend(DbSqlContext) - Method in class com.avaje.ebeaninternal.server.deploy.id.ImportedIdMultiple
-
- sqlAppend(DbSqlContext) - Method in class com.avaje.ebeaninternal.server.deploy.id.ImportedIdSimple
-
- SqlBeanLoad - Class in com.avaje.ebeaninternal.server.query
-
Controls the loading of property data into a bean.
- SqlBeanLoad(DbReadContext, Class<?>, Object, SpiQuery.Mode) - Constructor for class com.avaje.ebeaninternal.server.query.SqlBeanLoad
-
- SqlFutureList - Interface in com.avaje.ebean
-
The SqlFutureList represents the result of a background SQL query execution.
- SQLitePlatform - Class in com.avaje.ebean.config.dbplatform
-
- SQLitePlatform() - Constructor for class com.avaje.ebean.config.dbplatform.SQLitePlatform
-
- sqlLimiter - Variable in class com.avaje.ebean.config.dbplatform.DatabasePlatform
-
For limit/offset, row_number etc limiting of SQL queries.
- SqlLimiter - Interface in com.avaje.ebean.config.dbplatform
-
Adds SQL limiting to a query (such as LIMIT OFFSET).
- SqlLimitRequest - Interface in com.avaje.ebean.config.dbplatform
-
The request object for the query that can have sql limiting applied to it
(such as a LIMIT OFFSET clause).
- SqlLimitResponse - Class in com.avaje.ebean.config.dbplatform
-
The resulting SQL from a SqlLimit process.
- SqlLimitResponse(String, boolean) - Constructor for class com.avaje.ebean.config.dbplatform.SqlLimitResponse
-
Create the response.
- SqlQuery - Interface in com.avaje.ebean
-
Query object for performing native SQL queries that return SqlRow's.
- SqlQueryFutureList - Class in com.avaje.ebeaninternal.server.query
-
Default implementation of SqlFutureList.
- SqlQueryFutureList(SqlQuery, FutureTask<List<SqlRow>>) - Constructor for class com.avaje.ebeaninternal.server.query.SqlQueryFutureList
-
- SqlQueryListener - Interface in com.avaje.ebean
-
Provides a mechanism for processing a SqlQuery one SqlRow at a time.
- SqlReservedWords - Class in com.avaje.ebeaninternal.server.deploy.parse
-
Keywords deemed inappropriate for use as table alias' column or table name.
- SqlReservedWords() - Constructor for class com.avaje.ebeaninternal.server.deploy.parse.SqlReservedWords
-
- SqlRow - Interface in com.avaje.ebean
-
Used to return raw SQL query results.
- SqlSelect - Annotation Type in com.avaje.ebean.annotation
-
Deprecated.
- SqlTree - Class in com.avaje.ebeaninternal.server.query
-
Represents the SELECT clause part of the SQL query.
- SqlTree() - Constructor for class com.avaje.ebeaninternal.server.query.SqlTree
-
Create the SqlSelectClause.
- SqlTreeAlias - Class in com.avaje.ebeaninternal.server.query
-
Special Map of the logical property joins to table alias.
- SqlTreeAlias(String) - Constructor for class com.avaje.ebeaninternal.server.query.SqlTreeAlias
-
- SqlTreeBuilder - Class in com.avaje.ebeaninternal.server.query
-
Factory for SqlTree.
- SqlTreeBuilder(OrmQueryRequest<?>, CQueryPredicates, OrmQueryDetail) - Constructor for class com.avaje.ebeaninternal.server.query.SqlTreeBuilder
-
Construct for RawSql query.
- SqlTreeBuilder(String, String, OrmQueryRequest<?>, CQueryPredicates) - Constructor for class com.avaje.ebeaninternal.server.query.SqlTreeBuilder
-
The predicates are used to determine if 'extra' joins are required to
support the where and/or order by clause.
- SqlTreeNode - Interface in com.avaje.ebeaninternal.server.query
-
- SqlTreeNodeBean - Class in com.avaje.ebeaninternal.server.query
-
Normal bean included in the query.
- SqlTreeNodeBean(String, BeanPropertyAssoc<?>, SqlTreeProperties, List<SqlTreeNode>, boolean) - Constructor for class com.avaje.ebeaninternal.server.query.SqlTreeNodeBean
-
- SqlTreeNodeBean(String, BeanPropertyAssoc<?>, BeanDescriptor<?>, SqlTreeProperties, List<SqlTreeNode>, boolean, BeanPropertyAssocMany<?>) - Constructor for class com.avaje.ebeaninternal.server.query.SqlTreeNodeBean
-
Create with the appropriate node.
- SqlTreeNodeExtraJoin - Class in com.avaje.ebeaninternal.server.query
-
The purpose is to add an extra join to the query.
- SqlTreeNodeExtraJoin(String, BeanPropertyAssoc<?>) - Constructor for class com.avaje.ebeaninternal.server.query.SqlTreeNodeExtraJoin
-
- SqlTreeNodeManyRoot - Class in com.avaje.ebeaninternal.server.query
-
- SqlTreeNodeManyRoot(String, BeanPropertyAssocMany<?>, SqlTreeProperties, List<SqlTreeNode>) - Constructor for class com.avaje.ebeaninternal.server.query.SqlTreeNodeManyRoot
-
- SqlTreeNodeManyWhereJoin - Class in com.avaje.ebeaninternal.server.query
-
Join to Many (or child of a many) to support where clause predicates on many properties.
- SqlTreeNodeManyWhereJoin(String, BeanPropertyAssoc<?>) - Constructor for class com.avaje.ebeaninternal.server.query.SqlTreeNodeManyWhereJoin
-
- SqlTreeNodeRoot - Class in com.avaje.ebeaninternal.server.query
-
Represents the root node of the Sql Tree.
- SqlTreeNodeRoot(BeanDescriptor<?>, SqlTreeProperties, List<SqlTreeNode>, boolean, TableJoin, BeanPropertyAssocMany<?>) - Constructor for class com.avaje.ebeaninternal.server.query.SqlTreeNodeRoot
-
Specify for SqlSelect to include an Id property or not.
- SqlTreeNodeRoot(BeanDescriptor<?>, SqlTreeProperties, List<SqlTreeNode>, boolean) - Constructor for class com.avaje.ebeaninternal.server.query.SqlTreeNodeRoot
-
- SqlTreeProperties - Class in com.avaje.ebeaninternal.server.query
-
The select properties for a node in the SqlTree.
- SqlTreeProperties() - Constructor for class com.avaje.ebeaninternal.server.query.SqlTreeProperties
-
- SqlUpdate - Interface in com.avaje.ebean
-
A SqlUpdate for executing insert update or delete statements.
- StandardPstmtDelegate - Class in com.avaje.ebeaninternal.server.jdbc
-
Implementation of PstmtDelegate from Ebean's own
DataSource.
- StandardPstmtDelegate() - Constructor for class com.avaje.ebeaninternal.server.jdbc.StandardPstmtDelegate
-
- start() - Method in class com.avaje.ebeaninternal.server.core.DefaultServer
-
Start any services after registering with the ClusterManager.
- start() - Method in class com.avaje.ebeaninternal.server.lib.thread.PooledThread
-
- startElement(String, String, String, Attributes) - Method in class com.avaje.ebeaninternal.server.lib.util.DnodeParser
-
process a startElement.
- startListening() - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastListener
-
- startsWith(String, String) - Static method in class com.avaje.ebean.Expr
-
Starts With - property like value%.
- startsWith(String, String) - Method in interface com.avaje.ebean.ExpressionFactory
-
Starts With - property like value%.
- startsWith(String, String) - Method in interface com.avaje.ebean.ExpressionList
-
Starts With - property like value%.
- startsWith(String, String) - Method in interface com.avaje.ebean.Filter
-
Starts With.
- startsWith(String) - Method in class com.avaje.ebeaninternal.server.el.CharMatch
-
- startsWith(String, String) - Method in class com.avaje.ebeaninternal.server.el.ElFilter
-
- startsWith(String, String) - Method in class com.avaje.ebeaninternal.server.expression.DefaultExpressionFactory
-
Starts With - property like value%.
- startsWith(String, String) - Method in class com.avaje.ebeaninternal.util.DefaultExpressionList
-
- startTime - Variable in class com.avaje.ebean.text.csv.DefaultCsvCallback
-
The time the process started.
- startup(ClusterManager) - Method in interface com.avaje.ebeaninternal.server.cluster.ClusterBroadcast
-
Inform the other cluster members that this instance has come online and
start any listeners etc.
- startup(ClusterManager) - Method in class com.avaje.ebeaninternal.server.cluster.mcast.McastClusterManager
-
Startup listeners and 'Join'.
- startup(ClusterManager) - Method in class com.avaje.ebeaninternal.server.cluster.socket.SocketClusterBroadcast
-
- Statistics - Class in com.avaje.ebeaninternal.server.autofetch
-
- Statistics(ObjectGraphOrigin, boolean) - Constructor for class com.avaje.ebeaninternal.server.autofetch.Statistics
-
- StatisticsNodeUsage - Class in com.avaje.ebeaninternal.server.autofetch
-
Collects usages statistics for a given node in the object graph.
- StatisticsNodeUsage(String, boolean) - Constructor for class com.avaje.ebeaninternal.server.autofetch.StatisticsNodeUsage
-
- StatisticsQuery - Class in com.avaje.ebeaninternal.server.autofetch
-
Used to accumulate query execution statistics.
- StatisticsQuery(String) - Constructor for class com.avaje.ebeaninternal.server.autofetch.StatisticsQuery
-
- stop() - Method in class com.avaje.ebeaninternal.server.lib.thread.PooledThread
-
Stop the thread relatively nicely.
- StringFormatter - Interface in com.avaje.ebean.text
-
Convert an Object value into a String value.
- StringHelper - Class in com.avaje.ebean.util
-
Utility String class that supports String manipulation functions.
- StringHelper() - Constructor for class com.avaje.ebean.util.StringHelper
-
- StringHelper - Class in com.avaje.ebeaninternal.server.lib.util
-
Utility String class that supports String manipulation functions.
- StringHelper() - Constructor for class com.avaje.ebeaninternal.server.lib.util.StringHelper
-
- StringParser - Interface in com.avaje.ebean.text
-
Convert a String value into an Object value.
- StringParsingException - Exception in com.avaje.ebeaninternal.server.lib.util
-
A general string parsing exception.
- StringParsingException(String) - Constructor for exception com.avaje.ebeaninternal.server.lib.util.StringParsingException
-
- subList(int, int) - Method in class com.avaje.ebean.common.BeanList
-
- subList(int, int) - Method in class com.avaje.ebeaninternal.server.query.LimitOffsetList
-
- sum() - Method in class com.avaje.ebeaninternal.server.util.LongAdder
-
Returns the current sum.
- SUM_LOGGER - Static variable in class com.avaje.ebeaninternal.server.transaction.TransactionManager
-
- sumThenReset() - Method in class com.avaje.ebeaninternal.server.util.LongAdder
-
- supports() - Static method in class com.avaje.ebean.TxScope
-
Helper method to create a TxScope with SUPPORTS.
- supportsGetGeneratedKeys() - Method in class com.avaje.ebeaninternal.server.persist.dml.InsertMeta
-
Return true if getGeneratedKeys is supported by the underlying jdbc
driver and database.