A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes All Packages

A

AbstractBeanPersistListener - Class in io.ebean.event
Provides a base implementation of BeanPersistListener.
AbstractBeanPersistListener() - Constructor for class io.ebean.event.AbstractBeanPersistListener
 
AbstractMatch - Class in io.ebean.search
Options for the text match and multi match expressions.
AbstractMatch() - Constructor for class io.ebean.search.AbstractMatch
 
AbstractMetricVisitor - Class in io.ebean.meta
An abstract MetricVisitor that handles the boolean flags - reset, collectTransactionMetrics and collectQueryMetrics.
AbstractMetricVisitor(boolean, boolean, boolean, boolean) - Constructor for class io.ebean.meta.AbstractMetricVisitor
 
AbstractNamingConvention - Class in io.ebean.config
Provides some base implementation for NamingConventions.
AbstractNamingConvention() - Constructor for class io.ebean.config.AbstractNamingConvention
Construct with the default sequence format ("{table}_seq") and useForeignKeyPrefix as true.
AbstractNamingConvention(String) - Constructor for class io.ebean.config.AbstractNamingConvention
Construct with a sequence format.
AbstractNamingConvention(String, boolean) - Constructor for class io.ebean.config.AbstractNamingConvention
Construct with a sequence format and useForeignKeyPrefix setting.
accept(ResultSet, int) - Method in interface io.ebean.RowConsumer
Read the data from the ResultSet and process it.
AcquireLockException - Exception in io.ebean
Thrown when failing to acquire a pessimistic lock.
AcquireLockException(String, Throwable) - Constructor for exception io.ebean.AcquireLockException
Create with a message and cause.
add(long) - Method in interface io.ebean.ProfileLocation
Add execution time.
add(IdGenerator) - Method in class io.ebean.config.ServerConfig
Deprecated.
Register a customer IdGenerator instance.
add(BeanPersistController) - Method in class io.ebean.config.ServerConfig
Deprecated.
Register a BeanPersistController instance.
add(BeanPersistListener) - Method in class io.ebean.config.ServerConfig
Deprecated.
Register a BeanPersistListener instance.
add(BeanPostConstructListener) - Method in class io.ebean.config.ServerConfig
Deprecated.
Register a BeanPostConstructListener instance.
add(BeanPostLoad) - Method in class io.ebean.config.ServerConfig
Deprecated.
Register a BeanPostLoad instance.
add(BeanQueryAdapter) - Method in class io.ebean.config.ServerConfig
Deprecated.
Register a BeanQueryAdapter instance.
add(BulkTableEventListener) - Method in class io.ebean.config.ServerConfig
Deprecated.
Add a BulkTableEventListener
add(Expression) - Method in interface io.ebean.ExpressionList
Add an Expression to the list.
add(OrderBy.Property) - Method in class io.ebean.OrderBy
Add a property to the order by.
add(DocPropertyMapping) - Method in class io.ebeanservice.docstore.api.mapping.DocMappingBuilder
Add the property mapping.
add(Object, Object) - Method in class io.ebean.Pairs
Add a pair of value objects.
add(String) - Method in class io.ebean.OrderBy
Add to the order by by parsing a raw expression.
addAll(ExpressionList<T>) - Method in interface io.ebean.ExpressionList
Add a list of Expressions to this ExpressionList.s
addAll(List<Class<?>>) - Method in class io.ebean.config.ServerConfig
Deprecated.
Register all the classes (typically entity classes).
addBatch() - Method in interface io.ebean.SqlUpdate
Add the statement to batch processing to then later execute via executeBatch().
addBeanChange(BeanChange) - Method in class io.ebean.event.changelog.ChangeSet
Add a bean change to the change set.
addChild(DocPropertyMapping) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyMapping
Add a child property.
addClass(Class<?>) - Method in class io.ebean.config.ServerConfig
Deprecated.
Programmatically add classes (typically entities) that this server should use.
addCustomMapping(DbType, String) - Method in class io.ebean.config.PlatformConfig
Add a custom type mapping that applies to all platforms.
addCustomMapping(DbType, String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Add a custom type mapping that applies to all platforms.
addCustomMapping(DbType, String, Platform) - Method in class io.ebean.config.PlatformConfig
Add a custom type mapping.
addCustomMapping(DbType, String, Platform) - Method in class io.ebean.config.ServerConfig
Deprecated.
Add a custom type mapping.
addDatabasePlatform(DatabasePlatform, String) - Method in interface io.ebean.dbmigration.DbMigration
Add an additional databasePlatform to write the migration DDL.
addDateTime(String, String) - Method in interface io.ebean.text.csv.CsvReader
Add a property with a custom Date/Time/Timestamp format using the default Locale.
addDateTime(String, String, Locale) - Method in interface io.ebean.text.csv.CsvReader
Add a property with a custom Date/Time/Timestamp format.
addDelete(DocStoreUpdate) - Method in class io.ebeanservice.docstore.api.DocStoreUpdates
Add a delete request.
addIgnore() - Method in interface io.ebean.text.csv.CsvReader
Ignore the next column of data.
addInheritanceWhere(Query<?>) - Method in interface io.ebean.plugin.BeanType
Add the discriminator value to the query if needed.
addMappingLocation(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Add a mapping location to search for xml mapping via class path search.
addModification(String, boolean, boolean, boolean) - Method in interface io.ebean.CallableSql
Add table modification information to the TransactionEvent.
addModification(String, boolean, boolean, boolean) - Method in interface io.ebean.Transaction
Add table modification information to the TransactionEvent.
addNested(String, PathProperties) - Method in class io.ebean.text.PathProperties
 
addNested(String, PathProperties) - Method in class io.ebeanservice.docstore.api.support.DocStructure
Add an embedded property with it's document structure.
addNested(String, String, Object) - Method in class io.ebeanservice.docstore.api.DocStoreUpdates
Add a nested update.
addPackage(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Add a package to search for entities via class path search.
addPath(String) - Method in class io.ebean.MergeOptionsBuilder
Add a path that will included in the merge.
addPersist(DocStoreUpdate) - Method in class io.ebeanservice.docstore.api.DocStoreUpdates
Add a persist request.
addPlatform(Platform, String) - Method in interface io.ebean.dbmigration.DbMigration
Add an additional platform to write the migration DDL.
addProperty(String) - Method in interface io.ebean.text.csv.CsvReader
Define the property which will be loaded from the next column of data.
addProperty(String) - Method in class io.ebeanservice.docstore.api.support.DocStructure
Add a property at the root level.
addProperty(String, StringParser) - Method in interface io.ebean.text.csv.CsvReader
Define the next property and use a custom StringParser to convert the string content into the appropriate type for the property.
addRootVisitor(JsonReadBeanVisitor<?>) - Method in class io.ebean.text.json.JsonReadOptions
Register a JsonReadBeanVisitor for the root level.
addServerConfigStartup(ServerConfigStartup) - Method in class io.ebean.config.ServerConfig
Deprecated.
Add a ServerConfigStartup.
addToPath(String, String) - Method in class io.ebean.text.PathProperties
 
addToQueue(DocStoreUpdates) - Method in interface io.ebeanservice.docstore.api.DocStoreUpdate
Add to the queue for deferred processing.
addToQueue(DocStoreUpdates) - Method in class io.ebeanservice.docstore.api.support.DocStoreDeleteEvent
Add this event to the queue (for queue delayed processing).
addToQueue(DocStoreUpdates) - Method in class io.ebeanservice.docstore.api.support.DocStoreIndexEvent
Add this event to the queue (for queue delayed processing).
addVisitor(String, JsonReadBeanVisitor<?>) - Method in class io.ebean.text.json.JsonReadOptions
Register a JsonReadBeanVisitor for a given path.
alias(String) - Method in interface io.ebean.Query
Set root table alias.
all() - Method in class io.ebean.Finder
Retrieves all entities of the given type.
ALL - io.ebean.config.JsonConfig.Include
Include all values including null and empty collections.
allEq(Map<String, Object>) - Static method in class io.ebean.Expr
All Equal - Map containing property names and their values.
allEq(Map<String, Object>) - Method in interface io.ebean.ExpressionFactory
All Equal - Map containing property names and their values.
allEq(Map<String, Object>) - Method in interface io.ebean.ExpressionList
All Equal - Map containing property names and their values.
allowLeadingWildcard(boolean) - Method in class io.ebean.search.TextQueryString
Set allow leading wildcard mode.
allProperties() - Method in interface io.ebean.plugin.BeanType
Return all the properties for this bean type.
allRegions() - Method in interface io.ebean.cache.ServerCacheManager
Return all the cache regions.
analyzer(String) - Method in class io.ebean.search.Match
Set the Analyzer to use for this expression.
analyzer(String) - Method in class io.ebean.search.MultiMatch
Set the Analyzer to use for this expression.
analyzer(String) - Method in class io.ebean.search.TextQueryString
Set the analyzer.
analyzer(String) - Method in class io.ebean.search.TextSimple
Set the analyzer
analyzeWildcard(boolean) - Method in class io.ebean.search.TextQueryString
Set the analyze wildcard mode.
analyzeWildcard(boolean) - Method in class io.ebean.search.TextSimple
Set to true to use analyze wildcard.
and() - Method in interface io.ebean.ExpressionList
Start a list of expressions that will be joined by AND's returning the expression list the expressions are added to.
and(Expression, Expression) - Static method in class io.ebean.Expr
And - join two expressions with a logical and.
and(Expression, Expression) - Method in interface io.ebean.ExpressionFactory
And - join two expressions with a logical and.
and(Expression, Expression) - Method in interface io.ebean.ExpressionList
And - join two expressions with a logical and.
AND - io.ebean.Junction.Type
AND group.
ANNOTATION - Static variable in class io.ebean.config.EncryptDeploy
Use to define that the Encrypt annotation should be used to control encryption.
appendCatalogAndSchema(StringBuilder) - Method in class io.ebean.config.TableName
Append a catalog and schema prefix if they exist to the string builder.
appliedPersistBatchOnCascade() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the PersistBatch mode to use for 'batchOnCascade' taking into account if the database platform supports getGeneratedKeys in batch mode.
apply(DocMapping) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyMapping
Apply mapping options to this property.
apply(DocMapping) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
Apply override mapping from the document level or embedded property level.
apply(DocProperty) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
Apply the property level mapping options.
apply(ServerConfig) - Method in interface io.ebean.config.ServerConfigProvider
Apply the configuration to the ServerConfig.
apply(FetchPath) - Method in interface io.ebean.ExpressionList
Apply the path properties to the query replacing the select and fetch clauses.
apply(FetchPath) - Method in interface io.ebean.Query
Apply the path properties replacing the select and fetch clauses.
apply(Query<T>) - Method in interface io.ebean.FetchPath
Apply the fetch path to the query.
apply(Query<T>) - Method in class io.ebean.text.PathProperties
Apply these path properties as fetch paths to the query.
applyDefaults(ServerCacheOptions) - Method in class io.ebean.cache.ServerCacheOptions
Apply any settings from the default settings that have not already been specifically set.
applyMapping() - Method in class io.ebeanservice.docstore.api.mapping.DocMappingBuilder
Apply any override mappings from the top level docStore annotation.
applyPath(Query<T>) - Method in interface io.ebean.plugin.BeanDocType
Apply the appropriate fetch path to the query such that the query returns beans matching the document store structure with the expected embedded properties.
applyPath(Query<T>) - Method in interface io.ebeanservice.docstore.api.DocStoreBeanAdapter
Apply the document structure to the query so that it fetches the required properties to build the document (typically in JSON form).
applyPath(Query<T>) - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
 
arrayContains(String, Object...) - Method in interface io.ebean.ExpressionFactory
Array contains all the given values.
arrayContains(String, Object...) - Method in interface io.ebean.ExpressionList
Array property contains entries with the given values.
arrayIsEmpty(String) - Method in interface io.ebean.ExpressionFactory
Array is empty - for the given array property.
arrayIsEmpty(String) - Method in interface io.ebean.ExpressionList
Array is empty - for the given array property.
arrayIsNotEmpty(String) - Method in interface io.ebean.ExpressionFactory
Array is not empty - for the given array property.
arrayIsNotEmpty(String) - Method in interface io.ebean.ExpressionList
Array is not empty - for the given array property.
arrayNotContains(String, Object...) - Method in interface io.ebean.ExpressionFactory
Array does not contain the given values.
arrayNotContains(String, Object...) - Method in interface io.ebean.ExpressionList
Array does not contain the given values.
asc(String) - Method in class io.ebean.OrderBy
Add a property with ascending order to this OrderBy.
asc(String, String) - Method in class io.ebean.OrderBy
Add a property with ascending order to this OrderBy.
asDraft() - Method in interface io.ebean.ExpressionList
Execute the query against the draft set of tables.
asDraft() - Method in interface io.ebean.Query
Execute the query against the draft set of tables.
asDto(Class<D>) - Method in interface io.ebean.ExpressionList
Convert the query to a DTO bean query.
asDto(Class<D>) - Method in interface io.ebean.Query
Convert the query to a DTO bean query.
asOf(Timestamp) - Method in interface io.ebean.ExpressionList
Perform an 'As of' query using history tables to return the object graph as of a time in the past.
asOf(Timestamp) - Method in interface io.ebean.Query
Perform an 'As of' query using history tables to return the object graph as of a time in the past.
asUpdate() - Method in interface io.ebean.ExpressionList
Return the underlying query as an UpdateQuery.
asUpdate() - Method in interface io.ebean.Query
Convert the query to a UpdateQuery.
ATTR_ASC - io.ebean.CountDistinctOrder
order by attribute ascending
ATTR_DESC - io.ebean.CountDistinctOrder
order by attribute descending
auditBean(ReadEvent) - Method in interface io.ebean.event.readaudit.ReadAuditLogger
Audit a find bean query that returned a bean.
auditMany(ReadEvent) - Method in interface io.ebean.event.readaudit.ReadAuditLogger
Audit a find many query that returned some beans.
AUTO - io.ebean.CacheMode
Only used for bean caching.
AUTO_BINARY - io.ebean.config.PlatformConfig.DbUuid
Store using native UUID in H2 and Postgres and otherwise fallback to BINARY(16).
AUTO_BINARY_OPTIMIZED - io.ebean.config.PlatformConfig.DbUuid
Store using native UUID in H2 and Postgres and otherwise fallback to BINARY(16) with optimized packing.
AUTO_VARCHAR - io.ebean.config.PlatformConfig.DbUuid
Store using native UUID in H2 and Postgres and otherwise fallback to VARCHAR(40).
AutoConfigure - Interface in io.ebean.config
Used to provide some automatic configuration early in the creation of a Database.
autoGeneratePhraseQueries(boolean) - Method in class io.ebean.search.TextQueryString
Set the auto generate phrase queries mode.
AutoTune - Interface in io.ebean
Administrative control of AutoTune during runtime.
AutoTuneConfig - Class in io.ebean.config
Defines the AutoTune behaviour for a Database.
AutoTuneConfig() - Constructor for class io.ebean.config.AutoTuneConfig
 
AutoTuneMode - Enum in io.ebean.config
The mode for determining if AutoTune will be used for a given query when Query.setAutoTune(boolean) has not been explicitly set on a query.
autowire(Object) - Method in interface io.ebean.event.BeanPostConstructListener
Called immediately after construction.

B

BackgroundExecutor - Interface in io.ebean
Background thread pool service for executing of tasks asynchronously.
BASE - io.ebean.Query.ForUpdate
Standard For update clause.
BaseMySqlPlatform - Class in io.ebean.config.dbplatform.mysql
Base platform for both MySql and MariaDB.
BaseMySqlPlatform() - Constructor for class io.ebean.config.dbplatform.mysql.BaseMySqlPlatform
 
BasicMetricVisitor - Class in io.ebean.meta
A simple MetricVisitor that can collect the desired metrics into lists.
BasicMetricVisitor() - Constructor for class io.ebean.meta.BasicMetricVisitor
Construct to reset and collect everything.
BasicMetricVisitor(boolean, boolean, boolean, boolean) - Constructor for class io.ebean.meta.BasicMetricVisitor
Construct specifying reset and what to collect.
BEAN - io.ebean.cache.ServerCacheType
Bean cache.
BeanChange - Class in io.ebean.event.changelog
A bean insert, update or delete change sent as part of a ChangeSet.
BeanChange() - Constructor for class io.ebean.event.changelog.BeanChange
Constructor for JSON tools.
BeanChange(String, Object, Object, ChangeType, String) - Constructor for class io.ebean.event.changelog.BeanChange
Construct with change as JSON.
BeanChange(String, Object, Object, ChangeType, String, String) - Constructor for class io.ebean.event.changelog.BeanChange
Construct with change as JSON.
BeanDeleteIdRequest - Interface in io.ebean.event
A request to delete a bean by Id value.
BeanDocType<T> - Interface in io.ebean.plugin
Doc store functions for a specific entity bean type.
BeanFindController - Interface in io.ebean.event
Used to override the finding implementation for a bean.
BeanFinder<I,​T> - Class in io.ebean
Provides finder functionality for use with "Dependency Injection style" use of Ebean.
beanId(Object) - Method in interface io.ebean.plugin.BeanType
Return the bean id.
BeanNotEnhancedException - Exception in io.ebean.config
Throw when an processing an entity bean that is not bytecode enhanced.
BeanNotEnhancedException(String) - Constructor for exception io.ebean.config.BeanNotEnhancedException
 
BeanNotRegisteredException - Exception in io.ebean.config
Throw when an processing thinks a bean is not registered.
BeanNotRegisteredException(String) - Constructor for exception io.ebean.config.BeanNotRegisteredException
 
BeanPersistAdapter - Class in io.ebean.event
A no operation implementation of BeanPersistController.
BeanPersistAdapter() - Constructor for class io.ebean.event.BeanPersistAdapter
 
BeanPersistController - Interface in io.ebean.event
Used to enhance or override the default bean persistence mechanism.
BeanPersistListener - Interface in io.ebean.event
Listens for committed bean events.
BeanPersistRequest<T> - Interface in io.ebean.event
Holds the information available for a bean persist (insert, update or delete).
BeanPostConstructListener - Interface in io.ebean.event
Fired after a bean is constructed, but not yet loaded from database.
BeanPostLoad - Interface in io.ebean.event
Fired after a bean is fetched and loaded from the database.
BeanQueryAdapter - Interface in io.ebean.event
Objects extending this modify queries prior their execution.
BeanQueryRequest<T> - Interface in io.ebean.event
Holds the information available for a bean query.
BeanRepository<I,​T> - Class in io.ebean
Provides finder functionality for use with "Dependency Injection style" use of Ebean.
BeanState - Interface in io.ebean
Provides access to the internal state of an entity bean.
BeanType<T> - Interface in io.ebean.plugin
Information and methods on BeanDescriptors made available to plugins.
begin(EbeanServer) - Method in interface io.ebean.text.csv.CsvCallback
The processing is about to begin.
begin(EbeanServer) - Method in class io.ebean.text.csv.DefaultCsvCallback
Create a transaction if required.
beginTransaction() - Method in interface io.ebean.Database
Start a transaction with 'REQUIRED' semantics.
beginTransaction() - Static method in class io.ebean.DB
Start a transaction with 'REQUIRED' semantics.
beginTransaction() - Static method in class io.ebean.Ebean
Deprecated.
Start a transaction with 'REQUIRED' semantics.
beginTransaction(TxIsolation) - Method in interface io.ebean.Database
Start a transaction additionally specifying the isolation level.
beginTransaction(TxIsolation) - Static method in class io.ebean.DB
Start a transaction additionally specifying the isolation level.
beginTransaction(TxIsolation) - Static method in class io.ebean.Ebean
Deprecated.
Start a transaction additionally specifying the isolation level.
beginTransaction(TxScope) - Method in interface io.ebean.Database
Start a transaction typically specifying REQUIRES_NEW or REQUIRED semantics.
beginTransaction(TxScope) - Static method in class io.ebean.DB
Start a transaction typically specifying REQUIRES_NEW or REQUIRED semantics.
beginTransaction(TxScope) - Static method in class io.ebean.Ebean
Deprecated.
Start a transaction typically specifying REQUIRES_NEW or REQUIRED semantics.
BEST_FIELDS - io.ebean.search.MultiMatch.Type
 
between(String, Object, Object) - Static method in class io.ebean.Expr
Between - property between the two given values.
between(String, Object, Object) - Method in interface io.ebean.ExpressionFactory
Between - property between the two given values.
between(String, Object, Object) - Method in interface io.ebean.ExpressionList
Between - property between the two given values.
between(String, Object, Object) - Method in interface io.ebean.Filter
Between - property between the two given values.
between(String, String, Object) - Static method in class io.ebean.Expr
Between - value between two given properties.
betweenProperties(String, String, Object) - Method in interface io.ebean.ExpressionFactory
Between - value between two given properties.
betweenProperties(String, String, Object) - Method in interface io.ebean.ExpressionList
Between - value between the two properties.
BINARY - io.ebean.config.PlatformConfig.DbUuid
Store using DB BINARY(16).
BINARY - io.ebeanservice.docstore.api.mapping.DocPropertyType
Binary type.
BINARY_OPTIMIZED - io.ebean.config.PlatformConfig.DbUuid
Store using DB BINARY(16).
bind(int, Object) - Method in interface io.ebean.CallableSql
Bind a parameter that is bound as a IN parameter.
bitwiseAll(String, long) - Method in interface io.ebean.ExpressionFactory
Add expression for ALL of the given bit flags to be set.
bitwiseAll(String, long) - Method in interface io.ebean.ExpressionList
Add expression for ALL of the given bit flags to be set.
bitwiseAnd(String, long, long) - Method in interface io.ebean.ExpressionFactory
Add bitwise AND expression of the given bit flags to compare with the match/mask.
bitwiseAnd(String, long, long) - Method in interface io.ebean.ExpressionList
Add bitwise AND expression of the given bit flags to compare with the match/mask.
bitwiseAny(String, long) - Method in interface io.ebean.ExpressionFactory
Add expression for ANY of the given bit flags to be set.
bitwiseAny(String, long) - Method in interface io.ebean.ExpressionList
Add expression for ANY of the given bit flags to be set.
bitwiseNot(String, long) - Method in interface io.ebean.ExpressionList
Add expression for the given bit flags to be NOT set.
BOOLEAN - io.ebeanservice.docstore.api.mapping.DocPropertyType
Boolean.
boost(double) - Method in class io.ebean.search.Match
Set the boost.
boost(double) - Method in class io.ebean.search.MultiMatch
Set the boost.
boost(double) - Method in class io.ebean.search.TextQueryString
Set the boost.
build() - Method in interface io.ebean.FetchGroupBuilder
Build and return the FetchGroup.
build() - Method in class io.ebean.MergeOptionsBuilder
Build and return the MergeOptions instance.
BulkTableEvent - Interface in io.ebean.event
The bulk table event.
BulkTableEventListener - Interface in io.ebean.event
Listen for bulk table events that occur.
byId(I) - Method in class io.ebean.Finder
Retrieves an entity by ID.
byName(String) - Static method in class io.ebean.DB
Return the database for the given name.

C

cache() - Method in class io.ebean.FetchConfig
Eagerly fetch the beans fetching the beans from the L2 bean cache and using the DB for beans not in the cache.
CacheKey(Object, Object) - Constructor for class io.ebean.cache.TenantAwareKey.CacheKey
Create with optional tenantId.
CacheMode - Enum in io.ebean
Enum to control the different cache modes for queryCache and beanCache.
CallableSql - Interface in io.ebean
For making calls to stored procedures.
cancel() - Method in interface io.ebean.Query
Cancel the query execution if supported by the underlying database and driver.
caseInsensitive() - Method in interface io.ebean.ExampleExpression
Set case insensitive to true.
catalog(Object) - Method in interface io.ebean.config.TenantCatalogProvider
Return the DB catalog for the given tenantId.
CATALOG - io.ebean.config.TenantMode
Each Tenant has their own Database but with in connection pool
ChangeLogFilter - Interface in io.ebean.event.changelog
Used to provide fine grained control over what persist requests are included in the change log.
ChangeLogListener - Interface in io.ebean.event.changelog
Listen for changes.
ChangeLogPrepare - Interface in io.ebean.event.changelog
Listen for changes.
ChangeLogRegister - Interface in io.ebean.event.changelog
Used to assign ChangeLogFilters to bean types.
ChangeSet - Class in io.ebean.event.changelog
Holds a set of changes.
ChangeSet() - Constructor for class io.ebean.event.changelog.ChangeSet
Default constructor for JSON tools.
ChangeSet(String, long) - Constructor for class io.ebean.event.changelog.ChangeSet
Construct with a txnId.
ChangeType - Enum in io.ebean.event.changelog
The type of the change.
checkBatchMode() - Method in class io.ebean.TxScope
Check for batchSize being set without batch mode and use this to imply PersistBatch.ALL.
checkConstraintName(String, String) - Method in class io.ebean.config.DbConstraintNaming
Return the check constraint name.
checkUniqueness(Object) - Method in interface io.ebean.Database
This method checks the uniqueness of a bean.
checkUniqueness(Object) - Static method in class io.ebean.DB
This method checks the uniqueness of a bean.
checkUniqueness(Object) - Static method in class io.ebean.Ebean
Deprecated.
This method checks the uniqueness of a bean.
checkUniqueness(Object, Transaction) - Method in interface io.ebean.Database
checkUniqueness(Object, Transaction) - Static method in class io.ebean.DB
checkUniqueness(Object, Transaction) - Static method in class io.ebean.Ebean
Deprecated.
ClassLoadConfig - Class in io.ebean.config
Helper to find classes taking into account the context class loader.
ClassLoadConfig() - Constructor for class io.ebean.config.ClassLoadConfig
Construct with the default classLoader search with context classLoader first.
ClassLoadConfig(ClassLoader) - Constructor for class io.ebean.config.ClassLoadConfig
Specify the classLoader to use for class detection and new instance creation.
clear() - Method in interface io.ebean.cache.ServerCache
Clear all entries from the cache.
clear() - Method in class io.ebean.OrderBy
Clear the orderBy removing any current order by properties.
clear() - Method in interface io.ebean.SqlRow
Clear the map.
clear(Class<?>) - Method in interface io.ebean.cache.ServerCacheManager
This clears both the bean and query cache for a given type.
clearAll() - Method in interface io.ebean.cache.ServerCacheManager
Clear all the caches.
clearAllLocal() - Method in interface io.ebean.cache.ServerCacheManager
Clear all the local caches.
clearBeanCache() - Method in interface io.ebean.plugin.BeanType
Clear the bean cache.
clearLocal(Class<?>) - Method in interface io.ebean.cache.ServerCacheManager
Clear the local caches for this bean type.
clearQueryCache() - Method in interface io.ebean.plugin.BeanType
Clear the query cache.
ClickHousePlatform - Class in io.ebean.config.dbplatform.clickhouse
 
ClickHousePlatform() - Constructor for class io.ebean.config.dbplatform.clickhouse.ClickHousePlatform
 
clockNow() - Method in interface io.ebean.ExtendedServer
Return the NOW time from the Clock.
close() - Method in class io.ebean.config.dbplatform.h2.H2HistoryTrigger
 
close() - Method in interface io.ebean.QueryIterator
Close the underlying resources held by this iterator.
close() - Method in interface io.ebean.Transaction
Synonym for end() to support AutoClosable.
CockroachPlatform - Class in io.ebean.config.dbplatform.cockroach
CockroachDB based platform.
CockroachPlatform() - Constructor for class io.ebean.config.dbplatform.cockroach.CockroachPlatform
 
code() - Method in enum io.ebean.cache.ServerCacheType
 
COLLECTION_IDS - io.ebean.cache.ServerCacheType
Collection Ids for Many properties.
collectMetrics() - Method in interface io.ebean.meta.MetaInfoManager
Return the metrics for the database instance.
collectMetricsAsData() - Method in interface io.ebean.meta.MetaInfoManager
Return the metrics as a list of MetricData.
collectMetricsAsJson() - Method in interface io.ebean.meta.MetaInfoManager
Collect the metrics in raw JSON form.
collectProfiling() - Method in interface io.ebean.AutoTune
Fire a garbage collection (hint to the JVM).
collectSortable() - Method in class io.ebeanservice.docstore.api.mapping.DocMappingBuilder
Collect the mapping of properties to 'raw' properties for those marked as sortable.
columnMapping(String, String) - Method in interface io.ebean.RawSqlBuilder
Set the mapping of a DB Column to a bean property.
columnMappingIgnore(String) - Method in interface io.ebean.RawSqlBuilder
Ignore this DB column.
commit() - Method in interface io.ebean.Transaction
Commit the transaction.
commit(DocStoreTransaction) - Method in interface io.ebeanservice.docstore.api.DocStoreUpdateProcessor
Perform commit/flush of the changes made via the document store transaction.
commitAndContinue() - Method in interface io.ebean.Transaction
Commits the transaction at this point with the expectation that another commit (or rollback or end) will occur later to complete the transaction.
COMMITTED - io.ebean.event.changelog.TxnState
The Transaction was committed.
commitTransaction() - Method in interface io.ebean.Database
Commit the current transaction.
commitTransaction() - Static method in class io.ebean.DB
Commit the current transaction.
commitTransaction() - Static method in class io.ebean.Ebean
Deprecated.
Commit the current transaction.
compare(MetaCountMetric, MetaCountMetric) - Method in class io.ebean.meta.SortMetric.CountName
 
compare(MetaTimedMetric, MetaTimedMetric) - Method in class io.ebean.meta.SortMetric.Count
 
compare(MetaTimedMetric, MetaTimedMetric) - Method in class io.ebean.meta.SortMetric.Max
 
compare(MetaTimedMetric, MetaTimedMetric) - Method in class io.ebean.meta.SortMetric.Mean
 
compare(MetaTimedMetric, MetaTimedMetric) - Method in class io.ebean.meta.SortMetric.Name
 
compare(MetaTimedMetric, MetaTimedMetric) - Method in class io.ebean.meta.SortMetric.Total
 
configure(SpiServer) - Method in interface io.ebean.plugin.Plugin
Configure the plugin.
conjunction() - Method in interface io.ebean.ExpressionList
Start (and return) a list of expressions that will be joined by AND's.
conjunction(Query<T>) - Static method in class io.ebean.Expr
Return a list of expressions that will be joined by AND's.
conjunction(Query<T>) - Method in interface io.ebean.ExpressionFactory
Return a list of expressions that will be joined by AND's.
conjunction(Query<T>, ExpressionList<T>) - Method in interface io.ebean.ExpressionFactory
Return a list of expressions that will be joined by AND's.
ContainerConfig - Class in io.ebean.config
Configuration for the container that holds the Database instances.
ContainerConfig() - Constructor for class io.ebean.config.ContainerConfig
 
contains(String, String) - Static method in class io.ebean.Expr
Contains - property like %value%.
contains(String, String) - Method in interface io.ebean.ExpressionFactory
Contains - property like %value%.
contains(String, String) - Method in interface io.ebean.ExpressionList
Contains - property like %value%.
contains(String, String) - Method in interface io.ebean.Filter
Contains - property contains the string "value".
CONTAINS - io.ebean.LikeType
The % wildcard is added to the beginning and end of the search word and search word is escaped.
containsKey(Object) - Method in interface io.ebean.SqlRow
Returns true if the map contains the property.
containsMany() - Method in interface io.ebean.plugin.ExpressionPath
Return true if there is a property on the path that is a many property.
containsProperty(String) - Method in class io.ebean.OrderBy
Return true if the property is known to be contained in the order by clause.
containsValue(Object) - Method in interface io.ebean.SqlRow
Returns true if the map contains the value.
contextDestroyed(ServletContextEvent) - Method in class io.ebean.event.ServletContextListener
The servlet container is stopping.
contextInitialized(ServletContextEvent) - Method in class io.ebean.event.ServletContextListener
Do nothing on startup.
convert(Object) - Method in interface io.ebean.plugin.ExpressionPath
Convert the value to the expected type.
copy() - Method in class io.ebean.cache.ServerCacheOptions
Return a copy of this object.
copy() - Method in class io.ebean.OrderBy
Return a copy of the OrderBy.
copy() - Method in class io.ebean.OrderBy.Property
Return a copy of this property.
copy() - Method in interface io.ebean.Query
Return a copy of the query.
copy() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
Create a copy of this such that it can be overridden on a per index basis.
copy(boolean) - Method in class io.ebean.cache.ServerCacheOptions
Return a copy of this object with nearCache option.
copyIndex(Query<?>, String, int) - Method in interface io.ebean.DocumentStore
Copy from a source index to a new index taking only the documents matching the given query.
copyIndex(Query<?>, String, int) - Method in class io.ebeanservice.docstore.none.NoneDocStore
 
copyIndex(Class<?>, String) - Method in interface io.ebean.DocumentStore
Copy the index to a new index.
copyIndex(Class<?>, String) - Method in class io.ebeanservice.docstore.none.NoneDocStore
 
copyIndex(Class<?>, String, long) - Method in interface io.ebean.DocumentStore
Copy entries from an index to a new index but limiting to documents that have been modified since the sinceEpochMillis time.
copyIndex(Class<?>, String, long) - Method in class io.ebeanservice.docstore.none.NoneDocStore
 
copyWithTrim(String) - Method in class io.ebean.OrderBy
Return a copy of this OrderBy with the path trimmed.
copyWithTrim(String) - Method in class io.ebean.OrderBy.Property
Return a copy of this Property with the path trimmed.
Count() - Constructor for class io.ebean.meta.SortMetric.Count
 
COUNT - Static variable in class io.ebean.meta.SortMetric
 
COUNT_ASC_ATTR_ASC - io.ebean.CountDistinctOrder
order by count ascending and attribute ascending
COUNT_ASC_ATTR_DESC - io.ebean.CountDistinctOrder
order by count ascending and attribute descending
COUNT_DESC_ATTR_ASC - io.ebean.CountDistinctOrder
order by count descending and attribute ascending
COUNT_DESC_ATTR_DESC - io.ebean.CountDistinctOrder
order by count descending and attribute descending
COUNT_NAME - Static variable in class io.ebean.meta.SortMetric
 
CountDistinctOrder - Enum in io.ebean
CountedValue<A> - Class in io.ebean
Holds a distinct value with it's count.
CountedValue(A, long) - Constructor for class io.ebean.CountedValue
 
CountName() - Constructor for class io.ebean.meta.SortMetric.CountName
 
create() - Static method in interface io.ebean.dbmigration.DbMigration
Create a DbMigration implementation to use.
create() - Static method in interface io.ebean.ProfileLocation
Create and return a new ProfileLocation.
create() - Method in interface io.ebean.RawSqlBuilder
Create the immutable RawSql object.
create(int, String) - Static method in interface io.ebean.ProfileLocation
Create and return a new ProfileLocation with a given lineNumber and label.
create(DatabaseConfig) - Static method in class io.ebean.DatabaseFactory
Create using the ServerConfig object to configure the database.
create(ServerConfig) - Method in interface io.ebean.cache.ServerCacheNotifyPlugin
Create a ServerCacheNotify implementation given the server configuration.
create(ServerConfig) - Static method in class io.ebean.EbeanServerFactory
Deprecated.
Create using the ServerConfig object to configure the database.
create(ServerConfig, BackgroundExecutor) - Method in interface io.ebean.cache.ServerCachePlugin
Create the ServerCacheFactory given the server config and background executor service.
create(SpiServer) - Method in interface io.ebeanservice.docstore.api.DocStoreFactory
Create and return the DocStore integration components.
create(SpiServer) - Method in class io.ebeanservice.docstore.none.NoneDocStoreFactory
 
create(String) - Static method in class io.ebean.DatabaseFactory
Create using ebean.properties to configure the database.
create(String) - Static method in class io.ebean.EbeanServerFactory
Deprecated.
Create using ebean.properties to configure the database.
create(String, String, String) - Method in class io.ebeanservice.docstore.api.mapping.DocMappingBuilder
Create the document mapping.
createAdapter(BeanDescriptor<T>, DeployBeanDescriptor<T>) - Method in interface io.ebeanservice.docstore.api.DocStoreFactory
Create the doc store specific adapter for the given bean type.
createAdapter(BeanDescriptor<T>, DeployBeanDescriptor<T>) - Method in class io.ebeanservice.docstore.none.NoneDocStoreFactory
 
createAt(String) - Static method in interface io.ebean.ProfileLocation
Create and return a new ProfileLocation with a given location.
createBean() - Method in interface io.ebean.plugin.BeanType
Create a new instance of the bean.
createBeanReader(BeanType<T>, JsonParser, JsonReadOptions) - Method in interface io.ebean.text.json.JsonContext
Create and return a new bean reading for the bean type given the JSON options and source.
createBeanReader(Class<T>, JsonParser, JsonReadOptions) - Method in interface io.ebean.text.json.JsonContext
Create and return a new bean reading for the bean type given the JSON options and source.
createBeanUsingDisc(Object) - Method in interface io.ebean.plugin.BeanType
Create a bean given the discriminator value.
createCache(ServerCacheConfig) - Method in interface io.ebean.cache.ServerCacheFactory
Create the cache for the given type with options.
createCacheNotify(ServerCacheNotify) - Method in interface io.ebean.cache.ServerCacheFactory
Return a ServerCacheNotify that we will send ServerCacheNotification events to.
createCallableSql(String) - Method in interface io.ebean.Database
Create a CallableSql to execute a given stored procedure.
createCallableSql(String) - Static method in class io.ebean.DB
Create a CallableSql to execute a given stored procedure.
createCallableSql(String) - Static method in class io.ebean.Ebean
Deprecated.
Create a CallableSql to execute a given stored procedure.
createCsvReader(Class<T>) - Method in interface io.ebean.Database
Create a CsvReader for a given beanType.
createCsvReader(Class<T>) - Static method in class io.ebean.DB
Create a CsvReader for a given beanType.
createCsvReader(Class<T>) - Static method in class io.ebean.Ebean
Deprecated.
Create a CsvReader for a given beanType.
createDocMapping() - Method in interface io.ebeanservice.docstore.api.DocStoreBeanAdapter
Create the document mapping.
createDocMapping() - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
 
createEntityBean(Class<T>) - Method in interface io.ebean.Database
Create a new instance of T that is an EntityBean.
createGenerator(Writer) - Method in interface io.ebean.text.json.JsonContext
Create and return a new JsonGenerator for the given writer.
createIndex(String, String) - Method in interface io.ebean.DocumentStore
Create an index given a mapping file as a resource in the classPath (similar to DDL create table).
createIndex(String, String) - Method in class io.ebeanservice.docstore.none.NoneDocStore
 
createInstance(Class<T>, String) - Method in class io.ebean.config.PropertiesWrapper
Return the instance to use (can be null) for the given plugin.
createInstance(Class<T>, String, T) - Method in class io.ebean.config.PropertiesWrapper
Return the instance to use (can be null) for the given plugin.
createJsonReadOptions() - Method in interface io.ebeanservice.docstore.api.DocQueryRequest
Create JsonReadOptions taking into account persistence context and lazy loading support.
createNamedDtoQuery(Class<T>, String) - Method in interface io.ebean.Database
Create a named Query for DTO beans.
createNamedQuery(Class<T>, String) - Method in interface io.ebean.Database
Create a named query.
createNamedQuery(Class<T>, String) - Static method in class io.ebean.DB
Create a named query.
createNamedQuery(Class<T>, String) - Static method in class io.ebean.Ebean
Deprecated.
Create a named query.
createParser(Reader) - Method in interface io.ebean.text.json.JsonContext
Create and return a new JsonParser for the given reader.
createQuery(Class<T>) - Method in interface io.ebean.Database
Create a query for an entity bean and synonym for Database.find(Class).
createQuery(Class<T>) - Static method in class io.ebean.DB
Create a query for a type of entity bean.
createQuery(Class<T>) - Static method in class io.ebean.Ebean
Deprecated.
Create a query for a type of entity bean.
createQuery(Class<T>, String) - Method in interface io.ebean.Database
Parse the Ebean query language statement returning the query which can then be modified (add expressions, change order by clause, change maxRows, change fetch and select paths etc).
createQuery(Class<T>, String) - Static method in class io.ebean.DB
Parse the Ebean query language statement returning the query which can then be modified (add expressions, change order by clause, change maxRows, change fetch and select paths etc).
createQuery(Class<T>, String) - Static method in class io.ebean.Ebean
Deprecated.
Parse the Ebean query language statement returning the query which can then be modified (add expressions, change order by clause, change maxRows, change fetch and select paths etc).
createQueryUpdate(BeanType<T>, int) - Method in interface io.ebeanservice.docstore.api.DocStoreUpdateProcessor
Create a processor to handle updates per bean via a findEach query.
createRunner(ClassLoader, Properties) - Method in class io.ebean.config.DbMigrationConfig
Create the MigrationRunner to run migrations if necessary.
createSequenceIdGenerator(BackgroundExecutor, DataSource, int, String) - Method in class io.ebean.config.dbplatform.db2.DB2Platform
Return a DB2 specific sequence IdGenerator that supports batch fetching sequence values.
createSequenceIdGenerator(BackgroundExecutor, DataSource, int, String) - Method in class io.ebean.config.dbplatform.h2.H2Platform
Return a H2 specific sequence IdGenerator that supports batch fetching sequence values.
createSequenceIdGenerator(BackgroundExecutor, DataSource, int, String) - Method in class io.ebean.config.dbplatform.hsqldb.HsqldbPlatform
 
createSequenceIdGenerator(BackgroundExecutor, DataSource, int, String) - Method in class io.ebean.config.dbplatform.nuodb.NuoDbPlatform
 
createSequenceIdGenerator(BackgroundExecutor, DataSource, int, String) - Method in class io.ebean.config.dbplatform.oracle.OraclePlatform
 
createSequenceIdGenerator(BackgroundExecutor, DataSource, int, String) - Method in class io.ebean.config.dbplatform.postgres.PostgresPlatform
Create a Postgres specific sequence IdGenerator.
createSqlQuery(String) - Method in interface io.ebean.Database
Deprecated.
createSqlQuery(String) - Static method in class io.ebean.DB
Deprecated.
createSqlQuery(String) - Static method in class io.ebean.Ebean
Deprecated.
createSqlUpdate(String) - Method in interface io.ebean.Database
Deprecated.
createSqlUpdate(String) - Static method in class io.ebean.DB
Deprecated.
createSqlUpdate(String) - Static method in class io.ebean.Ebean
Deprecated.
createTransaction() - Method in interface io.ebean.Database
Create a new transaction that is not held in TransactionThreadLocal.
createTransaction() - Static method in class io.ebean.DB
Create a new transaction that is not held in TransactionThreadLocal.
createTransaction(int) - Method in interface io.ebeanservice.docstore.api.DocStoreUpdateProcessor
Create a document store transaction hinting at the batch size.
createTransaction(TxIsolation) - Method in interface io.ebean.Database
Create a new transaction additionally specifying the isolation level.
createUpdate(Class<T>, String) - Method in interface io.ebean.Database
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) - Static method in class io.ebean.DB
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) - Static method in class io.ebean.Ebean
Deprecated.
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).
createWithContextClassLoader(DatabaseConfig, ClassLoader) - Static method in class io.ebean.DatabaseFactory
Create using the ServerConfig additionally specifying a classLoader to use as the context class loader.
createWithContextClassLoader(ServerConfig, ClassLoader) - Static method in class io.ebean.EbeanServerFactory
Deprecated.
Create using the ServerConfig additionally specifying a classLoader to use as the context class loader.
CROSS_FIELDS - io.ebean.search.MultiMatch.Type
 
CsvCallback<T> - Interface in io.ebean.text.csv
Provides callback methods for customisation of CSV processing.
CsvReader<T> - Interface in io.ebean.text.csv
Reads CSV data turning it into object graphs that you can be saved (inserted) or processed yourself.
current() - Static method in interface io.ebean.Transaction
Return the current transaction (of the default database) or null if there is no current transaction in scope.
currentId() - Method in interface io.ebean.config.CurrentTenantProvider
Return the Tenant Id for the current user.
CurrentTenantProvider - Interface in io.ebean.config
Provides the Tenant Id for the current request based on the current user.
currentTransaction() - Method in class io.ebean.BeanFinder
Return the current transaction.
currentTransaction() - Method in interface io.ebean.Database
Returns the current transaction or null if there is no current transaction in scope.
currentTransaction() - Static method in class io.ebean.DB
Returns the current transaction or null if there is no current transaction in scope.
currentTransaction() - Static method in class io.ebean.Ebean
Deprecated.
Returns the current transaction or null if there is no current transaction in scope.
currentTransaction() - Method in class io.ebean.Finder
Return the current transaction.
currentUser() - Method in interface io.ebean.config.CurrentUserProvider
Return the current user id.
CurrentUserProvider - Interface in io.ebean.config
Provides the current user in order to support 'Who created', 'Who modified' and other audit features.
CustomDbTypeMapping - Class in io.ebean.config
Custom mappings for DB types that override the default.
CustomDbTypeMapping(DbType, String) - Constructor for class io.ebean.config.CustomDbTypeMapping
Create a mapping that should apply to all the database platforms.
CustomDbTypeMapping(DbType, String, Platform) - Constructor for class io.ebean.config.CustomDbTypeMapping
Create a mapping.
cutoffFrequency(double) - Method in class io.ebean.search.Match
Set the cutoff frequency.
cutoffFrequency(double) - Method in class io.ebean.search.MultiMatch
Set the cutoff frequency.
cutoffFrequency(double) - Method in class io.ebean.search.TextCommonTerms
Set the cutoff frequency.

D

Database - Interface in io.ebean
Provides the API for fetching and saving beans to a particular database.
DatabaseConfig - Class in io.ebean.config
The configuration used for creating a Database.
DatabaseConfig() - Constructor for class io.ebean.config.DatabaseConfig
 
DatabaseFactory - Class in io.ebean
Creates Database instances.
DatabaseFactory() - Constructor for class io.ebean.DatabaseFactory
 
DataIntegrityException - Exception in io.ebean
Thrown when a foreign key constraint is enforced.
DataIntegrityException(String, Throwable) - Constructor for exception io.ebean.DataIntegrityException
Create with a message and cause.
dataSource(Object) - Method in interface io.ebean.config.TenantDataSourceProvider
Return the DataSource to use for the given current tenant.
DATE - io.ebeanservice.docstore.api.mapping.DocPropertyType
Date without time.
DATETIME - io.ebeanservice.docstore.api.mapping.DocPropertyType
Date with time.
db() - Method in class io.ebean.BeanFinder
Return the Database to use.
db() - Method in class io.ebean.Finder
Return the Database this finder will use.
db() - Method in class io.ebean.Model
Return the underlying 'default' Database.
db(String) - Method in class io.ebean.BeanFinder
Return typically a different Database to the default.
db(String) - Method in class io.ebean.Finder
Return typically a different Database to the default.
DB - Class in io.ebean
DB is a registry of Database by name.
DB - io.ebean.config.TenantMode
Each Tenant has their own Database (javax.sql.DataSource)
DB_WITH_MASTER - io.ebean.config.TenantMode
Each Tenant has their own Database (javax.sql.DataSource), and there is also one master-database (that holds configuration e.g.)
DB2Platform - Class in io.ebean.config.dbplatform.db2
DB2 specific platform.
DB2Platform() - Constructor for class io.ebean.config.dbplatform.db2.DB2Platform
 
DB2SequenceIdGenerator - Class in io.ebean.config.dbplatform.db2
DB2 specific sequence Id Generator.
DB2SequenceIdGenerator(BackgroundExecutor, DataSource, String, int) - Constructor for class io.ebean.config.dbplatform.db2.DB2SequenceIdGenerator
Construct given a dataSource and sql to return the next sequence value.
Db2SqlLimiter - Class in io.ebean.config.dbplatform.db2
 
Db2SqlLimiter() - Constructor for class io.ebean.config.dbplatform.db2.Db2SqlLimiter
 
DbConstraintNaming - Class in io.ebean.config
Naming convention used for constraint names.
DbConstraintNaming() - Constructor for class io.ebean.config.DbConstraintNaming
Construct using default of lower case for both table and column names.
DbConstraintNaming(boolean) - Constructor for class io.ebean.config.DbConstraintNaming
Construct specifying if lower case should be used (for both table and column names).
DbConstraintNaming(boolean, boolean) - Constructor for class io.ebean.config.DbConstraintNaming
Construct specifying if lower case should be used for both table and column names.
DbConstraintNaming.MaxLength - Interface in io.ebean.config
Defines how constraint names are shortened if required based on platform limitations.
DbConstraintNormalise - Class in io.ebean.config
Used to normalise table and column names which means stripping out quoted identifier characters and any catalog or schema prefix.
DbConstraintNormalise() - Constructor for class io.ebean.config.DbConstraintNormalise
 
DbConstraintNormalise(boolean, boolean) - Constructor for class io.ebean.config.DbConstraintNormalise
 
DbMigration - Interface in io.ebean.dbmigration
Generates DDL migration scripts based on changes to the current model.
DbMigrationConfig - Class in io.ebean.config
Configuration for the DB migration processing.
DbMigrationConfig() - Constructor for class io.ebean.config.DbMigrationConfig
 
decrypt(byte[], EncryptKey) - Method in interface io.ebean.config.Encryptor
Decrypt the data using the key.
decryptString(byte[], EncryptKey) - Method in interface io.ebean.config.Encryptor
Decrypt the data returning a formatted string value using a key.
DEFAULT_FUZZY_MAX_EXPANSIONS - Static variable in class io.ebean.search.TextQueryString
 
DEFAULT_OFF - io.ebean.config.AutoTuneMode
Don't implicitly use AutoTune.
DEFAULT_ON - io.ebean.config.AutoTuneMode
Use AutoTune implicitly.
DEFAULT_ONIFEMPTY - io.ebean.config.AutoTuneMode
Implicitly use AutoTune if the query has not got either select() or join() defined.
DEFAULT_SEQ_FORMAT - Static variable in class io.ebean.config.AbstractNamingConvention
The Constant DEFAULT_SEQ_FORMAT.
DefaultCsvCallback<T> - Class in io.ebean.text.csv
Provides the default implementation of CsvCallback.
DefaultCsvCallback() - Constructor for class io.ebean.text.csv.DefaultCsvCallback
Construct with a default batch size of 30 and logging info messages every 1000 rows.
DefaultCsvCallback(int, int) - Constructor for class io.ebean.text.csv.DefaultCsvCallback
Construct with explicit batch size and logging info frequency.
defaultField(String) - Method in class io.ebean.search.TextQueryString
Set the default field.
defaultOptions() - Static method in class io.ebean.MergeOptionsBuilder
Return the default options.
delete() - Method in interface io.ebean.ExpressionList
Execute as a delete query deleting the 'root level' beans that match the predicates in the query.
delete() - Method in class io.ebean.Model
Delete this bean.
delete() - Method in interface io.ebean.Query
Execute as a delete query deleting the 'root level' beans that match the predicates in the query.
delete(Query<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Execute as a delete query deleting the 'root level' beans that match the predicates in the query.
delete(Transaction) - Method in interface io.ebean.ExpressionList
Execute as a delete query deleting the 'root level' beans that match the predicates in the query.
delete(Transaction) - Method in class io.ebean.Model
Delete this entity with an explicit transaction.
delete(Transaction) - Method in interface io.ebean.Query
Execute as a delete query returning the number of rows deleted using the given transaction.
delete(Class<?>, Object) - Method in interface io.ebean.Database
Delete the bean given its type and id.
delete(Class<?>, Object) - Static method in class io.ebean.DB
Delete the bean given its type and id.
delete(Class<?>, Object) - Static method in class io.ebean.Ebean
Deprecated.
Delete the bean given its type and id.
delete(Class<?>, Object, Transaction) - Method in interface io.ebean.Database
Delete the bean given its type and id with an explicit transaction.
delete(Object) - Method in interface io.ebean.Database
Delete the bean.
delete(Object) - Static method in class io.ebean.DB
Delete the bean.
delete(Object) - Static method in class io.ebean.Ebean
Deprecated.
Delete the bean.
delete(Object, Transaction) - Method in interface io.ebean.Database
Delete the bean with an explicit transaction.
delete(T) - Method in class io.ebean.BeanRepository
Delete this bean.
DELETE - io.ebean.DocStoreQueueEntry.Action
Action is to delete a document from the doc store..
DELETE - io.ebean.event.changelog.ChangeType
The change was a delete.
DELETE - io.ebean.QueryType
A delete query.
deleteAll(Class<?>, Collection<?>) - Method in interface io.ebean.Database
Delete several beans given their type and id values.
deleteAll(Class<?>, Collection<?>) - Static method in class io.ebean.DB
Delete several beans given their type and id values.
deleteAll(Class<?>, Collection<?>) - Static method in class io.ebean.Ebean
Deprecated.
Delete several beans given their type and id values.
deleteAll(Class<?>, Collection<?>, Transaction) - Method in interface io.ebean.Database
Delete several beans given their type and id values with an explicit transaction.
deleteAll(Collection<?>) - Method in interface io.ebean.Database
Delete all the beans in the collection.
deleteAll(Collection<?>) - Static method in class io.ebean.DB
Delete all the beans in the Collection.
deleteAll(Collection<?>) - Static method in class io.ebean.Ebean
Deprecated.
Delete all the beans in the Collection.
deleteAll(Collection<?>, Transaction) - Method in interface io.ebean.Database
Delete all the beans in the collection using an explicit transaction.
deleteAll(Collection<T>) - Method in class io.ebean.BeanRepository
Delete all the beans in the collection.
deleteAllPermanent(Class<?>, Collection<?>) - Method in interface io.ebean.Database
Delete permanent for several beans given their type and id values.
deleteAllPermanent(Class<?>, Collection<?>) - Static method in class io.ebean.DB
Delete permanent several beans given their type and id values.
deleteAllPermanent(Class<?>, Collection<?>) - Static method in class io.ebean.Ebean
Deprecated.
Delete permanent several beans given their type and id values.
deleteAllPermanent(Class<?>, Collection<?>, Transaction) - Method in interface io.ebean.Database
Delete permanent for several beans given their type and id values with an explicit transaction.
deleteAllPermanent(Collection<?>) - Method in interface io.ebean.Database
Delete all the beans in the collection permanently without soft delete.
deleteAllPermanent(Collection<?>) - Static method in class io.ebean.DB
Delete permanent all the beans in the Collection (will not use soft delete).
deleteAllPermanent(Collection<?>) - Static method in class io.ebean.Ebean
Deprecated.
Delete permanent all the beans in the Collection (will not use soft delete).
deleteAllPermanent(Collection<?>, Transaction) - Method in interface io.ebean.Database
Delete all the beans in the collection permanently without soft delete using an explicit transaction.
deleteById(I) - Method in class io.ebean.BeanFinder
Delete a bean by Id.
deleteById(I) - Method in class io.ebean.Finder
Delete a bean by Id.
deleteById(Object, DocStoreUpdateContext) - Method in interface io.ebean.plugin.BeanDocType
Add a delete by Id to the doc store.
deleteById(Object, DocStoreUpdateContext) - Method in interface io.ebeanservice.docstore.api.DocStoreBeanAdapter
Process a delete by id of a given document.
deleteById(Object, DocStoreUpdateContext) - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
 
deleteById(Object, DocStoreUpdateContext) - Method in class io.ebeanservice.docstore.none.NoneDocStoreBeanAdapter
 
deleted(Object) - Method in class io.ebean.event.AbstractBeanPersistListener
Notified that a bean has been deleted.
deleted(Object) - Method in interface io.ebean.event.BeanPersistListener
Notified that a bean has been deleted.
deletePermanent() - Method in class io.ebean.Model
Delete a bean permanently without soft delete.
deletePermanent(Transaction) - Method in class io.ebean.Model
Delete a bean permanently without soft delete using an explicit transaction.
deletePermanent(Class<?>, Object) - Method in interface io.ebean.Database
Delete permanent given the bean type and id.
deletePermanent(Class<?>, Object) - Static method in class io.ebean.DB
Delete permanent the bean given its type and id.
deletePermanent(Class<?>, Object) - Static method in class io.ebean.Ebean
Deprecated.
Delete permanent the bean given its type and id.
deletePermanent(Class<?>, Object, Transaction) - Method in interface io.ebean.Database
Delete permanent given the bean type and id with an explicit transaction.
deletePermanent(Object) - Method in interface io.ebean.Database
Delete a bean permanently without soft delete.
deletePermanent(Object) - Static method in class io.ebean.DB
Delete the bean in permanent fashion (will not use soft delete).
deletePermanent(Object) - Static method in class io.ebean.Ebean
Deprecated.
Delete the bean in permanent fashion (will not use soft delete).
deletePermanent(Object, Transaction) - Method in interface io.ebean.Database
Delete a bean permanently without soft delete using an explicit transaction.
deletePermanent(T) - Method in class io.ebean.BeanRepository
Delete a bean permanently without soft delete.
desc(String) - Method in class io.ebean.OrderBy
Add a property with descending order to this OrderBy.
desc(String, String) - Method in class io.ebean.OrderBy
Add a property with descending order to this OrderBy.
diff(Object, Object) - Method in interface io.ebean.Database
Return a map of the differences between two objects of the same type.
diff(Object, Object) - Static method in class io.ebean.DB
Return a map of the differences between two objects of the same type.
diff(Object, Object) - Static method in class io.ebean.Ebean
Deprecated.
Return a map of the differences between two objects of the same type.
disjunction() - Method in interface io.ebean.ExpressionList
Start (and return) a list of expressions that will be joined by OR's.
disjunction(Query<T>) - Static method in class io.ebean.Expr
Return a list of expressions that will be joined by OR's.
disjunction(Query<T>) - Method in interface io.ebean.ExpressionFactory
Return a list of expressions that will be joined by OR's.
disjunction(Query<T>, ExpressionList<T>) - Method in interface io.ebean.ExpressionFactory
Return a list of expressions that will be joined by OR's.
doc() - Method in class io.ebeanservice.docstore.api.support.DocStructure
Return the document structure.
DocMappingBuilder - Class in io.ebeanservice.docstore.api.mapping
Builds the DocumentMapping for a given bean type.
DocMappingBuilder(PathProperties, DocStore) - Constructor for class io.ebeanservice.docstore.api.mapping.DocMappingBuilder
Create with the document structure paths and docStore deployment annotation.
DocPropertyAdapter - Class in io.ebeanservice.docstore.api.mapping
Adapter for DocPropertyVisitor that does not do anything.
DocPropertyAdapter() - Constructor for class io.ebeanservice.docstore.api.mapping.DocPropertyAdapter
 
DocPropertyMapping - Class in io.ebeanservice.docstore.api.mapping
Property mapping in a doc store document structure.
DocPropertyMapping() - Constructor for class io.ebeanservice.docstore.api.mapping.DocPropertyMapping
Construct ROOT.
DocPropertyMapping(String, DocPropertyType) - Constructor for class io.ebeanservice.docstore.api.mapping.DocPropertyMapping
Construct property mapping.
DocPropertyMapping(String, DocPropertyType, DocPropertyOptions) - Constructor for class io.ebeanservice.docstore.api.mapping.DocPropertyMapping
Construct property mapping with options.
DocPropertyOptions - Class in io.ebeanservice.docstore.api.mapping
Options for mapping a property for document storage.
DocPropertyOptions() - Constructor for class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
Construct with no values set.
DocPropertyType - Enum in io.ebeanservice.docstore.api.mapping
Types as defined for document store property types.
DocPropertyVisitor - Interface in io.ebeanservice.docstore.api.mapping
Used to visit the properties in a document structure.
DocQueryRequest<T> - Interface in io.ebeanservice.docstore.api
A Query request for the document store.
docStore() - Method in interface io.ebean.Database
Return the Document store.
docStore() - Method in interface io.ebean.plugin.BeanType
Return the doc store support for this bean type.\
DocStoreBeanAdapter<T> - Interface in io.ebeanservice.docstore.api
Doc store specific adapter to process doc store events for a given bean type.
DocStoreBeanBaseAdapter<T> - Class in io.ebeanservice.docstore.api.support
Base implementation for much of DocStoreBeanAdapter.
DocStoreBeanBaseAdapter(BeanDescriptor<T>, DeployBeanDescriptor<T>) - Constructor for class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
 
DocStoreConfig - Class in io.ebean.config
Configuration for the Document store integration (e.g.
DocStoreConfig() - Constructor for class io.ebean.config.DocStoreConfig
 
DocStoreDeleteEvent - Class in io.ebeanservice.docstore.api.support
A 'Delete by Id' request that is send to the document store.
DocStoreDeleteEvent(BeanType<?>, Object) - Constructor for class io.ebeanservice.docstore.api.support.DocStoreDeleteEvent
 
DocStoreEmbeddedInvalidation - Class in io.ebeanservice.docstore.api.support
Checks if a persist request means an embedded/nested object in another document needs updating.
DocStoreEmbeddedInvalidation(String, String) - Constructor for class io.ebeanservice.docstore.api.support.DocStoreEmbeddedInvalidation
 
DocStoreEmbeddedInvalidationProperties - Class in io.ebeanservice.docstore.api.support
Checks if a persist request means an embedded/nested object in another document needs updating.
DocStoreEmbeddedInvalidationProperties(String, String, int[]) - Constructor for class io.ebeanservice.docstore.api.support.DocStoreEmbeddedInvalidationProperties
 
DocStoreFactory - Interface in io.ebeanservice.docstore.api
Creates the integration components for DocStore integration.
DocStoreIndexEvent<T> - Class in io.ebeanservice.docstore.api.support
A 'Delete by Id' request that is send to the document store.
DocStoreIndexEvent(BeanType<T>, Object, T) - Constructor for class io.ebeanservice.docstore.api.support.DocStoreIndexEvent
 
DocStoreIntegration - Interface in io.ebeanservice.docstore.api
All the required features for DocStore integration.
DocStoreQueryUpdate<T> - Interface in io.ebeanservice.docstore.api
Update the document store using a Ebean ORM query.
DocStoreQueueEntry - Class in io.ebean
Bean holding the details to update the document store.
DocStoreQueueEntry(DocStoreQueueEntry.Action, String, Object) - Constructor for class io.ebean.DocStoreQueueEntry
Construct for an INDEX or DELETE action.
DocStoreQueueEntry(DocStoreQueueEntry.Action, String, String, Object) - Constructor for class io.ebean.DocStoreQueueEntry
Construct for an NESTED/embedded path invalidation action.
DocStoreQueueEntry.Action - Enum in io.ebean
Action to either update or delete a document from the index.
DocStoreTransaction - Interface in io.ebeanservice.docstore.api
A document store transaction.
docStoreUpdate(DocStoreUpdateContext) - Method in interface io.ebeanservice.docstore.api.DocStoreUpdate
Add the event to the doc store bulk update.
docStoreUpdate(DocStoreUpdateContext) - Method in class io.ebeanservice.docstore.api.support.DocStoreDeleteEvent
Add appropriate JSON content for sending to the ElasticSearch Bulk API.
docStoreUpdate(DocStoreUpdateContext) - Method in class io.ebeanservice.docstore.api.support.DocStoreIndexEvent
Add appropriate JSON content for sending to the ElasticSearch Bulk API.
DocStoreUpdate - Interface in io.ebeanservice.docstore.api
For persist events that know how to publish or queue their change to the Document store.
DocStoreUpdateContext - Interface in io.ebeanservice.docstore.api
The doc store specific context/transaction used to collect updates to send to the document store.
DocStoreUpdateProcessor - Interface in io.ebeanservice.docstore.api
Processes index updates.
DocStoreUpdates - Class in io.ebeanservice.docstore.api
Collection of document store updates that are either sent to the document store or queued for future processing
DocStoreUpdates() - Constructor for class io.ebeanservice.docstore.api.DocStoreUpdates
 
DocStructure - Class in io.ebeanservice.docstore.api.support
Document structure for mapping to document store.
DocStructure(PathProperties) - Constructor for class io.ebeanservice.docstore.api.support.DocStructure
Create given an initial deployment doc mapping.
DocumentMapping - Class in io.ebeanservice.docstore.api.mapping
Mapping for a document stored in a doc store (like ElasticSearch).
DocumentMapping(String, String, String, FetchPath, DocPropertyMapping, int, int) - Constructor for class io.ebeanservice.docstore.api.mapping.DocumentMapping
 
DocumentNotFoundException - Exception in io.ebeanservice.docstore.api
Can be thrown when a document is unexpectedly not found in a document store.
DocumentNotFoundException(String) - Constructor for exception io.ebeanservice.docstore.api.DocumentNotFoundException
Construct with a message.
documentStore() - Method in interface io.ebeanservice.docstore.api.DocStoreIntegration
Return the DocStore.
DocumentStore - Interface in io.ebean
Document storage operations.
DOUBLE - io.ebeanservice.docstore.api.mapping.DocPropertyType
Double.
draftRestore(Query<T>) - Method in interface io.ebean.Database
Restore the draft beans matching the query back to the live state.
draftRestore(Query<T>, Transaction) - Method in interface io.ebean.Database
Restore the draft beans matching the query back to the live state.
draftRestore(Class<T>, Object) - Method in interface io.ebean.Database
Restore the draft bean back to the live state.
draftRestore(Class<T>, Object, Transaction) - Method in interface io.ebean.Database
Restore the draft bean back to the live state.
dropIndex(String) - Method in interface io.ebean.DocumentStore
Drop the index from the document store (similar to DDL drop table).
dropIndex(String) - Method in class io.ebeanservice.docstore.none.NoneDocStore
 
DtoQuery<T> - Interface in io.ebean
Query for performing native SQL queries that return DTO Bean's.
DuplicateKeyException - Exception in io.ebean
Thrown when a duplicate is attempted on a unique constraint.
DuplicateKeyException(String, Throwable) - Constructor for exception io.ebean.DuplicateKeyException
Create with a message and cause.

E

Ebean - Class in io.ebean
Deprecated.
EbeanServer - Interface in io.ebean
Deprecated.
EbeanServerFactory - Class in io.ebean
Deprecated.
EbeanServerFactory() - Constructor for class io.ebean.EbeanServerFactory
Deprecated.
 
EbeanVersion - Class in io.ebean
Class to determine the ebean version.
EJson - Class in io.ebean.text.json
Utility that converts between JSON content and simple java Maps/Lists.
EJson() - Constructor for class io.ebean.text.json.EJson
 
embeddedInvalidate(PersistRequestBean<?>, DocStoreUpdates) - Method in class io.ebeanservice.docstore.api.support.DocStoreEmbeddedInvalidation
 
embeddedInvalidate(PersistRequestBean<?>, DocStoreUpdates) - Method in class io.ebeanservice.docstore.api.support.DocStoreEmbeddedInvalidationProperties
 
emptyList() - Static method in interface io.ebean.PagedList
Return an empty PagedList.
EmptyPagedList<T> - Class in io.ebean
An empty PagedList.
EmptyPagedList() - Constructor for class io.ebean.EmptyPagedList
 
encrypt(byte[], EncryptKey) - Method in interface io.ebean.config.Encryptor
Encrypt the data using the key.
ENCRYPT_CLIENT - Static variable in class io.ebean.config.EncryptDeploy
Use to define that Java client Encryption should be used (rather than DB encryption).
ENCRYPT_DB - Static variable in class io.ebean.config.EncryptDeploy
Use to define that Encryption should be used and String types should use DB encryption.
EncryptDeploy - Class in io.ebean.config
Define the encryption options for a bean property.
EncryptDeploy(EncryptDeploy.Mode, boolean, int) - Constructor for class io.ebean.config.EncryptDeploy
Construct with all options for Encryption including the dbLength.
EncryptDeploy.Mode - Enum in io.ebean.config
The Encryption mode.
EncryptDeployManager - Interface in io.ebean.config
Programmatically define which database columns are encrypted.
EncryptKey - Interface in io.ebean.config
Represents the key used for encryption.
EncryptKeyManager - Interface in io.ebean.config
Determine keys used for encryption and decryption.
Encryptor - Interface in io.ebean.config
Used for Java side encryption of properties when DB encryption is not used.
encryptString(String, EncryptKey) - Method in interface io.ebean.config.Encryptor
Encrypt the formatted string value using a key.
end() - Method in interface io.ebean.Transaction
If the transaction is active then perform rollback.
end(int) - Method in interface io.ebean.text.csv.CsvCallback
The processing has ended successfully.
end(int) - Method in class io.ebean.text.csv.DefaultCsvCallback
Commit the transaction if one was created.
endAnd() - Method in interface io.ebean.ExpressionList
End a AND junction - synonym for endJunction().
endJunction() - Method in interface io.ebean.ExpressionList
End a junction returning the parent expression list.
endNot() - Method in interface io.ebean.ExpressionList
End a NOT junction - synonym for endJunction().
endOr() - Method in interface io.ebean.ExpressionList
End a AND junction - synonym for endJunction().
ENDS_WITH - io.ebean.LikeType
The % wildcard is added to the beginning of the search word and search word is escaped.
endsWith(String, String) - Static method in class io.ebean.Expr
Ends With - property like %value.
endsWith(String, String) - Method in interface io.ebean.ExpressionFactory
Ends With - property like %value.
endsWith(String, String) - Method in interface io.ebean.ExpressionList
Ends With - property like %value.
endsWith(String, String) - Method in interface io.ebean.Filter
Ends With.
endTransaction() - Method in interface io.ebean.Database
If the current transaction has already been committed do nothing otherwise rollback the transaction.
endTransaction() - Static method in class io.ebean.DB
If the current transaction has already been committed do nothing otherwise rollback the transaction.
endTransaction() - Static method in class io.ebean.Ebean
Deprecated.
If the current transaction has already been committed do nothing otherwise rollback the transaction.
endWithError(int, Exception) - Method in interface io.ebean.text.csv.CsvCallback
The processing has ended due to an error.
endWithError(int, Exception) - Method in class io.ebean.text.csv.DefaultCsvCallback
Rollback the transaction if one was created.
entities() - Method in annotation type io.ebean.config.ModuleInfo
Returns the entity classes with db name prefix.
entityClasses() - Method in interface io.ebean.config.ModuleInfoLoader
Return the entity classes to register with the default DB.
entityClassesFor(String) - Method in interface io.ebean.config.ModuleInfoLoader
Return entity classes to register for a named DB (not default DB).
Entry(Object, Object) - Constructor for class io.ebean.Pairs.Entry
Create with values for property0 and property1 respectively.
entrySet() - Method in interface io.ebean.SqlRow
Returns the entrySet of the map.
ENUM - io.ebeanservice.docstore.api.mapping.DocPropertyType
Enum.
eq(String, Object) - Static method in class io.ebean.Expr
Equal To - property equal to the given value.
eq(String, Object) - Method in interface io.ebean.ExpressionFactory
Equal To - property equal to the given value.
eq(String, Object) - Method in interface io.ebean.ExpressionList
Equal To - property is equal to a given value.
eq(String, Object) - Method in interface io.ebean.Filter
Equal To - property equal to the given value.
eqOrNull(String, Object) - Method in interface io.ebean.ExpressionFactory
Equal To or Null - property equal to the given value or null.
eqOrNull(String, Object) - Method in interface io.ebean.ExpressionList
Equal To or Null - property is equal to a given value or null.
EQUAL_TO - io.ebean.LikeType
Uses equal to rather than a LIKE with wildcards.
equals(Object) - Method in class io.ebean.cache.TenantAwareKey.CacheKey
 
equals(Object) - Method in class io.ebean.event.readaudit.ReadAuditQueryPlan
 
equals(Object) - Method in class io.ebean.FetchConfig
 
equals(Object) - Method in class io.ebean.OrderBy
 
equals(Object) - Method in class io.ebean.OrderBy.Property
 
equals(Object) - Method in class io.ebean.Pairs.Entry
 
ExampleExpression - Interface in io.ebean
Query by Example expression.
exampleLike(Object) - Static method in class io.ebean.Expr
Create the query by Example expression which is case sensitive and using LikeType.RAW (you need to add you own wildcards % and _).
exampleLike(Object) - Method in interface io.ebean.ExpressionFactory
Create the query by Example expression which is case sensitive and using LikeType.RAW (you need to add you own wildcards % and _).
exampleLike(Object) - Method in interface io.ebean.ExpressionList
A "Query By Example" type of expression.
exampleLike(Object, boolean, LikeType) - Static method in class io.ebean.Expr
Create the query by Example expression specifying more options.
exampleLike(Object, boolean, LikeType) - Method in interface io.ebean.ExpressionFactory
Create the query by Example expression specifying more options.
execute() - Method in interface io.ebean.SqlUpdate
Execute the update returning the number of rows modified.
execute() - Method in interface io.ebean.Update
Execute the statement returning the number of rows modified.
execute(CallableSql) - Method in interface io.ebean.Database
For making calls to stored procedures.
execute(CallableSql) - Static method in class io.ebean.Ebean
Deprecated.
For making calls to stored procedures.
execute(CallableSql, Transaction) - Method in interface io.ebean.Database
Execute explicitly passing a transaction.
execute(SqlUpdate) - Method in interface io.ebean.Database
Execute a Sql Update Delete or Insert statement.
execute(SqlUpdate) - Static method in class io.ebean.Ebean
Deprecated.
Execute a Sql Update Delete or Insert statement.
execute(SqlUpdate, Transaction) - Method in interface io.ebean.Database
Execute explicitly passing a transaction.
execute(TxScope, Runnable) - Method in interface io.ebean.Database
Execute a Runnable in a Transaction with an explicit scope.
execute(TxScope, Runnable) - Static method in class io.ebean.DB
Execute a TxRunnable in a Transaction with an explicit scope.
execute(TxScope, Runnable) - Static method in class io.ebean.Ebean
Deprecated.
Execute a TxRunnable in a Transaction with an explicit scope.
execute(Update<?>) - Method in interface io.ebean.Database
Execute a ORM insert update or delete statement using the current transaction.
execute(Update<?>, Transaction) - Method in interface io.ebean.Database
Execute a ORM insert update or delete statement with an explicit transaction.
execute(Runnable) - Method in interface io.ebean.BackgroundExecutor
Execute a task in the background.
execute(Runnable) - Method in interface io.ebean.Database
Execute a Runnable in a Transaction with the default scope.
execute(Runnable) - Static method in class io.ebean.DB
Execute a Runnable in a Transaction with the default scope.
execute(Runnable) - Static method in class io.ebean.Ebean
Deprecated.
Execute a Runnable in a Transaction with the default scope.
executeBatch() - Method in interface io.ebean.SqlUpdate
Execute when addBatch() has been used to batch multiple bind executions.
executeCall(TxScope, Callable<T>) - Method in interface io.ebean.Database
Execute a TxCallable in a Transaction with an explicit scope.
executeCall(TxScope, Callable<T>) - Static method in class io.ebean.DB
Execute a Callable in a Transaction with an explicit scope.
executeCall(TxScope, Callable<T>) - Static method in class io.ebean.Ebean
Deprecated.
Execute a Callable in a Transaction with an explicit scope.
executeCall(Callable<T>) - Method in interface io.ebean.Database
Execute a TxCallable in a Transaction with the default scope.
executeCall(Callable<T>) - Static method in class io.ebean.DB
Execute a Callable in a Transaction with the default scope.
executeCall(Callable<T>) - Static method in class io.ebean.Ebean
Deprecated.
Execute a Callable in a Transaction with the default scope.
executeGetKey() - Method in interface io.ebean.SqlUpdate
Execute and return the generated key.
executeNow() - Method in interface io.ebean.SqlUpdate
Execute the statement now regardless of the JDBC batch mode of the transaction.
executeOverride(CallableStatement) - Method in interface io.ebean.CallableSql
You can extend this object and override this method for more advanced stored procedure calls.
executePeriodically(Runnable, long, long, TimeUnit) - Method in interface io.ebean.BackgroundExecutor
Execute a task periodically additionally with an initial delay different from delay.
executePeriodically(Runnable, long, TimeUnit) - Method in interface io.ebean.BackgroundExecutor
Execute a task periodically with a fixed delay between each execution.
executeSecondaryQueries(boolean) - Method in interface io.ebeanservice.docstore.api.DocQueryRequest
Execute secondary queries.
exists() - Method in interface io.ebean.ExpressionList
Execute the query returning true if a row is found.
exists() - Method in interface io.ebean.Query
Execute the query returning true if a row is found.
exists(Query<?>) - Method in interface io.ebean.ExpressionFactory
Exists expression
exists(Query<?>) - Method in interface io.ebean.ExpressionList
Exists expression
exists(Query<?>, Transaction) - Method in interface io.ebean.ExtendedServer
Execute the query returning true if a row is found.
Expr - Class in io.ebean
Expression factory for creating standard expressions for WHERE and HAVING clauses.
Expression - Interface in io.ebean
An expression that is part of a WHERE or HAVING clause.
ExpressionFactory - Interface in io.ebean
Expression factory for creating standard expressions.
ExpressionList<T> - Interface in io.ebean
List of Expressions that make up a where or having clause.
ExpressionPath - Interface in io.ebean.plugin
A dot notation expression path.
extended() - Method in interface io.ebean.Database
Return the extended API for Database.
ExtendedServer - Interface in io.ebean
The extended API for Database.
externalModification(String, boolean, boolean, boolean) - Method in interface io.ebean.Database
Inform Ebean that tables have been modified externally.
externalModification(String, boolean, boolean, boolean) - Static method in class io.ebean.DB
Inform Ebean that tables have been modified externally.
externalModification(String, boolean, boolean, boolean) - Static method in class io.ebean.Ebean
Deprecated.
Inform Ebean that tables have been modified externally.
ExternalTransactionManager - Interface in io.ebean.config
Provides awareness of externally managed transactions.

F

fetch(String) - Method in interface io.ebean.FetchGroupBuilder
Fetch all the properties at the given path.
fetch(String) - Method in interface io.ebean.Query
Specify a path to fetch eagerly including all its properties.
fetch(String, FetchConfig) - Method in interface io.ebean.Query
Additionally specify a JoinConfig to specify a "query join" and or define the lazy loading query.
fetch(String, FetchGroup<?>) - Method in interface io.ebean.FetchGroupBuilder
Fetch the path with the nested fetch group.
fetch(String, String) - Method in interface io.ebean.FetchGroupBuilder
Fetch the path including specified properties.
fetch(String, String) - Method in interface io.ebean.Query
Specify a path to fetch eagerly including specific properties.
fetch(String, String, FetchConfig) - Method in interface io.ebean.Query
Additionally specify a FetchConfig to use a separate query or lazy loading to load this path.
fetchCache(String) - Method in interface io.ebean.FetchGroupBuilder
Fetch the path including all its properties using L2 cache.
fetchCache(String) - Method in interface io.ebean.Query
Fetch the path eagerly using L2 cache.
fetchCache(String, String) - Method in interface io.ebean.FetchGroupBuilder
Fetch the path including specified properties using L2 cache.
fetchCache(String, String) - Method in interface io.ebean.Query
Fetch the path and properties using L2 bean cache.
FetchConfig - Class in io.ebean
Defines the configuration options for a "query fetch" or a "lazy loading fetch".
FetchConfig() - Constructor for class io.ebean.FetchConfig
Construct the fetch configuration object.
FetchGroup<T> - Interface in io.ebean
Defines what part of the object graph to load (select and fetch clauses).
FetchGroupBuilder<T> - Interface in io.ebean
Builds a FetchGroup by adding fetch clauses.
fetchLazy(String) - Method in interface io.ebean.FetchGroupBuilder
Fetch the path including all its properties lazily.
fetchLazy(String) - Method in interface io.ebean.Query
Fetch the path lazily (via batch lazy loading).
fetchLazy(String, FetchGroup<?>) - Method in interface io.ebean.FetchGroupBuilder
Fetch the path lazily with the nested fetch group.
fetchLazy(String, String) - Method in interface io.ebean.FetchGroupBuilder
Fetch the path including specified properties lazily.
fetchLazy(String, String) - Method in interface io.ebean.Query
Fetch the path and properties lazily (via batch lazy loading).
FetchPath - Interface in io.ebean
Provides paths and properties for an object graph that can be used to control what parts of the object graph is fetching (select and fetch clauses) and also can be used to control JSON marshalling (what parts of the object graph are included in the JSON).
fetchQuery(String) - Method in interface io.ebean.FetchGroupBuilder
Fetch the path including all its properties using a query join.
fetchQuery(String) - Method in interface io.ebean.Query
Fetch the path eagerly using a "query join" (separate SQL query).
fetchQuery(String, FetchGroup<?>) - Method in interface io.ebean.FetchGroupBuilder
Fetch the path using a query join with the nested fetch group.
fetchQuery(String, String) - Method in interface io.ebean.FetchGroupBuilder
Fetch the path including specified properties using a query join.
fetchQuery(String, String) - Method in interface io.ebean.Query
Fetch the path and properties using a "query join" (separate SQL query).
fields(String...) - Static method in class io.ebean.search.MultiMatch
Create with the given fields.
fields(String...) - Static method in class io.ebean.search.TextQueryString
Create with given fields.
fields(String...) - Method in class io.ebean.search.TextSimple
Set the fields.
filter(Class<T>) - Method in interface io.ebean.Database
Create a filter for sorting and filtering lists of entities locally without going back to the database.
filter(Class<T>) - Static method in class io.ebean.DB
Create a filter for sorting and filtering lists of entities locally without going back to the database.
filter(Class<T>) - Static method in class io.ebean.Ebean
Deprecated.
Create a filter for sorting and filtering lists of entities locally without going back to the database.
filter(List<T>) - Method in interface io.ebean.Filter
Apply the filter to the list returning a new list of the matching elements in the sorted order.
Filter<T> - Interface in io.ebean
Provides support for filtering and sorting lists of entities without going back to the database.
FILTER - io.ebean.Junction.Type
FILTER group (for internal use only).
filterMany(String) - Method in interface io.ebean.ExpressionList
Add some filter predicate expressions to the many property.
filterMany(String) - Method in interface io.ebean.Query
This applies a filter on the 'many' property list rather than the root level objects.
filterMany(String, String, Object...) - Method in interface io.ebean.ExpressionList
Add filter expressions to the many property.
find(BeanQueryRequest<T>) - Method in interface io.ebean.event.BeanFindController
Find a bean using its id or unique predicate.
find(DocQueryRequest<T>) - Method in interface io.ebean.DocumentStore
Return the bean by fetching it's content from the document store.
find(DocQueryRequest<T>) - Method in class io.ebeanservice.docstore.none.NoneDocStore
 
find(Class<T>) - Method in interface io.ebean.Database
Create a query for a type of entity bean.
find(Class<T>) - Static method in class io.ebean.DB
Create a query for a type of entity bean.
find(Class<T>) - Static method in class io.ebean.Ebean
Deprecated.
Create a query for a type of entity bean.
find(Class<T>, Object) - Method in interface io.ebean.Database
Find a bean using its unique id.
find(Class<T>, Object) - Static method in class io.ebean.DB
Find a bean using its unique id.
find(Class<T>, Object) - Static method in class io.ebean.Ebean
Deprecated.
Find a bean using its unique id.
find(Class<T>, Object, Transaction) - Method in interface io.ebean.Database
Find a entity bean with an explicit transaction.
FIND - io.ebean.QueryType
A find query.
findAll() - Method in class io.ebean.BeanFinder
Retrieves all entities of the given type.
findById(I) - Method in class io.ebean.BeanFinder
Retrieves an entity by ID.
findByIdOrEmpty(I) - Method in class io.ebean.BeanFinder
Find an entity by ID returning an Optional.
findCount() - Method in interface io.ebean.ExpressionList
Return the count of entities this query should return.
findCount() - Method in interface io.ebean.Query
Return the count of entities this query should return.
findCount(Query<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Return the number of 'top level' or 'root' entities this query should return.
findDto(Class<T>, String) - Method in interface io.ebean.Database
Create a Query for DTO beans.
findDto(Class<T>, String) - Static method in class io.ebean.DB
Create a Query for DTO beans.
findDto(Class<T>, String) - Static method in class io.ebean.Ebean
Deprecated.
Create a Query for DTO beans.
findEach(Query<T>, Consumer<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Execute the query visiting the each bean one at a time.
findEach(SqlQuery, Consumer<SqlRow>, Transaction) - Method in interface io.ebean.ExtendedServer
Execute the SqlQuery iterating a row at a time.
findEach(DocQueryRequest<T>, Consumer<T>) - Method in interface io.ebean.DocumentStore
Execute the query against the document store with the expectation of a large set of results that are processed in a scrolling resultSet fashion.
findEach(DocQueryRequest<T>, Consumer<T>) - Method in class io.ebeanservice.docstore.none.NoneDocStore
 
findEach(String, String, Consumer<RawDoc>) - Method in interface io.ebean.DocumentStore
Find each processing raw documents.
findEach(String, String, Consumer<RawDoc>) - Method in class io.ebeanservice.docstore.none.NoneDocStore
 
findEach(Consumer<SqlRow>) - Method in interface io.ebean.SqlQuery
Execute the SqlQuery iterating a row at a time.
findEach(Consumer<T>) - Method in interface io.ebean.DtoQuery
Execute the query iterating a row at a time.
findEach(Consumer<T>) - Method in interface io.ebean.ExpressionList
Execute the query process the beans one at a time.
findEach(Consumer<T>) - Method in interface io.ebean.Query
Execute the query processing the beans one at a time.
findEachRow(RowConsumer) - Method in interface io.ebean.SqlQuery
Execute the query reading each row from ResultSet using the RowConsumer.
findEachWhile(Query<T>, Predicate<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Execute the query visiting the each bean one at a time.
findEachWhile(SqlQuery, Predicate<SqlRow>, Transaction) - Method in interface io.ebean.ExtendedServer
Execute the SqlQuery iterating a row at a time with the ability to stop consuming part way through.
findEachWhile(DocQueryRequest<T>, Predicate<T>) - Method in interface io.ebean.DocumentStore
Execute the query against the document store with the expectation of a large set of results that are processed in a scrolling resultSet fashion.
findEachWhile(DocQueryRequest<T>, Predicate<T>) - Method in class io.ebeanservice.docstore.none.NoneDocStore
 
findEachWhile(String, String, Predicate<RawDoc>) - Method in interface io.ebean.DocumentStore
Find each processing raw documents stopping when the predicate returns false.
findEachWhile(String, String, Predicate<RawDoc>) - Method in class io.ebeanservice.docstore.none.NoneDocStore
 
findEachWhile(Predicate<SqlRow>) - Method in interface io.ebean.SqlQuery
Execute the SqlQuery iterating a row at a time with the ability to stop consuming part way through.
findEachWhile(Predicate<T>) - Method in interface io.ebean.DtoQuery
Execute the query iterating a row at a time with the ability to stop consuming part way through.
findEachWhile(Predicate<T>) - Method in interface io.ebean.ExpressionList
Execute the query processing the beans one at a time with the ability to stop processing before reading all the beans.
findEachWhile(Predicate<T>) - Method in interface io.ebean.Query
Execute the query using callbacks to a visitor to process the resulting beans one at a time.
Finder<I,​T> - Class in io.ebean
Intended to be used as a base class for 'Finder' implementations that can then be injected or used as public static fields on the associated entity bean.
Finder(Class<T>) - Constructor for class io.ebean.Finder
Create with the type of the entity bean.
Finder(Class<T>, String) - Constructor for class io.ebean.Finder
Create with the type of the entity bean and specific database name.
findFutureCount() - Method in interface io.ebean.ExpressionList
Execute find row count query in a background thread.
findFutureCount() - Method in interface io.ebean.Query
Execute find row count query in a background thread.
findFutureCount(Query<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Execute find row count query in a background thread.
findFutureIds() - Method in interface io.ebean.ExpressionList
Execute find Id's query in a background thread.
findFutureIds() - Method in interface io.ebean.Query
Execute find Id's query in a background thread.
findFutureIds(Query<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Execute find Id's query in a background thread.
findFutureList() - Method in interface io.ebean.ExpressionList
Execute find list query in a background thread.
findFutureList() - Method in interface io.ebean.Query
Execute find list query in a background thread.
findFutureList(Query<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Execute find list query in a background thread returning a FutureList object.
findIds() - Method in interface io.ebean.ExpressionList
Execute the query returning the list of Id's.
findIds() - Method in interface io.ebean.Query
Execute the query returning the list of Id's.
findIds(Query<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Return the Id values of the query as a List.
findIterate() - Method in interface io.ebean.ExpressionList
Execute the query iterating over the results.
findIterate() - Method in interface io.ebean.Query
Execute the query iterating over the results.
findIterate(Query<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Return a QueryIterator for the query.
findLargeStream() - Method in interface io.ebean.Query
Deprecated.
findLargeStream(Query<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Deprecated.
findList() - Method in interface io.ebean.DtoQuery
Execute the query returning a list.
findList() - Method in interface io.ebean.ExpressionList
Execute the query returning a list.
findList() - Method in interface io.ebean.Query
Execute the query returning the list of objects.
findList() - Method in interface io.ebean.SqlQuery
Execute the query returning a list.
findList() - Method in interface io.ebean.SqlQuery.TypeQuery
Return the list of values.
findList(Query<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Execute a query returning a list of beans.
findList(RowMapper<T>) - Method in interface io.ebean.SqlQuery
Deprecated.
findList(SqlQuery, Transaction) - Method in interface io.ebean.ExtendedServer
Execute the sql query returning a list of MapBean.
findList(DocQueryRequest<T>) - Method in interface io.ebean.DocumentStore
Execute the find list query.
findList(DocQueryRequest<T>) - Method in class io.ebeanservice.docstore.none.NoneDocStore
 
findMany(BeanQueryRequest<T>) - Method in interface io.ebean.event.BeanFindController
Return a List, Set or Map for the given find request.
findMap() - Method in interface io.ebean.ExpressionList
Execute the query returning a map.
findMap() - Method in interface io.ebean.Query
Execute the query returning a map of the objects.
findMap(Query<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Execute the query returning the entity beans in a Map.
findNative(Class<T>, String) - Method in interface io.ebean.Database
Create a query using native SQL.
findNative(Class<T>, String) - Static method in class io.ebean.DB
Create a query using native SQL.
findNative(Class<T>, String) - Static method in class io.ebean.Ebean
Deprecated.
Create a query using native SQL.
findOne() - Method in interface io.ebean.DtoQuery
Execute the query returning a single bean.
findOne() - Method in interface io.ebean.ExpressionList
Execute the query returning a single bean or null (if no matching bean is found).
findOne() - Method in interface io.ebean.Query
Execute the query returning either a single bean or null (if no matching bean is found).
findOne() - Method in interface io.ebean.SqlQuery
Execute the query returning a single row or null.
findOne() - Method in interface io.ebean.SqlQuery.TypeQuery
Return the single value.
findOne(Query<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Execute the query returning at most one entity bean or null (if no matching bean is found).
findOne(RowMapper<T>) - Method in interface io.ebean.SqlQuery
Deprecated.
findOne(SqlQuery, Transaction) - Method in interface io.ebean.ExtendedServer
Execute the sql query returning a single MapBean or null.
findOneOrEmpty() - Method in interface io.ebean.DtoQuery
Execute the query returning an optional bean.
findOneOrEmpty() - Method in interface io.ebean.ExpressionList
Execute the query returning an optional bean.
findOneOrEmpty() - Method in interface io.ebean.Query
Execute the query returning an optional bean.
findOneOrEmpty() - Method in interface io.ebean.SqlQuery
Execute the query returning an optional row.
findOneOrEmpty() - Method in interface io.ebean.SqlQuery.TypeQuery
Return the single value that is optional.
findOneOrEmpty(Query<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Similar to findOne() but returns an Optional (rather than nullable).
findPagedList() - Method in interface io.ebean.ExpressionList
Return a PagedList for this query using firstRow and maxRows.
findPagedList() - Method in interface io.ebean.Query
Return a PagedList for this query using firstRow and maxRows.
findPagedList(Query<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Return a PagedList for this query using firstRow and maxRows.
findPagedList(DocQueryRequest<T>) - Method in interface io.ebean.DocumentStore
Execute the query against the document store returning the paged list.
findPagedList(DocQueryRequest<T>) - Method in class io.ebeanservice.docstore.none.NoneDocStore
 
findSet() - Method in interface io.ebean.ExpressionList
Execute the query returning a set.
findSet() - Method in interface io.ebean.Query
Execute the query returning the set of objects.
findSet(Query<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Execute the query returning a set of entity beans.
findSingleAttribute() - Method in interface io.ebean.ExpressionList
Execute a query returning a single value of a single property/column.
findSingleAttribute() - Method in interface io.ebean.Query
Execute a query returning a single value of a single property/column.
findSingleAttribute(Class<T>) - Method in interface io.ebean.SqlQuery
Deprecated.
findSingleAttributeList() - Method in interface io.ebean.ExpressionList
Execute the query returning a list of values for a single property.
findSingleAttributeList() - Method in interface io.ebean.Query
Execute the query returning a list of values for a single property.
findSingleAttributeList(Query<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Execute the query returning a list of values for a single property.
findSingleAttributeList(Class<T>) - Method in interface io.ebean.SqlQuery
Deprecated.
findSingleDecimal() - Method in interface io.ebean.SqlQuery
Deprecated.
findSingleLong() - Method in interface io.ebean.SqlQuery
Deprecated.
findStream() - Method in interface io.ebean.Query
Execute the query returning the result as a Stream.
findStream(Query<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Execute the query returning the result as a Stream.
findVersions() - Method in interface io.ebean.ExpressionList
Return versions of a @History entity bean.
findVersions() - Method in interface io.ebean.Query
Return versions of a @History entity bean.
findVersions(Query<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Return versions of a @History entity bean.
findVersionsBetween(Timestamp, Timestamp) - Method in interface io.ebean.ExpressionList
Return versions of a @History entity bean between the 2 timestamps.
findVersionsBetween(Timestamp, Timestamp) - Method in interface io.ebean.Query
Return versions of a @History entity bean between the 2 timestamps.
fire(Connection, Object[], Object[]) - Method in class io.ebean.config.dbplatform.h2.H2HistoryTrigger
 
flags(String) - Method in class io.ebean.search.TextSimple
Set the flags.
FLOAT - io.ebeanservice.docstore.api.mapping.DocPropertyType
Float.
flush() - Method in class io.ebean.BeanFinder
Flush the JDBC batch on the current transaction.
flush() - Method in interface io.ebean.Database
Flush the JDBC batch on the current transaction.
flush() - Static method in class io.ebean.DB
The batch will be flushing automatically but you can use this to explicitly flush the batch if you like.
flush() - Static method in class io.ebean.Ebean
Deprecated.
The batch will be flushing automatically but you can use this to explicitly flush the batch if you like.
flush() - Method in class io.ebean.Finder
Flush the JDBC batch on the current transaction.
flush() - Method in class io.ebean.Model
Flush any batched changes to the database.
flush() - Method in interface io.ebean.Transaction
The batch will be flushing automatically but you can use this to explicitly flush the batch if you like.
flush() - Method in interface io.ebeanservice.docstore.api.DocStoreQueryUpdate
Flush the changes to the document store.
flush() - Method in interface io.ebeanservice.docstore.api.DocStoreTransaction
Flush all changes to the document store.
flushBatch() - Method in interface io.ebean.Transaction
This is a synonym for flush() and will be deprecated.
foreignKeyConstraintName(String, String) - Method in class io.ebean.config.DbConstraintNaming
Return the foreign key constraint name given a single column foreign key.
foreignKeyIndexName(String, String) - Method in class io.ebean.config.DbConstraintNaming
Return the index name associated with a foreign key constraint given a single column foreign key.
foreignKeyIndexName(String, String[]) - Method in class io.ebean.config.DbConstraintNaming
Return the index name associated with a foreign key constraint given multiple columns.
forJson(JsonParser, boolean) - Method in interface io.ebean.text.json.JsonBeanReader
Create a new reader taking the context from the existing one but using a new JsonParser.
format(Object) - Method in interface io.ebean.text.StringFormatter
Convert an Object value into a String value.
forUpdate() - Method in interface io.ebean.ExpressionList
Execute using "for update" clause which results in the DB locking the record.
forUpdate() - Method in interface io.ebean.Query
Execute using "for update" clause which results in the DB locking the record.
forUpdateNoWait() - Method in interface io.ebean.ExpressionList
Execute using "for update" clause with No Wait option.
forUpdateNoWait() - Method in interface io.ebean.Query
Execute using "for update" clause with "no wait" option.
forUpdateSkipLocked() - Method in interface io.ebean.ExpressionList
Execute using "for update" clause with Skip Locked option.
forUpdateSkipLocked() - Method in interface io.ebean.Query
Execute using "for update" clause with "skip locked" option.
fullLocation() - Method in interface io.ebean.ProfileLocation
Return the full location.
FutureIds<T> - Interface in io.ebean
FutureIds represents the result of a background query execution for the Id's.
FutureList<T> - Interface in io.ebean
FutureList represents the result of a background query execution that will return a list of entities.
FutureRowCount<T> - Interface in io.ebean
Represents the result of a background query execution for the total row count for a query.
fuzziness(String) - Method in class io.ebean.search.TextQueryString
Set fuzziness.
fuzzyMaxExpansions(int) - Method in class io.ebean.search.TextQueryString
Set fuzzy max expansions.
fuzzyPrefixLength(int) - Method in class io.ebean.search.TextQueryString
Set the fuzzy prefix length.

G

ge(String, Object) - Static method in class io.ebean.Expr
Greater Than or Equal to - property greater than or equal to the given value.
ge(String, Object) - Method in interface io.ebean.ExpressionFactory
Greater Than or Equal to - property greater than or equal to the given value.
ge(String, Object) - Method in interface io.ebean.ExpressionList
Greater Than or Equal to - property greater than or equal to the given value.
ge(String, Object) - Method in interface io.ebean.Filter
Greater Than or Equal to - property greater than or equal to the given value.
gen() - Method in interface io.ebean.text.json.JsonWriter
Return the Jackson core JsonGenerator.
generateInitMigration() - Method in interface io.ebean.dbmigration.DbMigration
Generate an "init" migration which has all changes.
generateMigration() - Method in interface io.ebean.dbmigration.DbMigration
Generate the next migration sql script and associated model xml.
get() - Static method in class io.ebean.text.TimeStringParser
Return a shared instance as this is thread safe.
get(Object) - Method in interface io.ebean.cache.ServerCache
Return the value given the key.
get(Object) - Method in interface io.ebean.SqlRow
Return a property value by its name.
get(String) - Method in class io.ebean.config.PropertiesWrapper
Get a property with no default value.
get(String, String) - Method in class io.ebean.config.PropertiesWrapper
Get a property with a default value.
GET - io.ebean.CacheMode
GET only from the cache.
getA() - Method in class io.ebean.Pairs.Entry
Return the value for the first property.
getAll(Set<Object>) - Method in interface io.ebean.cache.ServerCache
 
getAnalyzer() - Method in class io.ebean.search.AbstractMatch
Return the analyzer.
getAnalyzer() - Method in class io.ebean.search.TextQueryString
Return the analyzer.
getAnalyzer() - Method in class io.ebean.search.TextSimple
Return the analyzer to use.
getAnalyzer() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
getApplyPrefix() - Method in class io.ebean.config.DbMigrationConfig
Return the apply prefix.
getApplySuffix() - Method in class io.ebean.config.DbMigrationConfig
Return the apply script suffix (defaults to sql).
getAsOfPredicate(String, String) - Method in class io.ebean.config.dbplatform.postgres.PostgresHistorySupport
Build and return the 'as of' predicate for a given table alias.
getAsOfSysPeriod() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the database column used to support history and 'As of' queries.
getAsOfViewSuffix() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the suffix appended to the base table to derive the view that contains the union of the base table and the history table in order to support asOf queries.
getAsOfViewSuffix(String) - Method in class io.ebean.config.dbplatform.hana.HanaHistorySupport
 
getAsOfViewSuffix(String) - Method in class io.ebean.config.dbplatform.mariadb.MariaDbHistorySupport
Return the ' as of timestamp ?' clause appended after the table name.
getAsOfViewSuffix(String) - Method in class io.ebean.config.dbplatform.oracle.OracleDbHistorySupport
Return the ' as of timestamp ?' clause appended after the table name.
getAsOfViewSuffix(String) - Method in class io.ebean.config.dbplatform.sqlserver.SqlServerHistorySupport
Return the ' as of timestamp ?' clause appended after the table name.
getAssocIdExpression(String, String) - Method in interface io.ebean.plugin.ExpressionPath
Return the Id expression string.
getAssocIdValues(EntityBean) - Method in interface io.ebean.plugin.ExpressionPath
Return the Id values for the given bean value.
getAutoTune() - Method in interface io.ebean.Database
Return AutoTune which is used to control the AutoTune service at runtime.
getAutoTuneConfig() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the configuration for AutoTune.
getB() - Method in class io.ebean.Pairs.Entry
Return the value for the second property.
getBackgroundExecutor() - Method in interface io.ebean.Database
Return the BackgroundExecutor service for asynchronous processing of queries.
getBackgroundExecutor() - Static method in class io.ebean.DB
Return the BackgroundExecutor service for asynchronous processing of queries.
getBackgroundExecutor() - Static method in class io.ebean.Ebean
Deprecated.
Return the BackgroundExecutor service for asynchronous processing of queries.
getBackgroundExecutorSchedulePoolSize() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the Background executor schedule pool size.
getBackgroundExecutorShutdownSecs() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the Background executor shutdown seconds.
getBaseTable() - Method in interface io.ebean.plugin.BeanType
Return the base table this bean type maps to.
getBatch() - Method in class io.ebean.TxScope
Return the batch mode.
getBatchOnCascade() - Method in class io.ebean.TxScope
Return the batch on cascade mode.
getBatchSize() - Method in interface io.ebean.Transaction
Return the current batch size.
getBatchSize() - Method in class io.ebean.TxScope
Return the batch size.
getBean() - Method in interface io.ebean.event.BeanPersistRequest
Returns the bean being inserted updated or deleted.
getBean() - Method in class io.ebean.Version
Return the bean instance for this version.
getBeanCache(Class<?>) - Method in interface io.ebean.cache.ServerCacheManager
Return the cache for beans of a particular type.
getBeanId() - Method in class io.ebean.DocStoreQueueEntry
Return the bean id (which matches the document id).
getBeanId(Object) - Method in interface io.ebean.Database
Return the value of the Id property for a given bean.
getBeanId(Object) - Static method in class io.ebean.DB
Return the value of the Id property for a given bean.
getBeanId(T) - Method in interface io.ebean.plugin.BeanType
Return the id value for the given bean.
getBeanState(Object) - Method in interface io.ebean.Database
Return the BeanState for a given entity bean.
getBeanState(Object) - Static method in class io.ebean.DB
Return the BeanState for a given entity bean.
getBeanState(Object) - Static method in class io.ebean.Ebean
Deprecated.
Return the BeanState for a given entity bean.
getBeanType() - Method in class io.ebean.event.readaudit.ReadAuditQueryPlan
Return the bean type.
getBeanType() - Method in class io.ebean.event.readaudit.ReadEvent
Return the type of bean read.
getBeanType() - Method in interface io.ebean.meta.MetaQueryPlan
Return the bean type for the query.
getBeanType() - Method in interface io.ebean.plugin.BeanType
Return the class type this BeanDescriptor describes.
getBeanType() - Method in interface io.ebean.Query
Return the type of beans being queried.
getBeanType(Class<T>) - Method in interface io.ebean.plugin.SpiServer
Return the bean type for a given entity bean class.
getBeanTypeAtPath(String) - Method in interface io.ebean.plugin.BeanType
Return the type bean for an OneToMany or ManyToOne or ManyToMany property.
getBeanTypeForQueueId(String) - Method in interface io.ebean.plugin.SpiServer
Return the bean type for a given doc store queueId.
getBeanTypes() - Method in interface io.ebean.plugin.SpiServer
Return all the bean types registered on this server instance.
getBeanTypes(String) - Method in interface io.ebean.plugin.SpiServer
Return the bean types mapped to the given base table.
getBigDecimal(String) - Method in interface io.ebean.SqlRow
Return a property value as a BigDecimal.
getBind() - Method in interface io.ebean.meta.MetaQueryPlan
Return a description of the bind values.
getBindCount() - Method in class io.ebean.config.dbplatform.postgres.PostgresHistorySupport
Return 1 as we are using the postgres range type and hence don't need 2 bind variables.
getBindLog() - Method in class io.ebean.event.readaudit.ReadEvent
Return the bind log used when executing the query.
getBoolean(String) - Method in interface io.ebean.SqlRow
Return a property as a Boolean.
getBoolean(String, boolean) - Method in class io.ebean.config.PropertiesWrapper
Return a boolean property value.
getBoost() - Method in class io.ebean.search.AbstractMatch
Return the boost.
getBoost() - Method in class io.ebean.search.TextQueryString
Return the boost.
getBoost() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
getBulkBatchSize() - Method in class io.ebean.config.DocStoreConfig
Return the default batch size to use for calls to the Bulk API.
getBulkTableEventListeners() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the list of BulkTableEventListener instances.
getCacheKey() - Method in class io.ebean.cache.ServerCacheConfig
Return the name of the cache.
getCacheMaxIdleTime() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the L2 cache default max idle time in seconds.
getCacheMaxSize() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the L2 cache default max size.
getCacheMaxTimeToLive() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the L2 cache default max time to live in seconds.
getCacheName() - Method in class io.ebean.cache.ServerCacheStatistics
Return the name of the cache.
getCacheOptions() - Method in class io.ebean.cache.ServerCacheConfig
Return the tuning options.
getCaptureCount() - Method in interface io.ebean.meta.MetaQueryPlan
Return the total count of times bind capture has occurred.
getCatalog() - Method in class io.ebean.config.AbstractNamingConvention
Return the catalog.
getCatalog() - Method in class io.ebean.config.TableName
Gets the catalog.
getChangedProps() - Method in interface io.ebean.BeanState
Return the set of changed properties.
getChangeFilter(Class<?>) - Method in interface io.ebean.event.changelog.ChangeLogRegister
For the given bean type return the Change log filter to use.
getChangeLogListener() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the ChangeLogListener which actually performs the logging of change sets in the background.
getChangeLogPrepare() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the ChangeLogPrepare.
getChangeLogRegister() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the ChangeLogRegister which controls which ChangeLogFilter is used for each bean type and in this way provide fine grained control over which persist requests are included in the change log.
getChanges() - Method in class io.ebean.event.changelog.ChangeSet
Return the bean changes.
getChildren() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyMapping
Return the child nested properties.
getClasses() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the classes registered for this database.
getClassLoadConfig() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the ClassLoadConfig which is used to detect Joda, Java8 types etc and also create new instances of plugins given a className.
getClassLoader() - Method in class io.ebean.config.ClassLoadConfig
Return the classLoader to use for service loading etc.
getClearCount() - Method in class io.ebean.cache.ServerCacheStatistics
Return the clear count.
getClock() - Method in class io.ebean.config.ServerConfig
Deprecated.
Get the clock used for setting the timestamps (e.g.
getCode() - Method in enum io.ebean.event.changelog.ChangeType
Return the short code for the ChangeType.
getCode() - Method in enum io.ebean.event.changelog.TxnState
Return the short code for the transaction state.
getCode() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
getCollectionIdsCache(Class<?>, String) - Method in interface io.ebean.cache.ServerCacheManager
Return the cache for associated many properties of a bean type.
getCollectQueryPlanThresholdMicros() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the query plan collection threshold in microseconds.
getColumnDefinition() - Method in class io.ebean.config.CustomDbTypeMapping
Return the DB column definition to use.
getColumnFromProperty(Class<?>, String) - Method in class io.ebean.config.MatchingNamingConvention
 
getColumnFromProperty(Class<?>, String) - Method in interface io.ebean.config.NamingConvention
Return the column name given the property name.
getColumnFromProperty(Class<?>, String) - Method in class io.ebean.config.UnderscoreNamingConvention
Converts Camel case property name to underscore based column name.
getConcatSeparator() - Method in class io.ebean.Pairs
Return the separator character used with DB varchar concatenation to combine the 2 values.
getConcatSuffix() - Method in class io.ebean.Pairs
Return a suffix used with DB varchar concatenation to combine the 2 values.
getConnection() - Method in interface io.ebean.Transaction
Return the underlying Connection object.
getConstraintNaming() - Method in class io.ebean.config.PlatformConfig
 
getConstraintNaming() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the constraint naming convention used in DDL generation.
getContainerConfig() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the container / clustering configuration.
getCopyTo() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
getCount() - Method in class io.ebean.CountedValue
 
getCount() - Method in interface io.ebean.meta.MetaCountMetric
Return the total count.
getCount() - Method in interface io.ebean.meta.MetaTimedMetric
Return the total count.
getCount() - Method in class io.ebean.meta.MetricData
 
getCountMetrics() - Method in class io.ebean.meta.BasicMetricVisitor
 
getCountMetrics() - Method in interface io.ebean.meta.ServerMetrics
Return the Counter metrics.
getCurrentTenantProvider() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the current tenant provider.
getCurrentTransaction() - Method in interface io.ebean.config.ExternalTransactionManager
Return the current transaction or null if there is none.
getCurrentUserProvider() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the CurrentUserProvider.
getCustomTypeMappings() - Method in class io.ebean.config.PlatformConfig
Return the list of custom type mappings.
getCutoffFrequency() - Method in class io.ebean.search.AbstractMatch
Return the cutoff frequency.
getCutoffFrequency() - Method in class io.ebean.search.TextCommonTerms
Return the cutoff frequency.
getData() - Method in class io.ebean.event.changelog.BeanChange
Return the change data in JSON form.
getDatabaseBooleanFalse() - Method in class io.ebean.config.PlatformConfig
Return a value used to represent FALSE in the database.
getDatabaseBooleanFalse() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return a value used to represent FALSE in the database.
getDatabaseBooleanTrue() - Method in class io.ebean.config.PlatformConfig
Return a value used to represent TRUE in the database.
getDatabaseBooleanTrue() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return a value used to represent TRUE in the database.
getDatabasePlatform() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the database platform to use for this database.
getDatabasePlatform() - Method in interface io.ebean.plugin.SpiServer
Return the DatabasePlatform for this database.
getDatabasePlatformName() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the database platform name (can be null).
getDatabaseSequenceBatchSize() - Method in class io.ebean.config.PlatformConfig
Return the number of DB sequence values that should be preallocated.
getDatabaseSequenceBatchSize() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the number of DB sequence values that should be preallocated.
getDataSource() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the DataSource.
getDataSource() - Method in interface io.ebean.plugin.SpiServer
Return the associated DataSource for this Database instance.
getDataSourceConfig() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the configuration to build a DataSource using Ebean's own DataSource implementation.
getDataSourceJndiName() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the JNDI name of the DataSource to use.
getDataTimeZone() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the time zone to use when reading/writing Timestamps via JDBC.
getDate(String) - Method in interface io.ebean.SqlRow
Return the property as a sql date.
getDbEncrypt() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the DbEncrypt used to encrypt and decrypt properties.
getDbLength() - Method in class io.ebean.config.EncryptDeploy
Return a hint to specify the DB length.
getDbPassword() - Method in class io.ebean.config.DbMigrationConfig
Return the DB password to use for running DB migrations.
getDbSchema() - Method in class io.ebean.config.DbMigrationConfig
Return the DB schema to use (for migration, testing etc).
getDbSchema() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the DB schema to use.
getDbUsername() - Method in class io.ebean.config.DbMigrationConfig
Return the DB username to use for running DB migrations.
getDbUuid() - Method in class io.ebean.config.PlatformConfig
Return the DB type used to store UUID.
getDdlHeader() - Method in class io.ebean.config.DbMigrationConfig
Returns a DDL header prepend for each DDL.
getDdlInitSql() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return a SQL script to execute before the "create all" DDL has been run.
getDdlSeedSql() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return SQL script to execute after the "create all" DDL has been run.
getDefault() - Static method in class io.ebean.DB
Return the default database.
getDefaultEnumType() - Method in class io.ebean.config.ServerConfig
Deprecated.
 
getDefaultField() - Method in class io.ebean.search.TextQueryString
Return the default field.
getDefaultServer() - Static method in class io.ebean.Ebean
Deprecated.
Returns the default EbeanServer.
getDeleteEvents() - Method in class io.ebeanservice.docstore.api.DocStoreUpdates
Return delete events.
getDependentTables() - Method in class io.ebean.cache.QueryCacheEntry
Return the tables the query result is dependent on.
getDependentTables() - Method in class io.ebean.cache.ServerCacheNotification
 
getDiff() - Method in class io.ebean.Version
Return the map of differences from this bean to the prior version.
getDirectory() - Method in class io.ebean.config.ProfilingConfig
Return the directory profiling files are put into.
getDirtyProperties() - Method in interface io.ebean.event.BeanPersistRequest
Flags set for dirty properties (used by ElasticSearch integration).
getDirtyValues() - Method in interface io.ebean.BeanState
Return a map of the updated properties and their new and old values.
getDiscColumn() - Method in interface io.ebean.plugin.BeanType
Return the discriminator column.
getDisplayXtoYofZ(String, String) - Method in class io.ebean.EmptyPagedList
 
getDisplayXtoYofZ(String, String) - Method in interface io.ebean.PagedList
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.
getDocMapping() - Method in interface io.ebean.plugin.BeanType
Return the DocumentMapping for this bean type.
getDocStoreConfig() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the configuration for the ElasticSearch integration.
getDocStoreQueueId() - Method in interface io.ebean.plugin.BeanType
Return the doc store queueId for this bean type.
getDocValues() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
getDouble(String) - Method in interface io.ebean.SqlRow
Return the property value as a Double.
getDouble(String, double) - Method in class io.ebean.config.PropertiesWrapper
Return a double property value.
getDumpMetricsOptions() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the options for dumping metrics.
getEbeanServer() - Method in interface io.ebean.event.BeanDeleteIdRequest
Return the server processing the request.
getEbeanServer() - Method in interface io.ebean.event.BeanPersistRequest
Return the server processing the request.
getEbeanServer() - Method in interface io.ebean.event.BeanQueryRequest
Return the server processing the request.
getElName() - Method in interface io.ebean.plugin.ExpressionPath
The ElPrefix plus name.
getEmbedded(String) - Method in interface io.ebean.plugin.BeanDocType
Return the FetchPath for the embedded document.
getEmbedded(String) - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
 
getEmbedded(String) - Method in class io.ebeanservice.docstore.api.support.DocStructure
Return the document structure for an embedded path.
getEmbeddedManyRoot(String) - Method in interface io.ebean.plugin.BeanDocType
For embedded 'many' properties we need a FetchPath relative to the root which is used to build and replace the embedded list.
getEmbeddedManyRoot(String) - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
 
getEmbeddedManyRoot(String) - Method in class io.ebeanservice.docstore.api.support.DocStructure
 
getEnabled() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
getEnabledL2Regions() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the enabled L2 cache regions.
getEncryptDeploy(TableName, String) - Method in interface io.ebean.config.EncryptDeployManager
Return true if the table column is encrypted.
getEncryptDeployManager() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the EncryptDeployManager.
getEncryptKey(String, String) - Method in interface io.ebean.config.EncryptKeyManager
Return the key used to encrypt and decrypt a property mapping to the given table and column.
getEncryptKeyManager() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the EncryptKeyManager.
getEncryptor() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the Encryptor used to encrypt data on the java client side (as opposed to DB encryption functions).
getEnd() - Method in class io.ebean.Version
Return the effective end date time of this version.
getEntries() - Method in class io.ebean.Pairs
Return all the value pairs.
getEnum(Class<T>, String, T) - Method in class io.ebean.config.PropertiesWrapper
Return a Enum property value.
getEvent() - Method in class io.ebean.event.changelog.BeanChange
Return the change type (INSERT, UPDATE or DELETE).
getEventTime() - Method in class io.ebean.event.changelog.BeanChange
Return the event time in epoch millis.
getEventTime() - Method in class io.ebean.event.readaudit.ReadEvent
Return the event date time.
getEvictCount() - Method in class io.ebean.cache.ServerCacheStatistics
Return the count of entries evicted due to idle time.
getExecutionOrder() - Method in class io.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 io.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 io.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).
getExpressionFactory() - Method in interface io.ebean.Database
Return the ExpressionFactory for this database.
getExpressionFactory() - Static method in class io.ebean.DB
Return the ExpressionFactory from the default database.
getExpressionFactory() - Static method in class io.ebean.Ebean
Deprecated.
Return the ExpressionFactory from the default database.
getExpressionFactory() - Method in interface io.ebean.Query
Return the ExpressionFactory used by this query.
getExpressionPath(String) - Method in interface io.ebean.plugin.BeanType
Return the ExpressionPath for a given property path.
getExternalTransactionManager() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the external transaction manager.
getFields() - Method in class io.ebean.search.MultiMatch
Return the fields to search.
getFields() - Method in class io.ebean.search.TextQueryString
Return the fields.
getFields() - Method in class io.ebean.search.TextSimple
Return the fields.
getFindController() - Method in interface io.ebean.plugin.BeanType
Return the beanFinder.
getFindControllers() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the list of BeanFindController instances.
getFirstRow() - Method in interface io.ebean.Query
Return the first row value.
getFlags() - Method in class io.ebean.search.TextSimple
Return the flags.
getFloat(String) - Method in interface io.ebean.SqlRow
Return the property value as a Float.
getForeignKey(String, String) - Method in class io.ebean.config.MatchingNamingConvention
 
getForeignKey(String, String) - Method in interface io.ebean.config.NamingConvention
Return the foreign key column given the local and foreign properties.
getForeignKey(String, String) - Method in class io.ebean.config.UnderscoreNamingConvention
 
getForUpdateMode() - Method in interface io.ebean.Query
Return the "for update" mode to use.
getFullName() - Method in interface io.ebean.plugin.BeanType
Return the full name of the bean type.
getFutureCount() - Method in class io.ebean.EmptyPagedList
 
getFutureCount() - Method in interface io.ebean.PagedList
Return the Future row count.
getFuzziness() - Method in class io.ebean.search.AbstractMatch
Return the fuzziness.
getFuzziness() - Method in class io.ebean.search.TextQueryString
Return the fuzziness.
getFuzzyMaxExpansions() - Method in class io.ebean.search.TextQueryString
Return the fuzzy max expansions.
getFuzzyPrefixLength() - Method in class io.ebean.search.TextQueryString
Return the fuzzy prefix length.
getGarbageCollectionWait() - Method in class io.ebean.config.AutoTuneConfig
Return the time in millis to wait after a system gc to collect profiling information.
getGeneratedKey() - Method in interface io.ebean.SqlUpdate
Return the generated key value.
getGeneratedSql() - Method in interface io.ebean.Query
Return the sql that was generated for executing this query.
getGeneratedSql() - Method in interface io.ebean.SqlUpdate
Return the generated sql that has named parameters converted to positioned parameters.
getGeneratedSql() - Method in interface io.ebean.Update
Return the sql that is actually executed.
getGeometrySRID() - Method in class io.ebean.config.PlatformConfig
Return the Geometry SRID.
getGeometrySRID() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the Geometry SRID.
getHash() - Method in interface io.ebean.meta.MetaQueryMetric
Return the hash of the plan.
getHash() - Method in interface io.ebean.meta.MetaQueryPlan
Return the hash of the plan.
getHash() - Method in class io.ebean.meta.MetricData
 
getHashes() - Method in class io.ebean.meta.QueryPlanInit
Return the specific hashes that we want to collect query plans on.
getHistoryTableSuffix() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the history table suffix (defaults to _history).
getHitCount() - Method in class io.ebean.cache.ServerCacheStatistics
Return the hit count.
getHitRatio() - Method in interface io.ebean.cache.ServerCache
Return the hit ratio the cache is currently getting.
getHitRatio() - Method in class io.ebean.cache.ServerCacheStatistics
Returns an int from 0 to 100 (percentage) for the hit ratio.
getId() - Method in interface io.ebean.event.BeanDeleteIdRequest
Returns the Id value of the bean being deleted.
getId() - Method in class io.ebean.event.changelog.BeanChange
Return the object id.
getId() - Method in class io.ebean.event.readaudit.ReadEvent
Return the id of the bean read.
getId() - Method in interface io.ebean.Query
Return the Id value.
getId() - Method in class io.ebeanservice.docstore.api.RawDoc
Return the Id value.
getIdGenerators() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the custom IdGenerator instances.
getIdProperty() - Method in interface io.ebean.plugin.BeanType
Return the Id property.
getIds() - Method in class io.ebean.event.readaudit.ReadEvent
Return the ids of the beans read.
getIdType() - Method in class io.ebean.config.PlatformConfig
Return the IdType to use (or null for the default choice).
getIdType() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the preferred DB platform IdType.
getIdType() - Method in interface io.ebean.plugin.BeanType
Return the identity generation type.
getInclude() - Method in class io.ebean.text.json.JsonWriteOptions
Return the include mode for this request.
getIncludeInAll() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
getIncludeProfileIds() - Method in class io.ebean.config.ProfilingConfig
Return the specific set of profileIds to include in profiling.
getIndex() - Method in class io.ebeanservice.docstore.api.RawDoc
Return the index name.
getIndexName() - Method in interface io.ebean.plugin.BeanDocType
Return the doc store index name for this bean type.
getIndexName() - Method in interface io.ebeanservice.docstore.api.DocStoreBeanAdapter
Return the index name for this bean type.
getIndexName() - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
 
getIndexType() - Method in interface io.ebean.plugin.BeanDocType
Return the doc store index type for this bean type.
getIndexType() - Method in interface io.ebeanservice.docstore.api.DocStoreBeanAdapter
Return the index type for this bean type.
getIndexType() - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
 
getInheritanceChildren() - Method in interface io.ebean.plugin.BeanType
Returns all direct children of this beantype
getInheritanceParent() - Method in interface io.ebean.plugin.BeanType
Returns the parent in inheritance hiearchy
getInheritType() - Method in interface io.ebean.Query
Returns the inherit type.
getInt(String, int) - Method in class io.ebean.config.PropertiesWrapper
Return an int property value.
getInteger(String) - Method in interface io.ebean.SqlRow
Return a property as an Integer.
getIsolation() - Method in class io.ebean.TxScope
Return the Isolation level this transaction should run with.
getIsolationLevel() - Method in class io.ebean.TxScope
Return the isolation level.
getJdbcFetchSizeFindEach() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the default JDBC fetchSize hint for findEach/findEachWhile queries.
getJdbcFetchSizeFindList() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the default JDBC fetchSize hint for findList queries.
getJdbcType() - Method in interface io.ebean.plugin.ExpressionPath
Return the underlying JDBC type or 0 if this is not a scalar type.
getJodaLocalTimeMode() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the mode to use for Joda LocalTime support 'normal' or 'utc'.
getJsonDate() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the JSON format used for Date types.
getJsonDateTime() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the JSON format used for DateTime types.
getJsonFactory() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the Jackson JsonFactory to use.
getJsonInclude() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the JSON include mode used when writing JSON.
getLabel() - Method in interface io.ebean.CallableSql
Return the label that is put into the transaction log.
getLabel() - Method in interface io.ebean.meta.MetaQueryMetric
The label for the query (can be null).
getLabel() - Method in interface io.ebean.meta.MetaQueryPlan
Return the label of the query.
getLabel() - Method in interface io.ebean.SqlUpdate
Return the label that can be seen in the transaction logs.
getLabel() - Method in class io.ebean.TxScope
Return the label for the transaction.
getLazyBatchSize() - Method in class io.ebean.FetchConfig
Return the batch size for lazy loading.
getLazyLoadBatchSize() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the default batch size for lazy loading of beans and collections.
getList() - Method in class io.ebean.EmptyPagedList
 
getList() - Method in interface io.ebean.PagedList
Return the list of entities for this page.
getLoadContext() - Method in class io.ebean.text.json.JsonReadOptions
Return the load context to use.
getLoadedProperties() - Method in interface io.ebean.event.BeanPersistRequest
For an update or delete of a partially populated bean this is the set of loaded properties and otherwise returns null.
getLoadedProps() - Method in interface io.ebean.BeanState
For partially populated beans returns the properties that are loaded on the bean.
getLoadErrors() - Method in interface io.ebean.BeanState
Returns a map with load erros.
getLoc() - Method in class io.ebean.meta.MetricData
 
getLocale() - Method in class io.ebean.search.TextQueryString
Return the locale.
getLocale() - Method in class io.ebean.search.TextSimple
Return the locale.
getLocation() - Method in interface io.ebean.meta.MetaTimedMetric
Return the metric location if defined.
getLong(String) - Method in interface io.ebean.SqlRow
Return a property value as a Long.
getLong(String, long) - Method in class io.ebean.config.PropertiesWrapper
Return a long property value.
getM2MJoinTableName(TableName, TableName) - Method in class io.ebean.config.AbstractNamingConvention
 
getM2MJoinTableName(TableName, TableName) - Method in interface io.ebean.config.NamingConvention
Returns the ManyToMany join table name (aka the intersection table).
getMappingLocations() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return mapping locations to search for xml mapping via class path search.
getMappingPath() - Method in class io.ebean.config.DocStoreConfig
Return the mapping path.
getMappingSuffix() - Method in class io.ebean.config.DocStoreConfig
Return the mapping suffix.
getMax() - Method in interface io.ebean.meta.MetaTimedMetric
Return the max execution time in micros.
getMax() - Method in class io.ebean.meta.MetricData
 
getMaxCallStack() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the max call stack to use for origin location.
getMaxCount() - Method in class io.ebean.meta.QueryPlanRequest
Return the maximum number of plans to capture.
getMaxExpansions() - Method in class io.ebean.search.AbstractMatch
Return the max expansions.
getMaxIdleSecs() - Method in class io.ebean.cache.ServerCacheOptions
Return the maximum idle time.
getMaxLength() - Method in class io.ebean.config.DbConstraintNaming
Return the MaxLength implementation used to truncate/shorten db constraint names as necessary.
getMaxRows() - Method in interface io.ebean.Query
Return the max rows for this query.
getMaxSecsToLive() - Method in class io.ebean.cache.ServerCacheOptions
Return the maximum time to live.
getMaxSize() - Method in class io.ebean.cache.ServerCacheOptions
Return the maximum cache size.
getMaxSize() - Method in class io.ebean.cache.ServerCacheStatistics
Return the maximum size of the cache.
getMaxTimeMillis() - Method in class io.ebean.meta.QueryPlanRequest
Return the maximum amount of time we want to use to capture plans.
getMean() - Method in interface io.ebean.meta.MetaTimedMetric
Return the mean execution time in micros.
getMean() - Method in class io.ebean.meta.MetricData
 
getMetaInfoManager() - Method in interface io.ebean.Database
Return the MetaInfoManager which is used to get meta data from the Database such as query execution statistics.
getMetaTable() - Method in class io.ebean.config.DbMigrationConfig
Return the table name that holds the migration run details (used by DB Migration runner only).
getMigrationConfig() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the DB migration configuration.
getMigrationPath() - Method in class io.ebean.config.DbMigrationConfig
Return the resource path for db migrations.
getMigrationPath(boolean) - Method in class io.ebean.config.DbMigrationConfig
Return the path for normal migrations or dbinit migrations.
getMinimumMicros() - Method in class io.ebean.config.ProfilingConfig
Return the minimum transaction execution to be included in profiling.
getMinShouldMatch() - Method in class io.ebean.search.AbstractMatch
Return the minimum should match.
getMinShouldMatch() - Method in class io.ebean.search.TextCommonTerms
Return the minimum to match.
getMinShouldMatch() - Method in class io.ebean.search.TextQueryString
Return the minimum should match.
getMinShouldMatch() - Method in class io.ebean.search.TextSimple
Return the minimum should match.
getMinShouldMatchHighFreq() - Method in class io.ebean.search.TextCommonTerms
Return the minimum to match for high frequency.
getMinShouldMatchLowFreq() - Method in class io.ebean.search.TextCommonTerms
Return the minimum to match for low frequency.
getMissCount() - Method in class io.ebean.cache.ServerCacheStatistics
Return the miss count.
getMode() - Method in class io.ebean.config.AutoTuneConfig
Return the mode used when autoTune has not been explicit defined on a query.
getMode() - Method in class io.ebean.config.EncryptDeploy
Return the encryption mode.
getMode(PersistRequest.Type, DocStoreMode) - Method in interface io.ebeanservice.docstore.api.DocStoreBeanAdapter
Determine and return how this persist type will be processed given the transaction mode.
getMode(PersistRequest.Type, DocStoreMode) - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
 
getModelPath() - Method in class io.ebean.config.DbMigrationConfig
Return the relative path for the model files (defaults to model).
getModelSuffix() - Method in class io.ebean.config.DbMigrationConfig
Return the model suffix (defaults to model.xml)
getName() - Method in interface io.ebean.cache.ServerCacheRegion
Return the region name.
getName() - Method in interface io.ebean.config.IdGenerator
Return the name of the IdGenerator.
getName() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the name of the Database.
getName() - Method in class io.ebean.config.TableName
Gets the name.
getName() - Method in interface io.ebean.Database
Return the name.
getName() - Method in interface io.ebean.meta.MetaMetric
Return the metric name.
getName() - Method in class io.ebean.meta.MetricData
 
getName() - Method in interface io.ebean.plugin.BeanType
Return the short name of the bean type.
getName() - Method in interface io.ebean.plugin.Property
Return the name of the property.
getName() - Method in interface io.ebean.Update
Return the name if it is a named update.
getName() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyMapping
Return the property name.
getName() - Method in class io.ebeanservice.docstore.api.mapping.DocumentMapping
Return the name.
getNamespace() - Method in class io.ebean.config.ContainerConfig
Return the namespace.
getNamingConvention() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the NamingConvention.
getNaturalKeyCache(Class<?>) - Method in interface io.ebean.cache.ServerCacheManager
Return the cache for mapping natural keys to id values.
getNestedEvents() - Method in class io.ebeanservice.docstore.api.DocStoreUpdates
Return the list of nested update events.
getNewValue() - Method in class io.ebean.ValuePair
Return the new value.
getNorms() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
getNoRollbackFor() - Method in class io.ebean.TxScope
Return the throwable's that should NOT cause a rollback.
getNullValue() - Method in interface io.ebean.config.ScalarTypeConverter
Return the value to represent null.
getNullValue() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
getObject(int) - Method in interface io.ebean.CallableSql
Return an OUT parameter value.
getObjectMapper() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the Jackson ObjectMapper.
getObjectMapper() - Method in class io.ebean.text.json.JsonReadOptions
Return the Jackson ObjectMapper to use (if not wanted to use the objectMapper set on the ServerConfig).
getObjectMapper() - Method in class io.ebean.text.json.JsonWriteOptions
Return the jackson object mapper to use.
getOldData() - Method in class io.ebean.event.changelog.BeanChange
Return the old data in JSON form.
getOldValue() - Method in class io.ebean.ValuePair
Return the old value.
getOptions() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyMapping
Return the property options.
getOptions() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
getOriginNode() - Method in class io.ebean.config.SlowQueryEvent
Return the origin point for the root query.
getPackages() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return packages to search for entities via class path search.
getPageIndex() - Method in class io.ebean.EmptyPagedList
 
getPageIndex() - Method in interface io.ebean.PagedList
Return the index position of this page (Zero based).
getPageSize() - Method in class io.ebean.EmptyPagedList
 
getPageSize() - Method in interface io.ebean.PagedList
Return the page size used for this query.
getPassword() - Method in class io.ebean.config.DocStoreConfig
Return the password credential for connecting to the document store.
getPatchInsertOn() - Method in class io.ebean.config.DbMigrationConfig
Return migration versions that should be added to history without running.
getPatchResetChecksumOn() - Method in class io.ebean.config.DbMigrationConfig
Return migration versions that should have their checksum reset and not run.
getPath() - Method in class io.ebean.DocStoreQueueEntry
Return the path if this is a nested update.
getPath() - Method in class io.ebean.text.PathProperties.Props
 
getPathProperties() - Method in class io.ebean.text.json.JsonWriteOptions
Return the properties to include by path.
getPathProps() - Method in class io.ebean.text.PathProperties
 
getPaths() - Method in class io.ebeanservice.docstore.api.mapping.DocumentMapping
Return the document structure as PathProperties.
getPathToResources() - Method in class io.ebean.config.DocStoreConfig
Return the relative file system path to resources when generating mapping files.
getPendingDrops() - Method in interface io.ebean.dbmigration.DbMigration
Return the list of versions that contain pending drops.
getPersist() - Method in class io.ebean.config.DocStoreConfig
Return the default behavior for when Insert, Update and Delete events occur on beans that have an associated Document store.
getPersistBatch() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the PersistBatch mode to use by default at the transaction level.
getPersistBatchOnCascade() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the JDBC batch mode to use per save(), delete(), insert() or update() request.
getPersistBatchSize() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the batch size used for JDBC batching.
getPersistController() - Method in interface io.ebean.plugin.BeanType
Return the bean persist controller.
getPersistControllers() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the BeanPersistController instances.
getPersistenceContext() - Method in interface io.ebean.text.json.JsonBeanReader
Return the persistence context if one is being used.
getPersistenceContext() - Method in class io.ebean.text.json.JsonReadOptions
Return the persistence context to use when marshalling JSON.
getPersistenceContextScope() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the default PersistenceContextScope to be used if one is not explicitly set on a query.
getPersistEvents() - Method in class io.ebeanservice.docstore.api.DocStoreUpdates
Return the persist insert and update requests to be sent to the document store.
getPersistListener() - Method in interface io.ebean.plugin.BeanType
Return the bean persist listener.
getPersistListeners() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the BeanPersistListener instances.
getPhraseSlop() - Method in class io.ebean.search.TextQueryString
Return the phrase slop.
getPlan() - Method in interface io.ebean.meta.MetaQueryPlan
Return the raw plan.
getPlatform() - Method in class io.ebean.config.CustomDbTypeMapping
Return the platform this mapping should apply to.
getPlatform() - Method in class io.ebean.config.DbMigrationConfig
Return the DB platform to generate migration DDL for.
getPlatform() - Method in interface io.ebean.Database
Return the platform used for this database instance.
getPlatformConfig() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the configuration for DB types (such as UUID and custom mappings).
getPluginApi() - Method in interface io.ebean.Database
Return the extended API intended for use by plugins.
getPodName() - Method in class io.ebean.config.ContainerConfig
Return the pod name.
getPort() - Method in class io.ebean.config.ContainerConfig
Return the port to use.
getPostConstructListeners() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the list of BeanPostLoader instances.
getPostLoaders() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the list of BeanPostLoader instances.
getPrefixLength() - Method in class io.ebean.search.AbstractMatch
Return the prefix length.
getProfileId() - Method in class io.ebean.TxScope
Return the transaction profile id.
getProfileLocation() - Method in interface io.ebean.meta.MetaQueryPlan
Return the profile location for the query.
getProfileLocation() - Method in class io.ebean.TxScope
Return the profile location.
getProfilesPerFile() - Method in class io.ebean.config.ProfilingConfig
Return the number of profiles to write to a single file.
getProfilingBase() - Method in class io.ebean.config.AutoTuneConfig
Return the base number of queries to profile before changing to profile only a percentage of following queries (profileRate).
getProfilingConfig() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the configuration for profiling.
getProfilingFile() - Method in class io.ebean.config.AutoTuneConfig
Return the name of the file that profiling information is written to.
getProfilingRate() - Method in class io.ebean.config.AutoTuneConfig
Return the rate (%) of queries to be profiled after the 'base' amount of profiling.
getProfilingUpdateFrequency() - Method in class io.ebean.config.AutoTuneConfig
Return the frequency in seconds the profiling should be collected and automatically applied to the tuning.
getProperties() - Method in class io.ebean.config.ContainerConfig
Return the deployment properties.
getProperties() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the properties that we used for configuration and were set via a call to loadFromProperties().
getProperties() - Method in class io.ebean.OrderBy
Return the properties for this OrderBy.
getProperties() - Method in class io.ebean.text.PathProperties.Props
Return the properties for this property set.
getProperties() - Method in class io.ebeanservice.docstore.api.mapping.DocumentMapping
Return the document structure with mapping details.
getProperties(String) - Method in interface io.ebean.FetchPath
Return the properties at the given path.
getProperties(String) - Method in class io.ebean.text.PathProperties
Get the properties for a given path.
getPropertiesAsString() - Method in class io.ebean.text.PathProperties.Props
Return the properties as a comma delimited string.
getProperty() - Method in class io.ebean.OrderBy.Property
Return the property name.
getProperty() - Method in interface io.ebean.plugin.ExpressionPath
Return the underlying bean property.
getProperty(String) - Method in interface io.ebean.plugin.BeanType
Return the Property to read values from a bean.
getProperty0() - Method in class io.ebean.Pairs
Return the first property name.
getProperty1() - Method in class io.ebean.Pairs
Return the second property name.
getPropertyFromColumn(Class<?>, String) - Method in class io.ebean.config.MatchingNamingConvention
 
getPropertyFromColumn(Class<?>, String) - Method in interface io.ebean.config.NamingConvention
Return the property name from the column name.
getPropertyFromColumn(Class<?>, String) - Method in class io.ebean.config.UnderscoreNamingConvention
Converts underscore based column name to Camel case property name.
getPropertyType() - Method in interface io.ebean.plugin.Property
Return the type of the property.
getPutCount() - Method in class io.ebean.cache.ServerCacheStatistics
Return the put insert count.
getQualifiedName() - Method in class io.ebean.config.TableName
Returns the qualified name in the form catalog.schema.name.
getQuery() - Method in interface io.ebean.event.BeanQueryRequest
Returns the query.
getQuery() - Method in interface io.ebean.FutureIds
Returns the original query used to fetch the Id's.
getQuery() - Method in interface io.ebean.FutureList
Return the query that is being executed by a background thread.
getQuery() - Method in class io.ebean.OrderBy
Return the associated query if there is one.
getQuery() - Method in interface io.ebeanservice.docstore.api.DocQueryRequest
Return the query for this request.
getQueryAdapter() - Method in interface io.ebean.plugin.BeanType
Return the BeanQueryAdapter or null if none is defined.
getQueryAdapters() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the BeanQueryAdapter instances.
getQueryBatchSize() - Method in class io.ebean.config.ServerConfig
Deprecated.
Gets the query batch size.
getQueryBatchSize() - Method in class io.ebean.FetchConfig
Return the batch size for separate query load.
getQueryCache(Class<?>) - Method in interface io.ebean.cache.ServerCacheManager
Return the cache for query results of a particular type of bean.
getQueryCacheEntryValidate() - Method in class io.ebean.cache.ServerCacheConfig
Return the service that provides validation for query cache entries.
getQueryCacheMaxIdleTime() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the L2 query cache default max idle time in seconds.
getQueryCacheMaxSize() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the L2 query cache default max size.
getQueryCacheMaxTimeToLive() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the L2 query cache default max time to live in seconds.
getQueryKey() - Method in class io.ebean.event.readaudit.ReadAuditQueryPlan
Return the query key (relative to the bean type).
getQueryKey() - Method in class io.ebean.event.readaudit.ReadEvent
Return the query key (relative to the bean type).
getQueryMetrics() - Method in class io.ebean.meta.BasicMetricVisitor
 
getQueryMetrics() - Method in interface io.ebean.meta.ServerMetrics
Return the query metrics.
getQueryPlanTTLSeconds() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the query plan time to live.
getQueryTimeMicros() - Method in interface io.ebean.meta.MetaQueryPlan
Return the query execution time associated with the bind values capture.
getQueryTuningFile() - Method in class io.ebean.config.AutoTuneConfig
Return the name of the file that holds the query tuning information.
getQueryType() - Method in interface io.ebean.Query
Return the type of query being executed.
getQueueEntries() - Method in class io.ebeanservice.docstore.api.DocStoreUpdates
Return the entries for sending to the queue.
getQueueId() - Method in class io.ebean.DocStoreQueueEntry
Return the associate queueId.
getQueueId() - Method in interface io.ebeanservice.docstore.api.DocStoreBeanAdapter
Return the unique queueId for this bean type.
getQueueId() - Method in class io.ebeanservice.docstore.api.mapping.DocumentMapping
Return the queueId.
getQueueId() - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
 
getReadAuditLogger() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the ReadAuditLogger to use.
getReadAuditPrepare() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the ReadAuditPrepare to use.
getReadOnlyDataSource() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the read only DataSource.
getReadOnlyDataSource() - Method in interface io.ebean.plugin.SpiServer
Return the associated read only DataSource for this Database instance (can be null).
getReadOnlyDataSourceConfig() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the configuration for the read only DataSource.
getReference(Class<T>, Object) - Method in interface io.ebean.Database
Get a reference object.
getReference(Class<T>, Object) - Static method in class io.ebean.DB
Get a reference object.
getReference(Class<T>, Object) - Static method in class io.ebean.Ebean
Deprecated.
Get a reference object.
getRegion(String) - Method in interface io.ebean.cache.ServerCacheManager
Return the cache region by name.
getRemoveCount() - Method in class io.ebean.cache.ServerCacheStatistics
Return the remove count.
getReplicas() - Method in class io.ebeanservice.docstore.api.mapping.DocumentMapping
Return the number of replicas.
getResourceDirectory() - Method in class io.ebean.config.ServerConfig
Deprecated.
Returns the resource directory.
getResources(String) - Method in class io.ebean.config.ClassLoadConfig
Return the resources for the given name.
getRewrite() - Method in class io.ebean.search.AbstractMatch
Return the rewrite option.
getRewrite() - Method in class io.ebean.search.TextQueryString
Return the rewrite option.
getRollbackFor() - Method in class io.ebean.TxScope
Return the throwable's that should cause a rollback.
getRowCount() - Method in class io.ebean.config.SlowQueryEvent
Return the total row count associated with the query.
getRunnerConfig() - Method in class io.ebean.config.DbMigrationConfig
Return the underlying migration runner configuration allowing for more advanced settings.
getRunPlaceholderMap() - Method in class io.ebean.config.DbMigrationConfig
Return a map of placeholder values that are substituted in SQL scripts when running migration (used by DB Migration runner only).
getRunPlaceholders() - Method in class io.ebean.config.DbMigrationConfig
Return a comma and equals delimited placeholders that are substituted in SQL scripts when running migration (used by DB Migration runner only).
getSchema() - Method in class io.ebean.config.AbstractNamingConvention
Return the schema.
getSchema() - Method in class io.ebean.config.TableName
Gets the schema.
getScore() - Method in class io.ebeanservice.docstore.api.RawDoc
Return the score.
getSearchAnalyzer() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
getSequenceFormat() - Method in class io.ebean.config.AbstractNamingConvention
Returns the sequence format.
getSequenceName(String, String) - Method in class io.ebean.config.AbstractNamingConvention
 
getSequenceName(String, String) - Method in interface io.ebean.config.NamingConvention
Return the sequence name given the table name (for DB's that use sequences).
getServer(String) - Static method in class io.ebean.Ebean
Deprecated.
Get the Database for a given DataSource.
getServerCacheManager() - Method in interface io.ebean.Database
Return the manager of the server cache ("L2" cache).
getServerCacheManager() - Static method in class io.ebean.DB
Return the manager of the level 2 cache ("L2" cache).
getServerCacheManager() - Static method in class io.ebean.Ebean
Deprecated.
Return the manager of the server cache ("L2" cache).
getServerCachePlugin() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the ServerCachePlugin.
getServerConfig() - Method in interface io.ebean.plugin.SpiServer
Return the serverConfig.
getServerConfigStartupListeners() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the list of ServerConfigStartup instances.
getServerName() - Method in class io.ebean.config.PropertiesWrapper
Return the serverName (optional).
getServerName() - Method in class io.ebean.TxScope
Return the serverName for this transaction.
getServiceName() - Method in class io.ebean.config.ContainerConfig
Return the service name.
getServiceObject(Class<P>) - Method in class io.ebean.config.ServerConfig
Deprecated.
Used by plugins to obtain service objects.
getServiceObject(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the service object given the key.
getShards() - Method in class io.ebeanservice.docstore.api.mapping.DocumentMapping
Return the number of shards.
getShortName() - Method in class io.ebean.cache.ServerCacheConfig
Return the short name for the cache.
getSince() - Method in class io.ebean.meta.QueryPlanRequest
Return the epoch time in millis for minimum bind capture time.
getSize() - Method in class io.ebean.cache.ServerCacheStatistics
Return the size of the cache.
getSlowQueryListener() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the slow query event listener.
getSlowQueryMillis() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the slow query time in millis.
getSortable() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
getSource() - Method in class io.ebean.event.changelog.ChangeSet
Return a code that identifies the source of the change (like the name of the application).
getSource() - Method in class io.ebean.event.readaudit.ReadEvent
Return a code that identifies the source of the change (like the name of the application).
getSource() - Method in class io.ebeanservice.docstore.api.RawDoc
Return the source document as a Map.
getSql() - Method in interface io.ebean.CallableSql
Return the callable sql.
getSql() - Method in class io.ebean.config.SlowQueryEvent
Return the SQL for the slow query.
getSql() - Method in class io.ebean.event.readaudit.ReadAuditQueryPlan
Return the sql statement.
getSql() - Method in interface io.ebean.meta.MetaQueryMetric
The actual SQL of the query.
getSql() - Method in interface io.ebean.meta.MetaQueryPlan
Return the sql of the query.
getSql() - Method in class io.ebean.meta.MetricData
 
getSql() - Method in interface io.ebean.SqlUpdate
Return the sql statement.
getSql(int) - Method in class io.ebean.config.dbplatform.db2.DB2SequenceIdGenerator
 
getSql(int) - Method in class io.ebean.config.dbplatform.h2.H2SequenceIdGenerator
 
getSql(int) - Method in class io.ebean.config.dbplatform.nuodb.NuoDbSequence
 
getSql(int) - Method in class io.ebean.config.dbplatform.oracle.OracleSequenceIdGenerator
 
getSql(int) - Method in class io.ebean.config.dbplatform.postgres.PostgresSequenceIdGenerator
 
getSql(int) - Method in class io.ebean.config.dbplatform.sqlserver.SqlServerStepSequence
 
getStart() - Method in class io.ebean.Version
Return the effective start date time of this version.
getStatistics(boolean) - Method in interface io.ebean.cache.ServerCache
Return statistics for the cache.
getStore() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
getString(String) - Method in interface io.ebean.SqlRow
Return a property as a String.
getStringParser() - Method in interface io.ebean.plugin.ExpressionPath
Return the default StringParser for the scalar property.
getStringValue() - Method in interface io.ebean.config.EncryptKey
Return the string key value.
getSysPeriodLower(String, String) - Method in class io.ebean.config.dbplatform.hana.HanaHistorySupport
 
getSysPeriodLower(String, String) - Method in class io.ebean.config.dbplatform.mariadb.MariaDbHistorySupport
Returns the SQL Server specific effective start column.
getSysPeriodLower(String, String) - Method in class io.ebean.config.dbplatform.oracle.OracleDbHistorySupport
Returns the Oracle specific effective start column.
getSysPeriodLower(String, String) - Method in class io.ebean.config.dbplatform.postgres.PostgresHistorySupport
 
getSysPeriodLower(String, String) - Method in class io.ebean.config.dbplatform.sqlserver.SqlServerHistorySupport
Returns the SQL Server specific effective start column.
getSysPeriodUpper(String, String) - Method in class io.ebean.config.dbplatform.hana.HanaHistorySupport
 
getSysPeriodUpper(String, String) - Method in class io.ebean.config.dbplatform.mariadb.MariaDbHistorySupport
Returns the SQL Server specific effective end column.
getSysPeriodUpper(String, String) - Method in class io.ebean.config.dbplatform.oracle.OracleDbHistorySupport
Returns the Oracle specific effective end column.
getSysPeriodUpper(String, String) - Method in class io.ebean.config.dbplatform.postgres.PostgresHistorySupport
 
getSysPeriodUpper(String, String) - Method in class io.ebean.config.dbplatform.sqlserver.SqlServerHistorySupport
Returns the SQL Server specific effective end column.
getTableName() - Method in interface io.ebean.event.BulkTableEvent
Return the name of the table that was involved.
getTableName(Class<?>) - Method in class io.ebean.config.AbstractNamingConvention
Returns the table name for a given entity bean.
getTableName(Class<?>) - Method in interface io.ebean.config.NamingConvention
Returns the table name for a given Class.
getTableNameByConvention(Class<?>) - Method in class io.ebean.config.MatchingNamingConvention
 
getTableNameByConvention(Class<?>) - Method in class io.ebean.config.UnderscoreNamingConvention
Returns the last part of the class name.
getTenantCatalogProvider() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the tenancy catalog provider.
getTenantDataSourceProvider() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the tenancy datasource provider.
getTenantId() - Method in class io.ebean.event.changelog.BeanChange
Return the tenant id.
getTenantMode() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the tenancy mode used.
getTenantPartitionColumn() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the column name used for TenantMode.PARTITION.
getTenantProvider() - Method in class io.ebean.cache.ServerCacheConfig
Return the current tenant provider.
getTenantSchemaProvider() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the tenancy schema provider.
getText() - Method in exception io.ebean.text.TextException
Return the text, that caused the error.
getThresholdMicros() - Method in class io.ebean.meta.QueryPlanInit
Return the query execution time threshold which must be exceeded to initiate query plan collection.
getTieBreaker() - Method in class io.ebean.search.MultiMatch
Return the tie breaker.
getTieBreaker() - Method in class io.ebean.search.TextQueryString
Return the tie breaker.
getTimedMetrics() - Method in class io.ebean.meta.BasicMetricVisitor
 
getTimedMetrics() - Method in interface io.ebean.meta.ServerMetrics
Return timed metrics for Transactions, labelled SqlQuery, labelled SqlUpdate.
getTimeMillis() - Method in class io.ebean.config.SlowQueryEvent
Return the execution time in millis.
getTimeout() - Method in interface io.ebean.CallableSql
Return the statement execution timeout.
getTimeout() - Method in interface io.ebean.SqlUpdate
Return the timeout used to execute this statement.
getTimestamp() - Method in class io.ebean.cache.QueryCacheEntry
Return the timestamp used to check for modifications on the dependent tables.
getTimestamp(String) - Method in interface io.ebean.SqlRow
Return the property as a sql timestamp.
getTimeZone() - Method in class io.ebean.search.TextQueryString
Return the time zone.
getTotal() - Method in interface io.ebean.meta.MetaTimedMetric
Return the total execution time in micros.
getTotal() - Method in class io.ebean.meta.MetricData
 
getTotalCount() - Method in class io.ebean.EmptyPagedList
 
getTotalCount() - Method in interface io.ebean.PagedList
Return the total row count for all pages.
getTotalPageCount() - Method in class io.ebean.EmptyPagedList
 
getTotalPageCount() - Method in interface io.ebean.PagedList
Return the total number of pages based on the page size and total row count.
getTransaction() - Method in interface io.ebean.event.BeanDeleteIdRequest
Return the Transaction associated with this request.
getTransaction() - Method in interface io.ebean.event.BeanPersistRequest
Return the Transaction associated with this request.
getTransaction() - Method in interface io.ebean.event.BeanQueryRequest
Return the Transaction associated with this request.
getTransaction() - Method in interface io.ebeanservice.docstore.api.DocQueryRequest
Return the transaction for this request (can be null for document store only queries).
getTrimFrequency() - Method in class io.ebean.cache.ServerCacheOptions
Return the trim frequency in seconds.
getTxnBatch() - Method in class io.ebean.event.changelog.ChangeSet
Returns the batch id.
getTxnId() - Method in class io.ebean.event.changelog.ChangeSet
Return the txnId.
getTxnState() - Method in class io.ebean.event.changelog.ChangeSet
Return the transaction state.
getType() - Method in class io.ebean.cache.ServerCacheConfig
Return the cache type.
getType() - Method in class io.ebean.config.CustomDbTypeMapping
Return the DB type the mapping applies to.
getType() - Method in class io.ebean.DocStoreQueueEntry
Return the event type.
getType() - Method in class io.ebean.event.changelog.BeanChange
Return the object type (typically table name).
getType() - Method in interface io.ebean.meta.MetaQueryMetric
The type of entity or DTO bean.
getType() - Method in class io.ebean.search.MultiMatch
Return the type.
getType() - Method in class io.ebean.TxScope
Return the transaction type.
getType() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyMapping
Return the type of the property.
getType() - Method in class io.ebeanservice.docstore.api.mapping.DocumentMapping
Return the type.
getType() - Method in class io.ebeanservice.docstore.api.RawDoc
Return the index type.
getUnchecked() - Method in interface io.ebean.FutureList
Same as Future.get() but wraps InterruptedException and ExecutionException in the unchecked PersistenceException.
getUnchecked(long, TimeUnit) - Method in interface io.ebean.FutureList
Same as Future.get(long, java.util.concurrent.TimeUnit) but wraps InterruptedException and ExecutionException in the unchecked PersistenceException.
getUpdatedProperties() - Method in interface io.ebean.event.BeanPersistRequest
For an update this is the set of properties that where updated.
getUpdatedValues() - Method in interface io.ebean.event.BeanPersistRequest
Returns a map of the properties that have changed and their new and old values.
getUrl() - Method in class io.ebean.config.DocStoreConfig
Return the URL to the Document store.
getUserContext() - Method in class io.ebean.event.changelog.ChangeSet
Return a user context value - anything you set yourself in ChangeLogListener prepare().
getUserContext() - Method in class io.ebean.event.readaudit.ReadEvent
Return a user context value - anything you set yourself in ChangeLogListener prepare().
getUserId() - Method in class io.ebean.event.changelog.ChangeSet
Return the application user Id.
getUserId() - Method in class io.ebean.event.readaudit.ReadEvent
Return the application user Id.
getUserIpAddress() - Method in class io.ebean.event.changelog.ChangeSet
Return the application users ip address.
getUserIpAddress() - Method in class io.ebean.event.readaudit.ReadEvent
Return the application users ip address.
getUsername() - Method in class io.ebean.config.DocStoreConfig
Return the user credential for connecting to the document store.
getUserObject(String) - Method in interface io.ebean.Transaction
getUtilDate(String) - Method in interface io.ebean.SqlRow
Return the property as a java.util.Date.
getUUID(String) - Method in interface io.ebean.SqlRow
Return a property as a UUID.
getUuidStateFile() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the UUID state file.
getUuidVersion() - Method in class io.ebean.config.ServerConfig
Deprecated.
Returns the UUID version mode.
getVal(Object) - Method in interface io.ebean.plugin.Property
Return the value of the property on the given bean.
getValue() - Method in class io.ebean.cache.QueryCacheEntry
Return the actual query result.
getValue() - Method in class io.ebean.CountedValue
 
getValue() - Method in enum io.ebean.DocStoreQueueEntry.Action
Return the value associated with this action type.
getVersion() - Static method in class io.ebean.EbeanVersion
Returns the ebean version (read from /META-INF/maven/io.ebean/ebean/pom.properties)
getVersionsBetweenSuffix(String) - Method in class io.ebean.config.dbplatform.hana.HanaHistorySupport
 
getVersionsBetweenSuffix(String) - Method in class io.ebean.config.dbplatform.mariadb.MariaDbHistorySupport
 
getVersionsBetweenSuffix(String) - Method in class io.ebean.config.dbplatform.oracle.OracleDbHistorySupport
 
getVersionsBetweenSuffix(String) - Method in class io.ebean.config.dbplatform.sqlserver.SqlServerHistorySupport
 
getVisitorMap() - Method in class io.ebean.text.json.JsonReadOptions
Return the map of JsonReadBeanVisitor's.
getVisitorMap() - Method in class io.ebean.text.json.JsonWriteOptions
Return the Map of registered JsonWriteBeanVisitor's by path.
getWhenCreatedProperty() - Method in interface io.ebean.plugin.BeanType
Return the when created property if there is one defined.
getWhenModifiedProperty() - Method in interface io.ebean.plugin.BeanType
Return the when modified property if there is one defined.
getZeroTerms() - Method in class io.ebean.search.AbstractMatch
Return the zero terms option.
gt(String, Object) - Static method in class io.ebean.Expr
Greater Than - property greater than the given value.
gt(String, Object) - Method in interface io.ebean.ExpressionFactory
Greater Than - property greater than the given value.
gt(String, Object) - Method in interface io.ebean.ExpressionList
Greater Than - property greater than the given value.
gt(String, Object) - Method in interface io.ebean.Filter
Greater Than - property greater than the given value.
gtOrNull(String, Object) - Method in interface io.ebean.ExpressionFactory
Greater Than Or Null - property greater than the given value or null.
gtOrNull(String, Object) - Method in interface io.ebean.ExpressionList
Greater Than or Null - property greater than the given value or null.

H

H2DbEncrypt - Class in io.ebean.config.dbplatform.h2
H2 encryption support via encrypt decrypt function.
H2DbEncrypt() - Constructor for class io.ebean.config.dbplatform.h2.H2DbEncrypt
 
H2HistorySupport - Class in io.ebean.config.dbplatform.h2
Runtime support for @History with H2.
H2HistorySupport() - Constructor for class io.ebean.config.dbplatform.h2.H2HistorySupport
 
H2HistoryTrigger - Class in io.ebean.config.dbplatform.h2
H2 database trigger used to populate history tables to support the @History feature.
H2HistoryTrigger() - Constructor for class io.ebean.config.dbplatform.h2.H2HistoryTrigger
 
H2Platform - Class in io.ebean.config.dbplatform.h2
H2 specific platform.
H2Platform() - Constructor for class io.ebean.config.dbplatform.h2.H2Platform
 
H2SequenceIdGenerator - Class in io.ebean.config.dbplatform.h2
H2 specific sequence Id Generator.
H2SequenceIdGenerator(BackgroundExecutor, DataSource, String, int) - Constructor for class io.ebean.config.dbplatform.h2.H2SequenceIdGenerator
Construct given a dataSource and sql to return the next sequence value.
HanaBasicSqlLimiter - Class in io.ebean.config.dbplatform.hana
 
HanaBasicSqlLimiter() - Constructor for class io.ebean.config.dbplatform.hana.HanaBasicSqlLimiter
 
HanaHistorySupport - Class in io.ebean.config.dbplatform.hana
 
HanaHistorySupport() - Constructor for class io.ebean.config.dbplatform.hana.HanaHistorySupport
 
HanaPlatform - Class in io.ebean.config.dbplatform.hana
 
HanaPlatform() - Constructor for class io.ebean.config.dbplatform.hana.HanaPlatform
 
HanaSqlLimiter - Class in io.ebean.config.dbplatform.hana
 
HanaSqlLimiter() - Constructor for class io.ebean.config.dbplatform.hana.HanaSqlLimiter
 
handleLoadError(EntityBean, Property, String, Exception) - Method in interface io.ebean.plugin.LoadErrorHandler
 
hasDirtyProperty(Set<String>) - Method in interface io.ebean.event.BeanPersistRequest
Return true for an update request if at least one of dirty properties is contained in the given set of property names.
hasEmbeddedInvalidation() - Method in interface io.ebeanservice.docstore.api.DocStoreBeanAdapter
Return true if this bean type as embedded invalidate registered.
hasEmbeddedInvalidation() - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
 
hashCode() - Method in class io.ebean.cache.TenantAwareKey.CacheKey
 
hashCode() - Method in class io.ebean.event.readaudit.ReadAuditQueryPlan
 
hashCode() - Method in class io.ebean.FetchConfig
 
hashCode() - Method in class io.ebean.OrderBy
Return a hash value for this OrderBy.
hashCode() - Method in class io.ebean.OrderBy.Property
 
hashCode() - Method in class io.ebean.Pairs.Entry
 
hasInheritance() - Method in interface io.ebean.plugin.BeanType
Return true if this bean type has an inheritance hierarchy.
hasNext() - Method in class io.ebean.EmptyPagedList
 
hasNext() - Method in interface io.ebean.PagedList
Return true if there is a next page.
hasNext() - Method in interface io.ebean.QueryIterator
Returns true if the iteration has more elements.
hasPath(String) - Method in interface io.ebean.FetchPath
Return true if the path is included in this FetchPath.
hasPath(String) - Method in class io.ebean.text.PathProperties
Return true if the path is defined and has properties.
hasPrev() - Method in class io.ebean.EmptyPagedList
 
hasPrev() - Method in interface io.ebean.PagedList
Return true if there is a previous page.
having() - Method in interface io.ebean.ExpressionList
Add expressions to the having clause.
having() - Method in interface io.ebean.Query
Add Expressions to the Having clause return the ExpressionList.
having(Expression) - Method in interface io.ebean.Query
Add an expression to the having clause returning the query.
highFreqOperatorAnd(boolean) - Method in class io.ebean.search.TextCommonTerms
Set to true if high frequency terms should use AND operator.
HsqldbPlatform - Class in io.ebean.config.dbplatform.hsqldb
H2 specific platform.
HsqldbPlatform() - Constructor for class io.ebean.config.dbplatform.hsqldb.HsqldbPlatform
 

I

icontains(String, String) - Static method in class io.ebean.Expr
Case insensitive Contains - property like %value%.
icontains(String, String) - Method in interface io.ebean.ExpressionFactory
Case insensitive Contains - property like %value%.
icontains(String, String) - Method in interface io.ebean.ExpressionList
Case insensitive Contains - property like %value%.
icontains(String, String) - Method in interface io.ebean.Filter
Case insensitive Contains.
idEq(Object) - Static method in class io.ebean.Expr
Id Equal to - ID property is equal to the value.
idEq(Object) - Method in interface io.ebean.ExpressionFactory
Id Equal to - ID property is equal to the value.
idEq(Object) - Method in interface io.ebean.ExpressionList
Id Equal to - ID property is equal to the value.
IdGenerator - Interface in io.ebean.config
A customer Id generator that can be registered with Ebean and assigned to @Id properties using the name attribute of @GeneratedValue.
idIn(Object...) - Method in interface io.ebean.ExpressionFactory
Id IN a list of Id values.
idIn(Object...) - Method in interface io.ebean.ExpressionList
Id IN a list of id values.
idIn(Collection<?>) - Method in interface io.ebean.ExpressionFactory
Id IN a collection of Id values.
idIn(Collection<?>) - Method in interface io.ebean.ExpressionList
Id IN a collection of id values.
iendsWith(String, String) - Static method in class io.ebean.Expr
Case insensitive Ends With - property like %value.
iendsWith(String, String) - Method in interface io.ebean.ExpressionFactory
Case insensitive Ends With - property like %value.
iendsWith(String, String) - Method in interface io.ebean.ExpressionList
Case insensitive Ends With - property like %value.
iendsWith(String, String) - Method in interface io.ebean.Filter
Case insensitive Ends With.
ieq(String, String) - Static method in class io.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 io.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 io.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 io.ebean.Filter
Case Insensitive Equal To.
ieqObject(String, Object) - Method in interface io.ebean.ExpressionFactory
Case Insensitive Equal To that allows for named parameter use.
iexampleLike(Object) - Static method in class io.ebean.Expr
Case insensitive Expr.exampleLike(Object)
iexampleLike(Object) - Method in interface io.ebean.ExpressionFactory
iexampleLike(Object) - Method in interface io.ebean.ExpressionList
Case insensitive version of ExpressionList.exampleLike(Object)
ilike(String, String) - Static method in class io.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 io.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 io.ebean.ExpressionList
Case insensitive Like - property like value where the value contains the SQL wild card characters % (percentage) and _ (underscore).
implementationNotInClassPath() - Static method in class io.ebeanservice.docstore.none.NoneDocStore
 
in(String, Query<?>) - Static method in class io.ebean.Expr
In - using a subQuery.
in(String, Query<?>) - Method in interface io.ebean.ExpressionFactory
In - using a subQuery.
in(String, Query<?>) - Method in interface io.ebean.ExpressionList
In - using a subQuery.
in(String, Object[]) - Static method in class io.ebean.Expr
In - property has a value in the array of values.
in(String, Object[]) - Method in interface io.ebean.ExpressionFactory
In - property has a value in the array of values.
in(String, Object...) - Method in interface io.ebean.ExpressionList
In - property has a value in the array of values.
in(String, Collection<?>) - Static method in class io.ebean.Expr
In - property has a value in the collection of values.
in(String, Collection<?>) - Method in interface io.ebean.ExpressionFactory
In - property has a value in the collection of values.
in(String, Collection<?>) - Method in interface io.ebean.ExpressionList
In - property has a value in the collection of values.
in(String, Set<?>) - Method in interface io.ebean.Filter
In - property has a value contained in the set of values.
IN_PROGRESS - io.ebean.event.changelog.TxnState
The Transaction is still in progress.
includeDelete(BeanPersistRequest<?>) - Method in interface io.ebean.event.changelog.ChangeLogFilter
Return true if this delete request should be included in the change log.
includeHash(String) - Method in class io.ebean.meta.QueryPlanInit
Return true if the query plan should be initiated based on it's hash.
includeInsert(BeanPersistRequest<?>) - Method in interface io.ebean.event.changelog.ChangeLogFilter
Return true if this insert request should be included in the change log.
includesPath(String) - Method in class io.ebean.text.PathProperties
Return true if the fetch path is included in the PathProperties.
includesPath(String, String) - Method in class io.ebean.text.PathProperties
Return true if the path is included using a prefix.
includesPath(String, String) - Method in class io.ebeanservice.docstore.api.mapping.DocMappingBuilder
Return true if the path is included in the document.
includesProperty(String) - Method in class io.ebean.text.PathProperties
Return true if the property (dot notation) is included in the PathProperties.
includesProperty(String, String) - Method in class io.ebean.text.PathProperties
Return true if the property is included using a prefix.
includesProperty(String, String) - Method in class io.ebeanservice.docstore.api.mapping.DocMappingBuilder
Return true if the property is included in the document.
includeUpdate(BeanPersistRequest<?>) - Method in interface io.ebean.event.changelog.ChangeLogFilter
Return true if this update request should be included in the change log.
includeZeros() - Method in interface io.ebean.ExampleExpression
By calling this method zero value properties are going to be included in the expression.
index(Object, T, DocStoreUpdateContext) - Method in interface io.ebean.plugin.BeanDocType
Store the bean in the doc store index.
index(Object, T, DocStoreUpdateContext) - Method in interface io.ebeanservice.docstore.api.DocStoreBeanAdapter
Process an index event which is effectively an insert or update (or put).
index(Object, T, DocStoreUpdateContext) - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
 
index(Object, T, DocStoreUpdateContext) - Method in class io.ebeanservice.docstore.none.NoneDocStoreBeanAdapter
 
INDEX - io.ebean.DocStoreQueueEntry.Action
Action is to update a document in the doc store.
indexAll(Class<?>) - Method in interface io.ebean.DocumentStore
Update the document store for all beans of this type.
indexAll(Class<?>) - Method in class io.ebeanservice.docstore.none.NoneDocStore
 
indexByQuery(Query<T>) - Method in interface io.ebean.DocumentStore
Update the associated document store using the result of the query.
indexByQuery(Query<T>) - Method in class io.ebeanservice.docstore.none.NoneDocStore
 
indexByQuery(Query<T>, int) - Method in interface io.ebean.DocumentStore
Update the associated document store index using the result of the query additionally specifying a bulkBatchSize to use for sending the messages to ElasticSearch.
indexByQuery(Query<T>, int) - Method in class io.ebeanservice.docstore.none.NoneDocStore
 
indexName(String, String) - Method in class io.ebean.config.DbConstraintNaming
Return the index name for a general index (not associated with a foreign key).
indexName(String, String[]) - Method in class io.ebean.config.DbConstraintNaming
Return the index name for a general index (not associated with a foreign key).
indexSettings(String, Map<String, Object>) - Method in interface io.ebean.DocumentStore
Modify the settings on an index.
indexSettings(String, Map<String, Object>) - Method in class io.ebeanservice.docstore.none.NoneDocStore
 
ine(String, String) - Method in interface io.ebean.ExpressionFactory
Case Insensitive Not Equal To - property not equal to the given value (typically using a lower() function to make it case insensitive).
ine(String, String) - Method in interface io.ebean.ExpressionList
Case Insensitive Not Equal To - property not equal to the given value (typically using a lower() function to make it case insensitive).
ineObject(String, Object) - Method in interface io.ebean.ExpressionFactory
Case Insensitive Not Equal To that allows for named parameter use.
init(Connection, String, String, String, boolean, int) - Method in class io.ebean.config.dbplatform.h2.H2HistoryTrigger
 
initialCollection() - Method in interface io.ebean.meta.MetaTimedMetric
Return true if this is the first metrics collection for this query.
initialise() - Method in interface io.ebean.config.EncryptKeyManager
Initialise the EncryptKeyManager.
initialiseContainer(ContainerConfig) - Static method in class io.ebean.DatabaseFactory
Initialise the container with clustering configuration.
initialiseContainer(ContainerConfig) - Static method in class io.ebean.EbeanServerFactory
Deprecated.
Initialise the container with clustering configuration.
inOrEmpty(String, Collection<?>) - Static method in class io.ebean.Expr
In where null or empty values means that no predicate is added to the query.
inOrEmpty(String, Collection<?>) - Method in interface io.ebean.ExpressionFactory
In where null or empty values means that no predicate is added to the query.
inOrEmpty(String, Collection<?>) - Method in interface io.ebean.ExpressionList
In where null or empty values means that no predicate is added to the query.
inPairs(Pairs) - Method in interface io.ebean.ExpressionFactory
In expression using pairs of value objects.
inPairs(Pairs) - Method in interface io.ebean.ExpressionList
In expression using pairs of value objects.
inRange(String, Object, Object) - Static method in class io.ebean.Expr
In Range - property >= value1 and property < value2.
inRange(String, Object, Object) - Method in interface io.ebean.ExpressionFactory
In Range - property >= value1 and property < value2.
inRange(String, Object, Object) - Method in interface io.ebean.ExpressionList
In Range - property >= value1 and property < value2.
inRangeWith(String, String, Object) - Method in interface io.ebean.ExpressionFactory
Value in Range between 2 properties.
inRangeWith(String, String, Object) - Method in interface io.ebean.ExpressionList
Value in Range between 2 properties.
insert() - Method in class io.ebean.Model
Insert this entity.
insert(Transaction) - Method in class io.ebean.Model
Insert with an explicit transaction.
insert(Object) - Method in interface io.ebean.Database
Insert the bean.
insert(Object) - Static method in class io.ebean.DB
Insert the bean.
insert(Object) - Static method in class io.ebean.Ebean
Deprecated.
Insert the bean.
insert(Object, Transaction) - Method in interface io.ebean.Database
Insert the bean with a transaction.
insert(Object, PersistRequestBean<T>, DocStoreUpdateContext) - Method in interface io.ebeanservice.docstore.api.DocStoreBeanAdapter
Process an insert persist request.
insert(Object, PersistRequestBean<T>, DocStoreUpdateContext) - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
 
insert(Object, PersistRequestBean<T>, DocStoreUpdateContext) - Method in class io.ebeanservice.docstore.none.NoneDocStoreBeanAdapter
 
insert(T) - Method in class io.ebean.BeanRepository
Insert this entity.
INSERT - io.ebean.event.changelog.ChangeType
The change was an insert.
insertAll(Collection<?>) - Method in interface io.ebean.Database
Insert a collection of beans.
insertAll(Collection<?>) - Static method in class io.ebean.DB
Insert a collection of beans.
insertAll(Collection<?>) - Static method in class io.ebean.Ebean
Deprecated.
Insert a collection of beans.
insertAll(Collection<?>, Transaction) - Method in interface io.ebean.Database
Insert a collection of beans with an explicit transaction.
inserted(Object) - Method in class io.ebean.event.AbstractBeanPersistListener
Notified that a bean has been inserted.
inserted(Object) - Method in interface io.ebean.event.BeanPersistListener
Notified that a bean has been inserted.
INTEGER - io.ebeanservice.docstore.api.mapping.DocPropertyType
Integer.
io.ebean - package io.ebean
Core API (see Database, DB and Query).
io.ebean.cache - package io.ebean.cache
Server Cache Service
io.ebean.config - package io.ebean.config
Configuration settings for Database construction
io.ebean.config.dbplatform.clickhouse - package io.ebean.config.dbplatform.clickhouse
Clickhouse DB specific support.
io.ebean.config.dbplatform.cockroach - package io.ebean.config.dbplatform.cockroach
Cockroach DB specific support.
io.ebean.config.dbplatform.db2 - package io.ebean.config.dbplatform.db2
DB2 specific support.
io.ebean.config.dbplatform.h2 - package io.ebean.config.dbplatform.h2
H2 specific support.
io.ebean.config.dbplatform.hana - package io.ebean.config.dbplatform.hana
SAP HANA specific support.
io.ebean.config.dbplatform.hsqldb - package io.ebean.config.dbplatform.hsqldb
Hsqldb specific support.
io.ebean.config.dbplatform.mariadb - package io.ebean.config.dbplatform.mariadb
 
io.ebean.config.dbplatform.mysql - package io.ebean.config.dbplatform.mysql
MySql specific support.
io.ebean.config.dbplatform.nuodb - package io.ebean.config.dbplatform.nuodb
NuoDB specific support.
io.ebean.config.dbplatform.oracle - package io.ebean.config.dbplatform.oracle
Oracle specific support.
io.ebean.config.dbplatform.postgres - package io.ebean.config.dbplatform.postgres
Postgres specific support.
io.ebean.config.dbplatform.sqlanywhere - package io.ebean.config.dbplatform.sqlanywhere
SqlAnywhere specific support.
io.ebean.config.dbplatform.sqlite - package io.ebean.config.dbplatform.sqlite
Sqlite specific support.
io.ebean.config.dbplatform.sqlserver - package io.ebean.config.dbplatform.sqlserver
SqlServer specific support.
io.ebean.dbmigration - package io.ebean.dbmigration
Generates DDL migration scripts based on changes to the model.
io.ebean.event - package io.ebean.event
Persist and Query Event Controllers and Listeners
io.ebean.event.changelog - package io.ebean.event.changelog
Provides a built in change log mechanism and can audit changes.
io.ebean.event.readaudit - package io.ebean.event.readaudit
Provides Auditing of read events including queries and L2 cache.
io.ebean.meta - package io.ebean.meta
Meta data that can be retrieved for a Database instance.
io.ebean.plugin - package io.ebean.plugin
Provides a API for plugins.
io.ebean.search - package io.ebean.search
Provides text search expressions like Match, TextQueryString etc.
io.ebean.text - package io.ebean.text
Utility objects for CSV, JSON and XML processing.
io.ebean.text.csv - package io.ebean.text.csv
CSV processing objects.
io.ebean.text.json - package io.ebean.text.json
JSON formatting and parsing objects (See JsonContext).
io.ebeanservice.docstore.api - package io.ebeanservice.docstore.api
The service API for document store integration.
io.ebeanservice.docstore.api.mapping - package io.ebeanservice.docstore.api.mapping
Mapping for document store integration.
io.ebeanservice.docstore.api.support - package io.ebeanservice.docstore.api.support
Support objects for implementing integration.
io.ebeanservice.docstore.none - package io.ebeanservice.docstore.none
"No op" implementation of document store.
isActive() - Method in class io.ebean.config.AutoTuneConfig
Return true if we are profiling or query tuning.
isActive() - Method in class io.ebean.config.ContainerConfig
Return true if clustering is active.
isActive() - Method in class io.ebean.config.DocStoreConfig
Return true if the Document store (ElasticSearch) integration is active.
isActive() - Method in interface io.ebean.Transaction
Return true if the transaction is active.
isAll() - Method in class io.ebean.meta.QueryPlanInit
Return true if this initiates bind collection on all query plans.
isAllowAllCertificates() - Method in class io.ebean.config.DocStoreConfig
Return true if the client allows connections to invalid/self signed SSL certificates.
isAllowLeadingWildcard() - Method in class io.ebean.search.TextQueryString
Return the allow leading wildcard mode.
isAllQuotedIdentifiers() - Method in class io.ebean.config.PlatformConfig
Return true if all DB column and table names should use quoted identifiers.
isAllQuotedIdentifiers() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if all DB column and table names should use quoted identifiers.
isAnalyzeWildcard() - Method in class io.ebean.search.TextQueryString
Return the analyze wildcard mode.
isAnalyzeWildcard() - Method in class io.ebean.search.TextSimple
Return true to analyse wildcard.
isAscending() - Method in class io.ebean.OrderBy.Property
Return true if the order is ascending.
isAssocId() - Method in interface io.ebean.plugin.ExpressionPath
Return true if this is an ManyToOne or OneToOne associated bean property.
isAutoGeneratePhraseQueries() - Method in class io.ebean.search.TextQueryString
Return the auto generate phase queries mode.
isAutoLoadModuleInfo() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if entity classes should be loaded and registered via ModuleInfoLoader.
isAutoReadOnlyDataSource() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if Ebean should create a DataSource for use with implicit read only transactions.
isAutoTableMod() - Method in interface io.ebean.SqlUpdate
Return true if eBean should automatically deduce the table modification information and process it.
isAutoTuned() - Method in interface io.ebean.Query
Returns true if this query was tuned by autoTune.
isBatchFlushOnQuery() - Method in interface io.ebean.Transaction
Deprecated.
isBatchMode() - Method in interface io.ebean.Transaction
Return the batch mode at the transaction level.
isBatchMode() - Method in class io.ebean.TxScope
 
isBatchOnCascade() - Method in interface io.ebean.Transaction
Return the batch mode at the request level.
isBatchOnCascade() - Method in class io.ebean.TxScope
 
isBatchOnCascadeSet() - Method in class io.ebean.TxScope
Return true if batch on cascade has been set.
isBatchSet() - Method in class io.ebean.TxScope
Return true if PersistBatch has been set.
isBatchSizeSet() - Method in class io.ebean.TxScope
Return true if batch size has been set.
isBeanCaching() - Method in interface io.ebean.plugin.BeanType
Return true if bean caching is on for this bean type.
isBindEncryptDataFirst() - Method in class io.ebean.config.dbplatform.h2.H2DbEncrypt
For H2 encrypt function returns false binding the key before the data.
isCache() - Method in class io.ebean.FetchConfig
Return true if this uses L2 bean cache.
isCaseSensitiveCollation() - Method in class io.ebean.config.PlatformConfig
Return true if the collation is case sensitive.
isChangeLogAsync() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true (default) if the changelog should be written async.
isChangeLogIncludeInserts() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if inserts should be included in the change log by default.
isClientGeneratedIds() - Method in interface io.ebean.MergeOptions
Returns true if Id values are supplied by the client.
isCode() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
isCollectL2Metrics() - Method in class io.ebean.meta.AbstractMetricVisitor
 
isCollectL2Metrics() - Method in interface io.ebean.meta.MetricVisitor
Return true if we should visit the L2 cache metrics.
isCollectQueryMetrics() - Method in class io.ebean.meta.AbstractMetricVisitor
 
isCollectQueryMetrics() - Method in interface io.ebean.meta.MetricVisitor
Return true if we should visit the ORM and SQL query metrics.
isCollectQueryPlans() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if query plan capture is enabled.
isCollectTransactionMetrics() - Method in class io.ebean.meta.AbstractMetricVisitor
 
isCollectTransactionMetrics() - Method in interface io.ebean.meta.MetricVisitor
Return true if we should visit the transaction metrics.
isCountDistinct() - Method in interface io.ebean.Query
Return true if this is countDistinct query.
isCreate() - Method in class io.ebean.config.DocStoreConfig
Create true if the document store should create mapped indexes that don't yet exist.
isDatabaseInetAddressVarchar() - Method in class io.ebean.config.PlatformConfig
Return true if InetAddress should map to varchar column (rather than Postgres INET).
isDateTimeCapable() - Method in interface io.ebean.plugin.ExpressionPath
Return true if the last type is "DateTime capable" - can support ExpressionPath.parseDateTime(long).
isDbEncrypt() - Method in class io.ebean.config.EncryptDeploy
Return true if String type should use DB encryption.
isDbOffline() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if the Database instance should be created in offline mode.
isDdlAutoCommit() - Method in class io.ebean.config.dbplatform.cockroach.CockroachPlatform
Needs a commit after create index such that alter table add foreign key ...
isDdlCreateOnly() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if the "drop all ddl" should be skipped.
isDdlEnabled() - Method in enum io.ebean.config.TenantMode
Returns true, if DDL is enabled.
isDdlExtra() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true, if extra-ddl.xml should be executed.
isDdlGenerate() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if the DDL should be generated.
isDdlRun() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if the DDL should be run.
isDefaultDbSchema() - Method in class io.ebean.config.DbMigrationConfig
Return true if this is considered the default DB schema (Postgres schema matching DB username).
isDefaultOrderById() - Method in class io.ebean.config.ServerConfig
Deprecated.
Returns the default orderById setting for queries.
isDefaultServer() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if this server should be registered as the "default" server with the Ebean singleton.
isDelete() - Method in interface io.ebean.event.BulkTableEvent
Return true if rows were deleted.
isDeletePermanent() - Method in interface io.ebean.MergeOptions
Return true if delete permanent should be used and false for 'normal' delete that allows soft deletes.
isDigitsCompressed() - Method in class io.ebean.config.UnderscoreNamingConvention
Returns true if digits are compressed.
isDirty() - Method in interface io.ebean.BeanState
Return true if the bean has been changed but not yet saved.
isDisableClasspathSearch() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if the class path search should be disabled.
isDisableL2Cache() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if L2 cache is disabled.
isDisableLazyLoad() - Method in interface io.ebean.BeanState
Return true if the bean has lazy loading disabled.
isDisableLazyLoading() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if lazy loading is disabled on queries by default.
isDocStoreMapped() - Method in interface io.ebean.plugin.BeanType
Return true if this bean type has doc store backing.
isDocStoreOnly() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if this Database is a Document store only instance (has no JDBC DB).
isDocStoreOnly() - Method in interface io.ebean.plugin.BeanType
Return true if the type is document store only.
isDropCreate() - Method in class io.ebean.config.DocStoreConfig
Return true if the document store should recreate mapped indexes.
isDumpMetricsOnShutdown() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if metrics should be dumped when the server is shutdown.
isDurationWithNanos() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if Duration should be persisted with nanos precision (SQL DECIMAL).
isDynamicDataSource() - Method in enum io.ebean.config.TenantMode
Return true if the DataSource is not available on bootup.
isEagerFetchLobs() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if LOB's should default to fetch eager.
isEmpty() - Method in class io.ebean.OrderBy
Return true if this OrderBy does not have any properties.
isEmpty() - Method in interface io.ebean.SqlRow
Returns true if the map is empty.
isEmpty() - Method in class io.ebean.text.PathProperties.Props
 
isEmpty() - Method in class io.ebeanservice.docstore.api.DocStoreUpdates
Return true if there are no events to process.
isEmpty(String) - Static method in class io.ebean.Expr
For collection properties that are empty (have not existing elements).
isEmpty(String) - Method in interface io.ebean.ExpressionFactory
Is empty expression for collection properties.
isEmpty(String) - Method in interface io.ebean.ExpressionList
Is empty expression for collection properties.
isEnabled() - Method in interface io.ebean.cache.ServerCacheRegion
Return true if the cache region is enabled.
isEnabled() - Method in class io.ebean.config.ProfilingConfig
Return true if transaction profiling is enabled.
isEnableLazyLoading() - Method in class io.ebean.text.json.JsonReadOptions
Return true if lazy loading is enabled after the objects are loaded.
isExpressionEqualsWithNullAsNoop() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if eq("someProperty", null) should to generate "1=1" rather than "is null" sql expression.
isExpressionNativeIlike() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if native ILIKE expression should be used if supported by the database platform (e.g.
isFlushOnQuery() - Method in interface io.ebean.Transaction
Return true if the batch (of persisted beans or executed UpdateSql etc) should be flushed prior to executing a query.
isFlushOnQuery() - Method in class io.ebean.TxScope
Return false if the JDBC batch buffer should not be flushed automatically when a query is executed.
isForceUpperCase() - Method in class io.ebean.config.UnderscoreNamingConvention
Return true if the result will be upper case.
isForUpdate() - Method in interface io.ebean.Query
Return true if this query has forUpdate set.
isGenerateMapping() - Method in class io.ebean.config.DocStoreConfig
Return true if Ebean should generate mapping files on server startup.
isGet() - Method in enum io.ebean.CacheMode
Return true if value is read from cache.
isHighFreqOperatorAnd() - Method in class io.ebean.search.TextCommonTerms
Return true if high freq should use the AND operator.
isIdGeneratorAutomatic() - Method in class io.ebean.config.ServerConfig
Deprecated.
When false we need explicit @GeneratedValue mapping to assign Identity or Sequence generated values.
isIn(String, Query<?>) - Method in interface io.ebean.ExpressionList
In - using a subQuery.
isIn(String, Object...) - Method in interface io.ebean.ExpressionList
In - property has a value in the array of values.
isIn(String, Collection<?>) - Method in interface io.ebean.ExpressionList
In - property has a value in the collection of values.
isIncludeEmpty() - Method in interface io.ebean.text.json.JsonWriter
Return true if empty collections should be included in the JSON output.
isIncludeNull() - Method in interface io.ebean.text.json.JsonWriter
Return true if null values should be included in JSON output.
isInheritanceRoot() - Method in interface io.ebean.plugin.BeanType
Return true if this object is the root level object in its entity inheritance.
isInsert() - Method in interface io.ebean.event.BulkTableEvent
Return true if rows were inserted.
isInterceptFind(BeanQueryRequest<?>) - Method in interface io.ebean.event.BeanFindController
Return true if this controller should intercept and process this find request.
isInterceptFindMany(BeanQueryRequest<?>) - Method in interface io.ebean.event.BeanFindController
Return true if this controller should intercept and process this findMany request.
isJacksonAnnotationsPresent() - Method in class io.ebean.config.ClassLoadConfig
Return true if Jackson annotations like JsonIgnore are present.
isJacksonObjectMapperPresent() - Method in class io.ebean.config.ClassLoadConfig
Return true if Jackson ObjectMapper is present.
isJava7Present() - Method in class io.ebean.config.ClassLoadConfig
Return true if Java7 is present.
isJavaTimePresent() - Method in class io.ebean.config.ClassLoadConfig
Return true if the Java.time types are available and should be supported.
isJavaxJAXBPresent() - Method in class io.ebean.config.ClassLoadConfig
Return true if javax JAXB is present (maybe not in java9).
isJavaxPostConstructPresent() - Method in class io.ebean.config.ClassLoadConfig
Return true if javax PostConstruct annotation is present (maybe not in java9).
isJavaxValidationAnnotationsPresent() - Method in class io.ebean.config.ClassLoadConfig
Return true if javax validation annotations like Size and NotNull are present.
isJodaTimePresent() - Method in class io.ebean.config.ClassLoadConfig
Return true if the Joda types are available and should be supported.
isLenient() - Method in class io.ebean.search.TextQueryString
Return lenient mode.
isLenient() - Method in class io.ebean.search.TextSimple
Return lenient mode.
isLocalL2Caching() - Method in interface io.ebean.cache.ServerCacheManager
Return true if the L2 caching is local.
isLocalOnlyL2Cache() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true to use local only L2 cache.
isLocalTimeWithNanos() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if LocalTime should be persisted with nanos precision.
isLowercaseExpandedTerms() - Method in class io.ebean.search.TextQueryString
Return the lowercase expanded terms mode.
isLowercaseExpandedTerms() - Method in class io.ebean.search.TextSimple
Return lowercase expanded terms mode.
isLowFreqOperatorAnd() - Method in class io.ebean.search.TextCommonTerms
Return true if low freq should use the AND operator.
isMany() - Method in interface io.ebean.plugin.Property
Return true if this is a OneToMany or ManyToMany property.
isMapped() - Method in interface io.ebeanservice.docstore.api.DocStoreBeanAdapter
Return true if this type is mapped for doc storage.
isMapped() - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
 
isMapped() - Method in class io.ebeanservice.docstore.none.NoneDocStoreBeanAdapter
 
isMultiValueIdSupported() - Method in interface io.ebean.event.BeanQueryRequest
Return true if multi-value binding using Array or Table Values is supported.
isMultiValueSupported(Class<?>) - Method in interface io.ebean.event.BeanQueryRequest
Return true if multi-value binding is supported for this value type.
isNativeArrayType() - Method in class io.ebean.config.dbplatform.clickhouse.ClickHousePlatform
 
isNativeArrayType() - Method in class io.ebean.config.dbplatform.postgres.PostgresPlatform
So we can generate varchar[], int[], uuid[] column definitions and use the associated scalar types.
isNearCache() - Method in class io.ebean.cache.ServerCacheOptions
Return true if nearCache was explicitly turned on.
isNew() - Method in interface io.ebean.BeanState
Return true if the bean is new (and not yet saved).
isNewOrDirty() - Method in interface io.ebean.BeanState
Return true if the bean is new or dirty (and probably needs to be saved).
isNotEmpty(String) - Static method in class io.ebean.Expr
For collection properties that are not empty (have existing elements).
isNotEmpty(String) - Method in interface io.ebean.ExpressionFactory
Is not empty expression for collection properties.
isNotEmpty(String) - Method in interface io.ebean.ExpressionList
Is not empty expression for collection properties.
isNotifyL2CacheInForeground() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if L2 cache notification should run in the foreground.
isNotNull(String) - Static method in class io.ebean.Expr
Is Not Null - property is not null.
isNotNull(String) - Method in interface io.ebean.ExpressionFactory
Is Not Null - property is not null.
isNotNull(String) - Method in interface io.ebean.ExpressionList
Is Not Null - property is not null.
isNotNull(String) - Method in interface io.ebean.Filter
Is Not Null - property is not null.
isNull(String) - Static method in class io.ebean.Expr
Is Null - property is null.
isNull(String) - Method in interface io.ebean.ExpressionFactory
Is Null - property is null.
isNull(String) - Method in interface io.ebean.ExpressionList
Is Null - property is null.
isNull(String) - Method in interface io.ebean.Filter
Is Null - property is null.
ISO8601 - io.ebean.config.JsonConfig.Date
Format as ISO-8601 date format.
ISO8601 - io.ebean.config.JsonConfig.DateTime
Format as ISO-8601 date format.
isOperatorAnd() - Method in class io.ebean.search.AbstractMatch
Return true if using the AND operator otherwise using the OR operator.
isOperatorAnd() - Method in class io.ebean.search.TextQueryString
Return true if AND is the default operator.
isOperatorAnd() - Method in class io.ebean.search.TextSimple
Return true if the default operator should be AND.
isOptionsSet() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
Return true if the index options is set to a non-default value.
isPadInExpression() - Method in interface io.ebean.event.BeanQueryRequest
Return true if an Id IN expression should have the bind parameters padded.
isPhrase() - Method in class io.ebean.search.Match
Return true if this is a phrase query.
isPhrasePrefix() - Method in class io.ebean.search.Match
Return true if this is a phrase prefix query.
isPresent(String) - Method in class io.ebean.config.ClassLoadConfig
Return true if the given class is present.
isProfiling() - Method in class io.ebean.config.AutoTuneConfig
Return true if profiling information should be collected.
isPut() - Method in enum io.ebean.CacheMode
Return true if a newly loaded value (from database) is put into the cache.
isQueryAll() - Method in class io.ebean.FetchConfig
Return true if the query fetch should fetch 'all' rather than just the 'first' batch.
isQueryCache() - Method in class io.ebean.cache.ServerCacheConfig
Return true if the cache is a query cache.
isQueryCaching() - Method in interface io.ebean.plugin.BeanType
Return true if query caching is on for this bean type.
isQueryTuning() - Method in class io.ebean.config.AutoTuneConfig
Return true if the queries are being tuned.
isQueryTuningAddVersion() - Method in class io.ebean.config.AutoTuneConfig
Return true if the version property should be added when the query is tuned.
isReadonly() - Method in class io.ebean.TxScope
Return if the transaction should be treated as read only.
isReadOnly() - Method in interface io.ebean.BeanState
Return true if the bean is readOnly.
isReadOnly() - Method in interface io.ebean.Transaction
Return true if this transaction is read only.
isReference() - Method in interface io.ebean.BeanState
Return true if this is a lazy loading reference bean.
isRegister() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if this server should be registered with the Ebean singleton when it is created.
isRegisterFor(Class<?>) - Method in interface io.ebean.event.BeanFindController
Return true if this BeanPersistController should be registered for events on this entity type.
isRegisterFor(Class<?>) - Method in class io.ebean.event.BeanPersistAdapter
 
isRegisterFor(Class<?>) - Method in interface io.ebean.event.BeanPersistController
Return true if this BeanPersistController should be registered for events on this entity type.
isRegisterFor(Class<?>) - Method in interface io.ebean.event.BeanPersistListener
Return true if this BeanPersistListener should be registered for events on this entity type.
isRegisterFor(Class<?>) - Method in interface io.ebean.event.BeanPostConstructListener
Return true if this BeanPostConstructListener instance should be registered for post construct on this entity type.
isRegisterFor(Class<?>) - Method in interface io.ebean.event.BeanPostLoad
Return true if this BeanPostLoad instance should be registered for post load on this entity type.
isRegisterFor(Class<?>) - Method in interface io.ebean.event.BeanQueryAdapter
Return true if this adapter is interested in queries for the given entity type.
isReset() - Method in class io.ebean.meta.AbstractMetricVisitor
 
isReset() - Method in interface io.ebean.meta.MetricVisitor
Return true if the metrics should be reset.
isRollbackOnly() - Method in interface io.ebean.Transaction
Return true if the transaction is marked as rollback only.
isRunMigration() - Method in class io.ebean.config.DbMigrationConfig
Return true if the DB migration should be run on startup.
isSkipCache() - Method in interface io.ebean.Transaction
Return true if the L2 cache should be skipped.
isSkipCache() - Method in class io.ebean.TxScope
Return true if the L2 cache should be skipped for this transaction.
isSkipCacheAfterWrite() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if L2 bean cache should be skipped once writes have occurred on a transaction.
isSkipGarbageCollectionOnShutdown() - Method in class io.ebean.config.AutoTuneConfig
Return true if triggering garbage collection should be skipped on shutdown.
isSkipGeneratedKeys() - Method in class io.ebean.TxScope
Return true if getGeneratedKeys should be skipped for this transaction.
isSkipProfileReportingOnShutdown() - Method in class io.ebean.config.AutoTuneConfig
Return true if profile reporting should be skipped on shutdown.
isSortable() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
isStrictMode() - Method in class io.ebean.config.DbMigrationConfig
Return true if strict mode is used which includes a check that non-null columns have a default value.
isSupportedType(Type) - Method in interface io.ebean.text.json.JsonContext
Return true if the type is known as an Entity bean or a List Set or Map of entity beans.
istartsWith(String, String) - Static method in class io.ebean.Expr
Case insensitive Starts With - property like value%.
istartsWith(String, String) - Method in interface io.ebean.ExpressionFactory
Case insensitive Starts With - property like value%.
istartsWith(String, String) - Method in interface io.ebean.ExpressionList
Case insensitive Starts With - property like value%.
istartsWith(String, String) - Method in interface io.ebean.Filter
Case insensitive Starts With.
isText() - Method in enum io.ebean.Junction.Type
Return true if this is a text type.
isTransactionRollbackOnChecked() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if transactions should rollback on checked exceptions.
isUpdate() - Method in interface io.ebean.event.BulkTableEvent
Return true if rows were updated.
isUpdateAllPropertiesInBatch() - Method in class io.ebean.config.ServerConfig
Deprecated.
Returns true if updates in JDBC batch default to include all properties by default.
isUseDisMax() - Method in class io.ebean.search.TextQueryString
Return the useDixMax mode.
isUseForeignKeyPrefix() - Method in class io.ebean.config.AbstractNamingConvention
Return true if a prefix should be used building a foreign key name.
isUseForeignKeyPrefix() - Method in interface io.ebean.config.NamingConvention
Return true if a prefix should be used building a foreign key name.
isUseJavaxValidationNotNull() - Method in class io.ebean.config.ServerConfig
Deprecated.
Returns if we use javax.validation.constraints.NotNull
isUseJtaTransactionManager() - Method in class io.ebean.config.ServerConfig
Deprecated.
Return true if we are running in a JTA Transaction manager.
isValid() - Method in class io.ebean.config.TableName
Checks if is table name is valid i.e.
isValid(QueryCacheEntry) - Method in interface io.ebean.cache.QueryCacheEntryValidate
Return true if the entry is still valid based on dependent tables.
isValidExpression(String) - Method in interface io.ebean.plugin.BeanType
Return true if the property is a valid known property or path for the given bean type.
isVerbose() - Method in class io.ebean.config.ProfilingConfig
Return true if verbose mode is used.

J

json() - Method in interface io.ebean.Database
Return the JsonContext for reading/writing JSON.
json() - Static method in class io.ebean.DB
Return the JsonContext for reading/writing JSON.
json() - Static method in class io.ebean.Ebean
Deprecated.
Return the JsonContext for reading/writing JSON.
json() - Method in interface io.ebean.meta.ServerMetricsAsJson
Return the metrics in raw JSON.
JsonBeanReader<T> - Interface in io.ebean.text.json
Provides a JSON reader that can hold a persistence context and load context while reading JSON.
jsonBetween(String, String, Object, Object) - Method in interface io.ebean.ExpressionFactory
Between - for the given path in a JSON document.
jsonBetween(String, String, Object, Object) - Method in interface io.ebean.ExpressionList
Between - for the given path in a JSON document.
JsonConfig - Class in io.ebean.config
Configuration for JSON features.
JsonConfig() - Constructor for class io.ebean.config.JsonConfig
 
JsonConfig.Date - Enum in io.ebean.config
Defined the format used for Date types.
JsonConfig.DateTime - Enum in io.ebean.config
Defined the format used for DateTime types.
JsonConfig.Include - Enum in io.ebean.config
 
JsonContext - Interface in io.ebean.text.json
Converts objects to and from JSON format.
jsonEqualTo(String, String, Object) - Method in interface io.ebean.ExpressionFactory
Equal to - for the given path in a JSON document.
jsonEqualTo(String, String, Object) - Method in interface io.ebean.ExpressionList
Equal to expression for the value at the given path in the JSON document.
jsonExists(String, String) - Method in interface io.ebean.ExpressionFactory
Path exists - for the given path in a JSON document.
jsonExists(String, String) - Method in interface io.ebean.ExpressionList
Path exists - for the given path in a JSON document.
jsonGreaterOrEqual(String, String, Object) - Method in interface io.ebean.ExpressionFactory
Greater than or equal to - for the given path in a JSON document.
jsonGreaterOrEqual(String, String, Object) - Method in interface io.ebean.ExpressionList
Greater than or equal to - for the given path in a JSON document.
jsonGreaterThan(String, String, Object) - Method in interface io.ebean.ExpressionFactory
Greater than - for the given path in a JSON document.
jsonGreaterThan(String, String, Object) - Method in interface io.ebean.ExpressionList
Greater than - for the given path in a JSON document.
JsonIOException - Exception in io.ebean.text.json
Unchecked exception thrown when an IOException occurs in json processing.
JsonIOException(String) - Constructor for exception io.ebean.text.json.JsonIOException
Construct with a message.
JsonIOException(Throwable) - Constructor for exception io.ebean.text.json.JsonIOException
Construct with an underlying cause.
jsonLessOrEqualTo(String, String, Object) - Method in interface io.ebean.ExpressionFactory
Less than or equal to - for the given path in a JSON document.
jsonLessOrEqualTo(String, String, Object) - Method in interface io.ebean.ExpressionList
Less than or equal to - for the given path in a JSON document.
jsonLessThan(String, String, Object) - Method in interface io.ebean.ExpressionFactory
Less than - for the given path in a JSON document.
jsonLessThan(String, String, Object) - Method in interface io.ebean.ExpressionList
Less than - for the given path in a JSON document.
jsonNotEqualTo(String, String, Object) - Method in interface io.ebean.ExpressionFactory
Not Equal to - for the given path in a JSON document.
jsonNotEqualTo(String, String, Object) - Method in interface io.ebean.ExpressionList
Not Equal to - for the given path in a JSON document.
jsonNotExists(String, String) - Method in interface io.ebean.ExpressionFactory
Path does not exist - for the given path in a JSON document.
jsonNotExists(String, String) - Method in interface io.ebean.ExpressionList
Path does not exist - for the given path in a JSON document.
JsonReadBeanVisitor<T> - Interface in io.ebean.text.json
Provides for custom handling of json content as it is read.
JsonReadOptions - Class in io.ebean.text.json
Provides the ability to customise the reading of JSON content.
JsonReadOptions() - Constructor for class io.ebean.text.json.JsonReadOptions
Default constructor.
JsonWriteBeanVisitor<T> - Interface in io.ebean.text.json
Allows for customising the JSON write processing.
JsonWriteOptions - Class in io.ebean.text.json
Provides options for customising the JSON write process.
JsonWriteOptions() - Constructor for class io.ebean.text.json.JsonWriteOptions
 
JsonWriter - Interface in io.ebean.text.json
Wraps an underlying JsonGenerator taking into account null suppression and exposing isIncludeEmpty() etc.
junction(Junction.Type, Query<T>, ExpressionList<T>) - Method in interface io.ebean.ExpressionFactory
Return a Text query junction for MUST, SHOULD or MUST NOT.
Junction<T> - Interface in io.ebean
Represents a Conjunction or a Disjunction.
Junction.Type - Enum in io.ebean
The type of Junction used in full text expressions.

K

key(Object) - Method in class io.ebean.cache.TenantAwareKey
Return a tenant aware key.
keys() - Method in interface io.ebean.SqlRow
Return the property names (String).
keySet() - Method in interface io.ebean.SqlRow
Returns the key set of the map.
KEYWORD - io.ebeanservice.docstore.api.mapping.DocPropertyType
Keyword/code string content not expected to be analysed.

L

label() - Method in interface io.ebean.ProfileLocation
Return the short label.
lazy() - Method in class io.ebean.FetchConfig
Specify that this path should be lazy loaded using the default batch load size.
lazy(int) - Method in class io.ebean.FetchConfig
Specify that this path should be lazy loaded with a specified batch size.
lazyLoadMany(EntityBean) - Method in interface io.ebean.plugin.PropertyAssocMany
Add the loaded current bean to its associated parent.
le(String, Object) - Static method in class io.ebean.Expr
Less Than or Equal to - property less than or equal to the given value.
le(String, Object) - Method in interface io.ebean.ExpressionFactory
Less Than or Equal to - property less than or equal to the given value.
le(String, Object) - Method in interface io.ebean.ExpressionList
Less Than or Equal to - property less than or equal to the given value.
le(String, Object) - Method in interface io.ebean.Filter
Less Than or Equal to - property less than or equal to the given value.
lenient(boolean) - Method in class io.ebean.search.TextQueryString
Set lenient mode.
lenient(boolean) - Method in class io.ebean.search.TextSimple
Set the lenient mode.
like(String, Object, boolean, LikeType) - Method in interface io.ebean.ExpressionFactory
Like with support for named parameters.
like(String, String) - Static method in class io.ebean.Expr
Like - property like value where the value contains the SQL wild card characters % (percentage) and _ (underscore).
like(String, String) - Method in interface io.ebean.ExpressionFactory
Like - property like value where the value contains the SQL wild card characters % (percentage) and _ (underscore).
like(String, String) - Method in interface io.ebean.ExpressionList
Like - property like value where the value contains the SQL wild card characters % (percentage) and _ (underscore).
LikeType - Enum in io.ebean
Used to specify the type of like matching used.
limit(SqlLimitRequest) - Method in class io.ebean.config.dbplatform.db2.Db2SqlLimiter
 
limit(SqlLimitRequest) - Method in class io.ebean.config.dbplatform.hana.HanaSqlLimiter
 
limit(SqlLimitRequest) - Method in class io.ebean.config.dbplatform.sqlanywhere.SqlAnywhereLimiter
 
limit(SqlLimitRequest) - Method in class io.ebean.config.dbplatform.sqlserver.SqlServerSqlLimiter
 
limit(String, int, int) - Method in class io.ebean.config.dbplatform.hana.HanaBasicSqlLimiter
 
limit(String, int, int) - Method in class io.ebean.config.dbplatform.sqlserver.SqlServerBasicSqlLimiter
 
LIST - io.ebeanservice.docstore.api.mapping.DocPropertyType
A nested list of objects.
literal() - Method in enum io.ebean.Junction.Type
Return the literal value for this type.
loadBean(EntityBeanIntercept) - Method in interface io.ebean.plugin.SpiServer
Invoke lazy loading on this single bean when no BeanLoader is set.
loadBeanL2(EntityBeanIntercept) - Method in interface io.ebean.plugin.SpiServer
Invoke lazy loading on this single bean (L2 cache bean).
loadBeanRef(EntityBeanIntercept) - Method in interface io.ebean.plugin.SpiServer
Invoke lazy loading on this single bean (reference bean).
loadCount() - Method in class io.ebean.EmptyPagedList
 
loadCount() - Method in interface io.ebean.PagedList
Initiate the loading of the total row count in the background.
LoadErrorHandler - Interface in io.ebean.plugin
Errorhandler to handle load errors and may be recover correct value.
loadFromProperties() - Method in class io.ebean.config.ServerConfig
Deprecated.
Load settings from ebean.properties.
loadFromProperties(PropertiesWrapper) - Method in class io.ebean.config.AbstractNamingConvention
Load settings from properties.
loadFromProperties(PropertiesWrapper) - Method in interface io.ebean.config.NamingConvention
Load setting from properties.
loadFromProperties(Properties) - Method in class io.ebean.config.ContainerConfig
Load the settings from properties.
loadFromProperties(Properties) - Method in class io.ebean.config.ServerConfig
Deprecated.
Load the settings from the given properties
loadSettings(PropertiesWrapper) - Method in class io.ebean.config.AutoTuneConfig
Load the settings from the properties file.
loadSettings(PropertiesWrapper) - Method in class io.ebean.config.DocStoreConfig
Load settings specified in properties files.
loadSettings(PropertiesWrapper) - Method in class io.ebean.config.PlatformConfig
 
loadSettings(PropertiesWrapper, String) - Method in class io.ebean.config.DbMigrationConfig
Load the settings from the PropertiesWrapper.
loadSettings(PropertiesWrapper, String) - Method in class io.ebean.config.ProfilingConfig
Load setting from properties.
locale(String) - Method in class io.ebean.search.TextQueryString
Set the locale.
locale(String) - Method in class io.ebean.search.TextSimple
Set the locale.
location() - Method in interface io.ebean.ProfileLocation
Return a short version of the location description.
log(ChangeSet) - Method in interface io.ebean.event.changelog.ChangeLogListener
Log the batch of changes.
LONG - io.ebeanservice.docstore.api.mapping.DocPropertyType
Long.
lowercaseExpandedTerms(boolean) - Method in class io.ebean.search.TextQueryString
Set lowercase expanded terms mode.
lowercaseExpandedTerms(boolean) - Method in class io.ebean.search.TextSimple
Set the false to not use lowercase expanded terms.
lowerColumnName(String) - Method in class io.ebean.config.DbConstraintNaming
Lower case the column name checking for quoted identifiers.
lowerColumnName(String) - Method in class io.ebean.config.DbConstraintNormalise
Lower case the column name checking for quoted identifiers.
lowerTableName(String) - Method in class io.ebean.config.DbConstraintNaming
Lower case the table name checking for quoted identifiers.
lowerTableName(String) - Method in class io.ebean.config.DbConstraintNormalise
Lower case the table name checking for quoted identifiers.
lowFreqOperatorAnd(boolean) - Method in class io.ebean.search.TextCommonTerms
Set to true if low frequency terms should use AND operator.
lt(String, Object) - Static method in class io.ebean.Expr
Less Than - property less than the given value.
lt(String, Object) - Method in interface io.ebean.ExpressionFactory
Less Than - property less than the given value.
lt(String, Object) - Method in interface io.ebean.ExpressionList
Less Than - property less than the given value.
lt(String, Object) - Method in interface io.ebean.Filter
Less Than - property less than the given value.
ltOrNull(String, Object) - Method in interface io.ebean.ExpressionFactory
Less Than or Null - property less than the given value or null.
ltOrNull(String, Object) - Method in interface io.ebean.ExpressionList
Less Than or Null - property less than the given value or null.

M

mandatory() - Static method in class io.ebean.TxScope
Helper method to create a TxScope with MANDATORY.
map(ResultSet, int) - Method in interface io.ebean.RowMapper
Read the data from the ResultSet and map to the return type.
mapTo(RowMapper<T>) - Method in interface io.ebean.SqlQuery
Use a RowMapper to map the result to beans.
mapToScalar(Class<T>) - Method in interface io.ebean.SqlQuery
The query result maps to a single scalar value like Long, BigDecimal, String, UUID, OffsetDateTime etc.
MariaDbHistorySupport - Class in io.ebean.config.dbplatform.mariadb
History support for MariaDB.
MariaDbHistorySupport() - Constructor for class io.ebean.config.dbplatform.mariadb.MariaDbHistorySupport
 
MariaDbPlatform - Class in io.ebean.config.dbplatform.mariadb
MariaDB platform.
MariaDbPlatform() - Constructor for class io.ebean.config.dbplatform.mariadb.MariaDbPlatform
 
markAsDirty() - Method in class io.ebean.Model
Marks the entity bean as dirty.
markAsDirty(Object) - Method in interface io.ebean.Database
Marks the entity bean as dirty.
markAsDirty(Object) - Static method in class io.ebean.DB
Marks the entity bean as dirty.
markAsDirty(Object) - Static method in class io.ebean.Ebean
Deprecated.
Marks the entity bean as dirty.
markAsDirty(T) - Method in class io.ebean.BeanRepository
Marks the entity bean as dirty.
markPropertyUnset(String) - Method in class io.ebean.Model
Mark the property as unset or 'not loaded'.
markPropertyUnset(T, String) - Method in class io.ebean.BeanRepository
Mark the property as unset or 'not loaded'.
match(String, String) - Method in interface io.ebean.ExpressionList
Add a match expression.
match(String, String, Match) - Method in interface io.ebean.ExpressionList
Add a match expression with options.
Match - Class in io.ebean.search
Options for the text match expression.
Match() - Constructor for class io.ebean.search.Match
 
MatchingNamingConvention - Class in io.ebean.config
The JPA naming convention where column names match property names and table names match entity names.
MatchingNamingConvention() - Constructor for class io.ebean.config.MatchingNamingConvention
Create with a sequence format of "{table}_seq".
MatchingNamingConvention(String) - Constructor for class io.ebean.config.MatchingNamingConvention
Instantiates with a specific format for DB sequences.
Max() - Constructor for class io.ebean.meta.SortMetric.Max
 
MAX - Static variable in class io.ebean.meta.SortMetric
 
maxExpansions(int) - Method in class io.ebean.search.Match
Set the max expansions (for phrase prefix only).
maxExpansions(int) - Method in class io.ebean.search.MultiMatch
Set the max expansions (for phrase prefix only).
maxLength(String, int) - Method in interface io.ebean.config.DbConstraintNaming.MaxLength
Truncate or shorten the constraint name to support DB platform limitations.
maxRows(int) - Method in interface io.ebean.Filter
Specify the maximum number of rows/elements to return.
Mean() - Constructor for class io.ebean.meta.SortMetric.Mean
 
MEAN - Static variable in class io.ebean.meta.SortMetric
 
merge(Object) - Method in interface io.ebean.Database
Merge the bean using the default merge options (no paths specified, default delete).
merge(Object) - Static method in class io.ebean.DB
Merge the bean using the default merge options.
merge(Object) - Static method in class io.ebean.Ebean
Deprecated.
Merge the bean using the default merge options.
merge(Object, MergeOptions) - Method in interface io.ebean.Database
Merge the bean using the given merge options.
merge(Object, MergeOptions) - Static method in class io.ebean.DB
Merge the bean using the given merge options.
merge(Object, MergeOptions) - Static method in class io.ebean.Ebean
Deprecated.
Merge the bean using the given merge options.
merge(Object, MergeOptions, Transaction) - Method in interface io.ebean.Database
Merge the bean using the given merge options and a transaction.
merge(T) - Method in class io.ebean.BeanRepository
Merge this entity using the default merge options.
merge(T, MergeOptions) - Method in class io.ebean.BeanRepository
Merge this entity using the specified merge options.
MergeOptions - Interface in io.ebean
Options used to control a merge.
MergeOptionsBuilder - Class in io.ebean
Builds a MergeOptions which is immutable and thread safe.
MergeOptionsBuilder() - Constructor for class io.ebean.MergeOptionsBuilder
 
MetaCountMetric - Interface in io.ebean.meta
Count metrics.
MetaInfoManager - Interface in io.ebean.meta
Provides access to the meta data in Database such as query execution statistics.
MetaMetric - Interface in io.ebean.meta
Metrics collected by Ebean including timed metrics and counters.
MetaQueryMetric - Interface in io.ebean.meta
Query execution metrics.
MetaQueryPlan - Interface in io.ebean.meta
Meta data for captured query plan.
MetaTimedMetric - Interface in io.ebean.meta
Timed execution statistics.
MetricData - Class in io.ebean.meta
An individual metric.
MetricData() - Constructor for class io.ebean.meta.MetricData
 
MetricData(String) - Constructor for class io.ebean.meta.MetricData
 
MetricVisitor - Interface in io.ebean.meta
Defines visitor to read and report the transaction and query metrics.
MILLIS - io.ebean.config.JsonConfig.Date
Format as epoch millis.
MILLIS - io.ebean.config.JsonConfig.DateTime
Format as epoch millis.
minShouldMatch(String) - Method in class io.ebean.search.Match
Set the rewrite to use.
minShouldMatch(String) - Method in class io.ebean.search.MultiMatch
Set the minimum should match value.
minShouldMatch(String) - Method in class io.ebean.search.TextCommonTerms
Set the minimum should match.
minShouldMatch(String) - Method in class io.ebean.search.TextQueryString
Set the minimum should match.
minShouldMatch(String) - Method in class io.ebean.search.TextSimple
Set the minimum should match.
minShouldMatchHighFreq(String) - Method in class io.ebean.search.TextCommonTerms
Set the minimum should match for high frequency terms.
minShouldMatchLowFreq(String) - Method in class io.ebean.search.TextCommonTerms
Set the minimum should match for low frequency terms.
MODE_ANNOTATION - io.ebean.config.EncryptDeploy.Mode
Use encryption options defined by the Encryption annotation on the property.
MODE_ENCRYPT - io.ebean.config.EncryptDeploy.Mode
Encrypt the property using DB encryption or Java client encryption depending on the type and dbEncryption flag.
MODE_NO_ENCRYPT - io.ebean.config.EncryptDeploy.Mode
No encryption is used, even if there is an Encryption annotation on the property.
Model - Class in io.ebean
A MappedSuperclass base class that provides convenience methods for inserting, updating and deleting beans.
Model() - Constructor for class io.ebean.Model
Create using the default database.
Model(String) - Constructor for class io.ebean.Model
Create with a named database (typically not the default database).
ModuleInfo - Annotation Type in io.ebean.config
Used by generated code to hold entity classes to register with Ebean.
ModuleInfoLoader - Interface in io.ebean.config
Loads and returns entity classes to register with Ebean databases.
MOST_FIELDS - io.ebean.search.MultiMatch.Type
 
multiMatch(String, MultiMatch) - Method in interface io.ebean.ExpressionList
Add a multi-match expression using options.
multiMatch(String, String...) - Method in interface io.ebean.ExpressionList
Add a multi-match expression.
MultiMatch - Class in io.ebean.search
Options for the text match expression.
MultiMatch(String...) - Constructor for class io.ebean.search.MultiMatch
Construct with a set of fields.
MultiMatch.Type - Enum in io.ebean.search
The MultiMatch type.
must() - Method in interface io.ebean.ExpressionList
Start a list of expressions that will be joined by MUST.
MUST - io.ebean.Junction.Type
Text search AND group.
MUST_NOT - io.ebean.Junction.Type
Text search NOT group.
mustNot() - Method in interface io.ebean.ExpressionList
Start a list of expressions that will be joined by MUST NOT.
MySql55Platform - Class in io.ebean.config.dbplatform.mysql
 
MySql55Platform() - Constructor for class io.ebean.config.dbplatform.mysql.MySql55Platform
 
MySqlBlob - Class in io.ebean.config.dbplatform.mysql
Support for blob, mediumblob or longblob selection based on the deployment length.
MySqlBlob() - Constructor for class io.ebean.config.dbplatform.mysql.MySqlBlob
 
MySqlClob - Class in io.ebean.config.dbplatform.mysql
Support for text, mediumtext or longtext selection based on the deployment length.
MySqlClob() - Constructor for class io.ebean.config.dbplatform.mysql.MySqlClob
 
MySqlDbEncrypt - Class in io.ebean.config.dbplatform.mysql
MySql aes_encrypt aes_decrypt based encryption support.
MySqlDbEncrypt() - Constructor for class io.ebean.config.dbplatform.mysql.MySqlDbEncrypt
 
MySqlHistorySupport - Class in io.ebean.config.dbplatform.mysql
Runtime support for @History with MySql.
MySqlHistorySupport() - Constructor for class io.ebean.config.dbplatform.mysql.MySqlHistorySupport
 
MySqlPlatform - Class in io.ebean.config.dbplatform.mysql
MySQL specific platform.
MySqlPlatform() - Constructor for class io.ebean.config.dbplatform.mysql.MySqlPlatform
 

N

Name() - Constructor for class io.ebean.meta.SortMetric.Name
 
NAME - Static variable in class io.ebean.meta.SortMetric
 
NamingConvention - Interface in io.ebean.config
Defines the naming convention for converting between logical property names/entity names and physical DB column names/table names.
NANOS - io.ebean.config.JsonConfig.DateTime
Format as epoch with nanos.
nativeSql(String) - Method in class io.ebean.Finder
Creates a native sql query.
NATURAL_KEY - io.ebean.cache.ServerCacheType
Natural key cache.
ne(String, Object) - Static method in class io.ebean.Expr
Not Equal To - property not equal to the given value.
ne(String, Object) - Method in interface io.ebean.ExpressionFactory
Not Equal To - property not equal to the given value.
ne(String, Object) - Method in interface io.ebean.ExpressionList
Not Equal To - property not equal to the given value.
ne(String, Object) - Method in interface io.ebean.Filter
Not Equal To - property not equal to the given value.
NESTED - io.ebean.DocStoreQueueEntry.Action
An update is required based on a change to a nested/embedded object at a given path.
never() - Static method in class io.ebean.TxScope
Helper method to create a TxScope with NEVER.
newInstance(String) - Method in class io.ebean.config.ClassLoadConfig
Return a new instance of the class using the default constructor.
newPlatformConfig(String, String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Create a new PlatformConfig based of the one held but with overridden properties by reading properties with the given path and prefix.
next() - Method in interface io.ebean.QueryIterator
Returns the next element in the iteration.
nextId(Class<?>) - Method in interface io.ebean.Database
Return the next unique identity value for a given bean type.
nextId(Class<?>) - Static method in class io.ebean.DB
Return the next identity value for a given bean type.
nextId(Class<?>) - Static method in class io.ebean.Ebean
Deprecated.
Return the next identity value for a given bean type.
nextValue() - Method in interface io.ebean.config.IdGenerator
Return the next Id value.
NO_ENCRYPT - Static variable in class io.ebean.config.EncryptDeploy
Use to define that no encryption should be used.
NO_ORDERING - io.ebean.CountDistinctOrder
 
NON_EMPTY - io.ebean.config.JsonConfig.Include
Exclude null values and empty collections.
NON_NULL - io.ebean.config.JsonConfig.Include
Exclude null values (include empty collections).
NONE - io.ebean.config.TenantMode
No multi-tenancy.
NoneDocStore - Class in io.ebeanservice.docstore.none
DocumentStore that barfs it is used.
NoneDocStore() - Constructor for class io.ebeanservice.docstore.none.NoneDocStore
 
NoneDocStoreBeanAdapter<T> - Class in io.ebeanservice.docstore.none
DocStoreBeanBaseAdapter that barfs if it is used.
NoneDocStoreBeanAdapter(BeanDescriptor<T>, DeployBeanDescriptor<T>) - Constructor for class io.ebeanservice.docstore.none.NoneDocStoreBeanAdapter
 
NoneDocStoreFactory - Class in io.ebeanservice.docstore.none
A stub implementation of DocStoreFactory that will barf if the docStore features are used.
NoneDocStoreFactory() - Constructor for class io.ebeanservice.docstore.none.NoneDocStoreFactory
 
normaliseColumn(String) - Method in class io.ebean.config.DbConstraintNaming
Normalise the column name by removing any quoted identifier characters (",',[,] etc).
normaliseColumn(String) - Method in class io.ebean.config.DbConstraintNormalise
Normalise the column name by removing any quoted identifier characters and formula brackets.
normaliseTable(String) - Method in class io.ebean.config.DbConstraintNaming
Normalise the table name by trimming catalog and schema and removing any quoted identifier characters (",',[,] etc).
normaliseTable(String) - Method in class io.ebean.config.DbConstraintNormalise
Normalise the table name by trimming catalog and schema and removing any quoted identifier characters (",',[,] etc).
not() - Method in interface io.ebean.ExpressionList
Return a list of expressions that will be wrapped by NOT.
not(Expression) - Static method in class io.ebean.Expr
Negate the expression (prefix it with NOT).
not(Expression) - Method in interface io.ebean.ExpressionFactory
Negate the expression (prefix it with NOT).
not(Expression) - Method in interface io.ebean.ExpressionList
Negate the expression (prefix it with NOT).
NOT - io.ebean.Junction.Type
NOT group.
notExists(Query<?>) - Method in interface io.ebean.ExpressionFactory
Not exists expression
notExists(Query<?>) - Method in interface io.ebean.ExpressionList
Not exists expression
notify(ServerCacheNotification) - Method in interface io.ebean.cache.ServerCacheNotify
Notify other server cache members of the table modifications or process the notifications.
notIn(String, Query<?>) - Method in interface io.ebean.ExpressionFactory
Not In - using a subQuery.
notIn(String, Query<?>) - Method in interface io.ebean.ExpressionList
Not In - using a subQuery.
notIn(String, Object[]) - Method in interface io.ebean.ExpressionFactory
Not In - property has a value in the array of values.
notIn(String, Object...) - Method in interface io.ebean.ExpressionList
Not In - property has a value in the array of values.
notIn(String, Collection<?>) - Method in interface io.ebean.ExpressionFactory
Not In - property has a value in the collection of values.
notIn(String, Collection<?>) - Method in interface io.ebean.ExpressionList
Not In - property has a value in the collection of values.
notQuoted(String) - Method in class io.ebean.config.DbConstraintNormalise
Trim off the platform quoted identifier quotes like [ ' and ".
notSupported() - Static method in class io.ebean.TxScope
Helper method to create a TxScope with NOT_SUPPORTED.
NOWAIT - io.ebean.Query.ForUpdate
For update with No Wait option.
NuoDbHistorySupport - Class in io.ebean.config.dbplatform.nuodb
Runtime support for @History with NuoDB.
NuoDbHistorySupport() - Constructor for class io.ebean.config.dbplatform.nuodb.NuoDbHistorySupport
 
NuoDbPlatform - Class in io.ebean.config.dbplatform.nuodb
NuoDb specific platform.
NuoDbPlatform() - Constructor for class io.ebean.config.dbplatform.nuodb.NuoDbPlatform
 
NuoDbSequence - Class in io.ebean.config.dbplatform.nuodb
 
NuoDbSequence(BackgroundExecutor, DataSource, String, int) - Constructor for class io.ebean.config.dbplatform.nuodb.NuoDbSequence
Construct where batchSize is the sequence step size.

O

OBJECT - io.ebeanservice.docstore.api.mapping.DocPropertyType
A nested object.
obtain() - Method in interface io.ebean.ProfileLocation
Obtain the description returning true if this is the initial call.
obtain() - Method in interface io.ebeanservice.docstore.api.DocStoreTransaction
Obtain a context to persist to (like a buffer).
of(Class<T>) - Static method in interface io.ebean.FetchGroup
Return the FetchGroupBuilder with the given select clause that we can add fetch clauses to.
of(Class<T>, String) - Static method in interface io.ebean.FetchGroup
Return the FetchGroup with the given select clause.
OFF - io.ebean.CacheMode
Do not use cache.
ON - io.ebean.CacheMode
Use the cache and store a result when needed.
online(boolean) - Method in interface io.ebean.plugin.Plugin
Called just before the server starts indicating if it is coming up in online mode.
onStart(ServerConfig) - Method in interface io.ebean.event.ServerConfigStartup
On starting configure the ServerConfig.
opAnd() - Method in class io.ebean.search.Match
Use the AND operator (rather than OR).
opAnd() - Method in class io.ebean.search.MultiMatch
Use the AND operator (rather than OR).
opAnd() - Method in class io.ebean.search.TextQueryString
Use the AND operator (rather than OR).
opAnd() - Method in class io.ebean.search.TextSimple
Use AND as the default operator.
opOr() - Method in class io.ebean.search.Match
Use the OR operator (rather than AND).
opOr() - Method in class io.ebean.search.MultiMatch
Use the OR operator (rather than AND).
opOr() - Method in class io.ebean.search.TextQueryString
Use the OR operator (rather than AND).
opOr() - Method in class io.ebean.search.TextSimple
Use OR as the default operator.
or() - Method in interface io.ebean.ExpressionList
Return a list of expressions that will be joined by OR's.
or(Expression, Expression) - Static method in class io.ebean.Expr
Or - join two expressions with a logical or.
or(Expression, Expression) - Method in interface io.ebean.ExpressionFactory
Or - join two expressions with a logical or.
or(Expression, Expression) - Method in interface io.ebean.ExpressionList
Or - join two expressions with a logical or.
OR - io.ebean.Junction.Type
OR group.
Oracle11Platform - Class in io.ebean.config.dbplatform.oracle
Oracle 11 platform using rownum sql limiting.
Oracle11Platform() - Constructor for class io.ebean.config.dbplatform.oracle.Oracle11Platform
 
OracleDbEncrypt - Class in io.ebean.config.dbplatform.oracle
Oracle encryption support.
OracleDbEncrypt() - Constructor for class io.ebean.config.dbplatform.oracle.OracleDbEncrypt
Constructs the Oracle10DbEncrypt with default encrypt and decrypt stored procedures.
OracleDbEncrypt(String, String) - Constructor for class io.ebean.config.dbplatform.oracle.OracleDbEncrypt
Constructs the Oracle10DbEncrypt specifying encrypt and decrypt stored procedures.
OracleDbHistorySupport - Class in io.ebean.config.dbplatform.oracle
Oracle Total recall based history support.
OracleDbHistorySupport() - Constructor for class io.ebean.config.dbplatform.oracle.OracleDbHistorySupport
 
OraclePlatform - Class in io.ebean.config.dbplatform.oracle
Oracle specific platform.
OraclePlatform() - Constructor for class io.ebean.config.dbplatform.oracle.OraclePlatform
 
OracleSequenceIdGenerator - Class in io.ebean.config.dbplatform.oracle
Oracle specific sequence Id Generator.
OracleSequenceIdGenerator(BackgroundExecutor, DataSource, String, int) - Constructor for class io.ebean.config.dbplatform.oracle.OracleSequenceIdGenerator
Construct given a dataSource and sql to return the next sequence value.
order() - Method in interface io.ebean.ExpressionList
Return the OrderBy so that you can append an ascending or descending property to the order by clause.
order() - Method in interface io.ebean.Query
Return the OrderBy so that you can append an ascending or descending property to the order by clause.
order(String) - Method in interface io.ebean.ExpressionList
Set the order by clause replacing the existing order by clause if there is one.
order(String) - Method in interface io.ebean.Query
Set the order by clause replacing the existing order by clause if there is one.
orderBy() - Method in interface io.ebean.ExpressionList
Return the OrderBy so that you can append an ascending or descending property to the order by clause.
orderBy() - Method in interface io.ebean.Query
Return the OrderBy so that you can append an ascending or descending property to the order by clause.
orderBy(String) - Method in interface io.ebean.ExpressionList
Set the order by clause replacing the existing order by clause if there is one.
orderBy(String) - Method in interface io.ebean.Query
Set the order by clause replacing the existing order by clause if there is one.
OrderBy<T> - Class in io.ebean
Represents an Order By for a Query.
OrderBy() - Constructor for class io.ebean.OrderBy
Create an empty OrderBy with no associated query.
OrderBy(Query<T>, String) - Constructor for class io.ebean.OrderBy
Construct with a given query and order by clause.
OrderBy(String) - Constructor for class io.ebean.OrderBy
Create an orderBy parsing the order by clause.
OrderBy.Property - Class in io.ebean
A property and its ascending descending order.
orderById(boolean) - Method in interface io.ebean.ExpressionList
Controls, if paginated queries should always append an 'order by id' statement at the end to guarantee a deterministic sort result.
orderById(boolean) - Method in interface io.ebean.Query
Controls, if paginated queries should always append an 'order by id' statement at the end to guarantee a deterministic sort result.
other() - Method in annotation type io.ebean.config.ModuleInfo
Other classes like Attribute Converters.

P

PagedList<T> - Interface in io.ebean
Represents a page of results.
Pairs - Class in io.ebean
Holds a list of value object pairs.
Pairs(String, String) - Constructor for class io.ebean.Pairs
Create with 2 property names.
Pairs.Entry - Class in io.ebean
A pair of 2 value objects.
parse(JsonParser) - Static method in class io.ebean.text.json.EJson
Parse the json and return as a List or Map.
parse(Reader) - Static method in class io.ebean.text.json.EJson
Parse the json and return as a List or Map.
parse(String) - Static method in class io.ebean.config.TableName
Parse a qualifiedTableName that might include a catalog and schema and just return the table name.
parse(String) - Static method in interface io.ebean.RawSqlBuilder
Return a RawSqlBuilder parsing the sql.
parse(String) - Static method in class io.ebean.text.json.EJson
Parse the json and return as a List or Map.
parse(String) - Static method in class io.ebean.text.PathProperties
Parse and return a PathProperties from nested string format like (a,b,c(d,e),f(g)) where "c" is a path containing "d" and "e" and "f" is a path containing "g" and the root path contains "a","b","c" and "f".
parse(String) - Method in interface io.ebean.text.StringParser
Convert a String value into an Object value.
parse(String) - Method in class io.ebean.text.TimeStringParser
Parse the String supporting both HH:mm:ss and HH:mm formats.
parseDateTime(long) - Method in interface io.ebean.plugin.ExpressionPath
For DateTime capable scalar types convert the long systemTimeMillis into an appropriate java time (Date,Timestamp,Time,Calendar, JODA type etc).
parseList(JsonParser) - Static method in class io.ebean.text.json.EJson
Parse the json and return as a List taking a JsonParser.
parseList(JsonParser, JsonToken) - Static method in class io.ebean.text.json.EJson
Parse the json returning as a List taking into account the current token.
parseList(Reader) - Static method in class io.ebean.text.json.EJson
Parse the json and return as a List taking a Reader.
parseList(String) - Static method in class io.ebean.text.json.EJson
Parse the json and return as a List.
parseList(String, boolean) - Static method in class io.ebean.text.json.EJson
Parse the json and return as a modify aware List.
parseObject(JsonParser) - Static method in class io.ebean.text.json.EJson
Parse the json and return as a Map taking a JsonParser.
parseObject(JsonParser, JsonToken) - Static method in class io.ebean.text.json.EJson
Parse the json and return as a Map taking a JsonParser and a starting token.
parseObject(Reader) - Static method in class io.ebean.text.json.EJson
Parse the json and return as a Map taking a reader.
parseObject(Reader, boolean) - Static method in class io.ebean.text.json.EJson
Parse the json and return as a Map taking a reader.
parseObject(String) - Static method in class io.ebean.text.json.EJson
Parse the json and return as a Map.
parseObject(String, boolean) - Static method in class io.ebean.text.json.EJson
Parse the json and return as a Map additionally specifying if the returned map should be modify aware meaning that it can detect when it has been modified.
parsePath(String) - Static method in class io.ebean.text.json.JsonWriteOptions
Parse and return a PathProperties from nested string format like (a,b,c(d,e),f(g)) where "c" is a path containing "d" and "e" and "f" is a path containing "g" and the root path contains "a","b","c" and "f".
parseSet(JsonParser, JsonToken) - Static method in class io.ebean.text.json.EJson
Parse the json returning as a Set taking into account the current token.
parseSet(String, boolean) - Static method in class io.ebean.text.json.EJson
Parse the json returning a Set that might be modify aware.
PARTITION - io.ebean.config.TenantMode
Tenants share tables but have a discriminator/partition column that partitions the data.
pathGet(Object) - Method in interface io.ebean.plugin.ExpressionPath
Return the value from a given entity bean.
pathProperties(FetchPath) - Static method in class io.ebean.text.json.JsonWriteOptions
Construct JsonWriteOptions with the given pathProperties.
PathProperties - Class in io.ebean.text
This is a Tree like structure of paths and properties that can be used for defining which parts of an object graph to render in JSON or XML, and can also be used to define which parts to select and fetch for an ORM query.
PathProperties() - Constructor for class io.ebean.text.PathProperties
Construct an empty PathProperties.
PathProperties.Props - Class in io.ebean.text
 
paths() - Method in interface io.ebean.MergeOptions
Return the paths included in the merge.
pathSet(Object, Object) - Method in interface io.ebean.plugin.ExpressionPath
Set a value to the bean for this expression path.
persistenceContextPut(Object, T) - Method in interface io.ebean.text.json.JsonBeanReader
Add a bean explicitly to the persistence context.
PersistenceContextScope - Enum in io.ebean
Defines the scope for PersistenceContext.
PersistenceIOException - Exception in io.ebean
Captures and wraps IOException's occurring during ElasticSearch processing etc.
PersistenceIOException(Exception) - Constructor for exception io.ebean.PersistenceIOException
 
PersistenceIOException(String, Exception) - Constructor for exception io.ebean.PersistenceIOException
 
phrase() - Method in class io.ebean.search.Match
Set this to be a "Phrase" type expression.
PHRASE - io.ebean.search.MultiMatch.Type
 
PHRASE_PREFIX - io.ebean.search.MultiMatch.Type
 
phrasePrefix() - Method in class io.ebean.search.Match
Set this to be a "Phrase Prefix" type expression.
phraseSlop(double) - Method in class io.ebean.search.TextQueryString
Set the phrase slop.
PlatformConfig - Class in io.ebean.config
Configuration for DB types such as UUID, Geometry etc.
PlatformConfig() - Constructor for class io.ebean.config.PlatformConfig
Construct with defaults.
PlatformConfig(PlatformConfig) - Constructor for class io.ebean.config.PlatformConfig
Construct based on given config - typically for DbMigration generation with many platforms.
PlatformConfig.DbUuid - Enum in io.ebean.config
Specify how UUID is stored.
Plugin - Interface in io.ebean.plugin
A 'plugin' that wants to be configured on startup so it can use features of the Database itself.
pop() - Method in class io.ebeanservice.docstore.api.mapping.DocMappingBuilder
Pop the nested object or list off the properties stack.
postCommit() - Method in interface io.ebean.TransactionCallback
Perform processing just after the transaction commit.
postCommit() - Method in class io.ebean.TransactionCallbackAdapter
Perform processing just after the transaction commit.
postConfigure(ServerConfig) - Method in interface io.ebean.config.AutoConfigure
Provide some configuration the ServerConfig prior to server creation but after properties have been applied.
postConstruct(Object) - Method in interface io.ebean.event.BeanPostConstructListener
Called after every @PostConstruct annotated method of the bean is executed
postCreate(Object) - Method in interface io.ebean.event.BeanPostConstructListener
postDelete(BeanPersistRequest<?>) - Method in class io.ebean.event.BeanPersistAdapter
Does nothing by default.
postDelete(BeanPersistRequest<?>) - Method in interface io.ebean.event.BeanPersistController
Called after the delete was performed.
Postgres9Platform - Class in io.ebean.config.dbplatform.postgres
Postgres9 platform - uses serial type for identity columns.
Postgres9Platform() - Constructor for class io.ebean.config.dbplatform.postgres.Postgres9Platform
 
PostgresDbEncrypt - Class in io.ebean.config.dbplatform.postgres
Postgres pgp_sym_encrypt pgp_sym_decrypt based encryption support.
PostgresDbEncrypt() - Constructor for class io.ebean.config.dbplatform.postgres.PostgresDbEncrypt
 
PostgresHistorySupport - Class in io.ebean.config.dbplatform.postgres
Postgres support for history features.
PostgresHistorySupport() - Constructor for class io.ebean.config.dbplatform.postgres.PostgresHistorySupport
 
PostgresPlatform - Class in io.ebean.config.dbplatform.postgres
Postgres 10+ platform.
PostgresPlatform() - Constructor for class io.ebean.config.dbplatform.postgres.PostgresPlatform
 
PostgresSequenceIdGenerator - Class in io.ebean.config.dbplatform.postgres
Postgres specific sequence Id Generator.
PostgresSequenceIdGenerator(BackgroundExecutor, DataSource, String, int) - Constructor for class io.ebean.config.dbplatform.postgres.PostgresSequenceIdGenerator
Construct given a dataSource and sql to return the next sequence value.
postInsert(BeanPersistRequest<?>) - Method in class io.ebean.event.BeanPersistAdapter
Does nothing by default.
postInsert(BeanPersistRequest<?>) - Method in interface io.ebean.event.BeanPersistController
Called after the insert was performed.
postLoad(Object) - Method in interface io.ebean.event.BeanPostLoad
Called after every each bean is loaded from the database.
postRollback() - Method in interface io.ebean.TransactionCallback
Perform processing just after the transaction rollback.
postRollback() - Method in class io.ebean.TransactionCallbackAdapter
Perform processing just after the transaction rollback.
postSoftDelete(BeanPersistRequest<?>) - Method in class io.ebean.event.BeanPersistAdapter
Does nothing by default.
postSoftDelete(BeanPersistRequest<?>) - Method in interface io.ebean.event.BeanPersistController
Called after the soft delete was performed.
postUpdate(BeanPersistRequest<?>) - Method in class io.ebean.event.BeanPersistAdapter
Does nothing by default.
postUpdate(BeanPersistRequest<?>) - Method in interface io.ebean.event.BeanPersistController
Called after the update was performed.
preCommit() - Method in interface io.ebean.TransactionCallback
Perform processing just prior to the transaction commit.
preCommit() - Method in class io.ebean.TransactionCallbackAdapter
Perform processing just prior to the transaction commit.
preConfigure(ServerConfig) - Method in interface io.ebean.config.AutoConfigure
Perform configuration for the ServerConfig prior to properties load.
preDelete(BeanDeleteIdRequest) - Method in class io.ebean.event.BeanPersistAdapter
Does nothing by default.
preDelete(BeanDeleteIdRequest) - Method in interface io.ebean.event.BeanPersistController
Prior to a delete by id perform some action.
preDelete(BeanPersistRequest<?>) - Method in class io.ebean.event.BeanPersistAdapter
Returns true indicating normal processing should continue.
preDelete(BeanPersistRequest<?>) - Method in interface io.ebean.event.BeanPersistController
Prior to the delete perform some action.
prefix() - Method in enum io.ebean.Junction.Type
Return the prefix value for this type.
preInsert(BeanPersistRequest<?>) - Method in class io.ebean.event.BeanPersistAdapter
Returns true indicating normal processing should continue.
preInsert(BeanPersistRequest<?>) - Method in interface io.ebean.event.BeanPersistController
Prior to the insert perform some action.
prepare(ChangeSet) - Method in interface io.ebean.event.changelog.ChangeLogPrepare
In the foreground prepare the changeLog for sending.
prepare(ReadEvent) - Method in interface io.ebean.event.readaudit.ReadAuditPrepare
Prepare the read event by setting any user context information into the read event such as the application user id and ip address.
prepareMany(BeanDescriptor<T>) - Method in class io.ebeanservice.docstore.api.support.DocStructure
For 'many' nested properties we need an additional root based graph to fetch and update.
preQuery(BeanQueryRequest<?>) - Method in interface io.ebean.event.BeanQueryAdapter
Modify the associated query prior to it being executed.
preRollback() - Method in interface io.ebean.TransactionCallback
Perform processing just prior to the transaction rollback.
preRollback() - Method in class io.ebean.TransactionCallbackAdapter
Perform processing just prior to the transaction rollback.
preSoftDelete(BeanPersistRequest<?>) - Method in class io.ebean.event.BeanPersistAdapter
Returns true indicating normal processing should continue.
preSoftDelete(BeanPersistRequest<?>) - Method in interface io.ebean.event.BeanPersistController
Prior to a soft delete perform some action.
preUpdate(BeanPersistRequest<?>) - Method in class io.ebean.event.BeanPersistAdapter
Returns true indicating normal processing should continue.
preUpdate(BeanPersistRequest<?>) - Method in interface io.ebean.event.BeanPersistController
Prior to the update perform some action.
primaryKeyName(String) - Method in class io.ebean.config.DbConstraintNaming
Return the primary key constraint name.
process(SlowQueryEvent) - Method in interface io.ebean.config.SlowQueryListener
Process a slow query event.
process(BulkTableEvent) - Method in interface io.ebean.event.BulkTableEventListener
Process the event.
process(DocStoreUpdates, int) - Method in interface io.ebeanservice.docstore.api.DocStoreUpdateProcessor
Process all the updates for a transaction.
process(Reader) - Method in interface io.ebean.text.csv.CsvReader
Automatically create a transaction if required to process all the CSV content from the reader.
process(Reader, CsvCallback<T>) - Method in interface io.ebean.text.csv.CsvReader
Process the CSV content passing the bean to the CsvCallback after each row.
process(List<DocStoreQueueEntry>) - Method in interface io.ebean.DocumentStore
Process the queue entries sending updates to the document store or queuing them for later processing.
process(List<DocStoreQueueEntry>) - Method in class io.ebeanservice.docstore.none.NoneDocStore
 
processBean(int, String[], T) - Method in interface io.ebean.text.csv.CsvCallback
Called for each bean after it has been loaded from the CSV content.
processBean(int, String[], T) - Method in class io.ebean.text.csv.DefaultCsvCallback
Will save the bean.
processLine(int, String[]) - Method in interface io.ebean.text.csv.CsvCallback
Check that the row should be processed - return true to process the row or false to ignore the row.
processLine(int, String[]) - Method in class io.ebean.text.csv.DefaultCsvCallback
Validate that the content is valid and return false if the row should be ignored.
ProfileLocation - Interface in io.ebean
A location for profiling transactions and queries.
ProfilingConfig - Class in io.ebean.config
Configuration for transaction profiling.
ProfilingConfig() - Constructor for class io.ebean.config.ProfilingConfig
 
PropertiesWrapper - Class in io.ebean.config
 
PropertiesWrapper(String, String, Properties, ClassLoadConfig) - Constructor for class io.ebean.config.PropertiesWrapper
Construct with a prefix, serverName and properties.
PropertiesWrapper(Properties, ClassLoadConfig) - Constructor for class io.ebean.config.PropertiesWrapper
Construct without prefix of serverName.
Property - Interface in io.ebean.plugin
Property of a entity bean that can be read.
Property(String, boolean) - Constructor for class io.ebean.OrderBy.Property
 
Property(String, boolean, String) - Constructor for class io.ebean.OrderBy.Property
 
Property(String, boolean, String, String) - Constructor for class io.ebean.OrderBy.Property
 
Property(String, boolean, String, String, String) - Constructor for class io.ebean.OrderBy.Property
 
PropertyAssocMany - Interface in io.ebean.plugin
Property of a entity bean that is a ToMany property.
publish(Query<T>) - Method in interface io.ebean.Database
Publish the beans that match the query returning the resulting published beans.
publish(Query<T>, Transaction) - Method in interface io.ebean.Database
Publish the beans that match the query returning the resulting published beans.
publish(Class<T>, Object) - Method in interface io.ebean.Database
Publish a single bean given its type and id returning the resulting live bean.
publish(Class<T>, Object, Transaction) - Method in interface io.ebean.Database
Publish a single bean given its type and id returning the resulting live bean.
push(DocPropertyMapping) - Method in class io.ebeanservice.docstore.api.mapping.DocMappingBuilder
Push the nested object or list onto the properties stack.
put(Object, Object) - Method in interface io.ebean.cache.ServerCache
Put the value in the cache with a given id.
put(String, Object) - Method in interface io.ebean.SqlRow
Set a value to a property.
PUT - io.ebean.CacheMode
Do not read from cache, but put beans into the cache and invalidate parts of the cache as necessary.
putAll(Map<? extends String, ?>) - Method in interface io.ebean.SqlRow
Put all the values from t into this map.
putAll(Map<Object, Object>) - Method in interface io.ebean.cache.ServerCache
Put all the values in the cache.
putServiceObject(Object) - Method in class io.ebean.config.ServerConfig
Deprecated.
Put a service object into configuration such that it can be passed to a plugin.
putServiceObject(String, Object) - Method in class io.ebean.config.ServerConfig
Deprecated.
Put a service object into configuration such that it can be passed to a plugin.
putUserObject(String, Object) - Method in interface io.ebean.Transaction
Add an arbitrary user object to the transaction.

Q

query() - Method in interface io.ebean.ExpressionList
Return the query that owns this expression list.
query() - Method in class io.ebean.FetchConfig
Eagerly fetch the beans in this path as a separate query (rather than as part of the main query).
query() - Method in class io.ebean.Finder
Creates a query.
query(int) - Method in class io.ebean.FetchConfig
Eagerly fetch the beans in this path as a separate query (rather than as part of the main query).
query(String) - Method in class io.ebean.Finder
Creates a query using the ORM query language.
Query<T> - Interface in io.ebean
Object relational query for finding a List, Set, Map or single entity bean.
QUERY - io.ebean.cache.ServerCacheType
Query cache.
QUERY - io.ebean.PersistenceContextScope
PersistenceContext is scoped to the query.
Query.ForUpdate - Enum in io.ebean
For update mode.
QueryCacheEntry - Class in io.ebean.cache
For query cache entries we additionally hold the dependent tables and timestamp for the query result.
QueryCacheEntry(Object, Set<String>, long) - Constructor for class io.ebean.cache.QueryCacheEntry
Create with dependent tables and timestamp.
QueryCacheEntryValidate - Interface in io.ebean.cache
Used to validate that a query cache entry is still valid based on dependent tables.
queryFirst(int) - Method in class io.ebean.FetchConfig
Eagerly fetch the first batch of beans on this path.
queryFor(Class<T>) - Static method in interface io.ebean.FetchGroup
Return a query to be used by query beans for constructing FetchGroup.
QueryIterator<T> - Interface in io.ebean
Used to provide iteration over query results.
queryPlan(ReadAuditQueryPlan) - Method in interface io.ebean.event.readaudit.ReadAuditLogger
Called when a new query plan is created.
queryPlanCollectNow(QueryPlanRequest) - Method in interface io.ebean.meta.MetaInfoManager
Collect query plans in the foreground.
queryPlanInit(QueryPlanInit) - Method in interface io.ebean.meta.MetaInfoManager
Initiate query plan collection by turning on "bind capture" on matching query plans.
QueryPlanInit - Class in io.ebean.meta
Initiate query plan collection for plans by their hash or all query plans.
QueryPlanInit() - Constructor for class io.ebean.meta.QueryPlanInit
 
QueryPlanRequest - Class in io.ebean.meta
Request used to capture query plans.
QueryPlanRequest() - Constructor for class io.ebean.meta.QueryPlanRequest
 
QueryType - Enum in io.ebean
The type of the query being executed.
queue() - Method in interface io.ebeanservice.docstore.api.DocStoreTransaction
Add changes that should be queued to the DocStoreUpdates.
queueDelete(String, Object) - Method in class io.ebeanservice.docstore.api.DocStoreUpdates
Queue a 'delete' request.
queueIndex(String, Object) - Method in class io.ebeanservice.docstore.api.DocStoreUpdates
Queue an 'index' request.
queueNested(String, String, Object) - Method in class io.ebeanservice.docstore.api.DocStoreUpdates
Queue an update to a nested/embedded object.

R

raw(String) - Static method in class io.ebean.Expr
Add raw expression with no parameters.
raw(String) - Method in interface io.ebean.ExpressionFactory
Add raw expression with no parameters.
raw(String) - Method in interface io.ebean.ExpressionList
Add raw expression with no parameters.
raw(String, Object) - Static method in class io.ebean.Expr
Add raw expression with a single parameter.
raw(String, Object) - Method in interface io.ebean.ExpressionFactory
Add raw expression with a single parameter.
raw(String, Object) - Method in interface io.ebean.ExpressionList
Add raw expression with a single parameter.
raw(String, Object[]) - Static method in class io.ebean.Expr
Add raw expression with an array of parameters.
raw(String, Object[]) - Method in interface io.ebean.ExpressionFactory
Add raw expression with an array of parameters.
raw(String, Object...) - Method in interface io.ebean.ExpressionList
Add raw expression with an array of parameters.
RAW - io.ebean.LikeType
You need to put in your own wildcards - no escaping is performed.
RawDoc - Class in io.ebeanservice.docstore.api
Raw document.
RawDoc() - Constructor for class io.ebeanservice.docstore.api.RawDoc
Construct empty (typically for JSON marshalling).
RawDoc(Map<String, Object>, String, double, String, String) - Constructor for class io.ebeanservice.docstore.api.RawDoc
Construct the document with all the meta data.
rawOrEmpty(String, Collection<?>) - Method in interface io.ebean.ExpressionList
Only add the raw expression if the values is not null or empty.
rawProperty(String) - Method in interface io.ebean.plugin.BeanDocType
Return a 'raw' property mapped for the given property.
rawProperty(String) - Method in interface io.ebeanservice.docstore.api.DocStoreBeanAdapter
Return an un-analysed property to use instead of the given property.
rawProperty(String) - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
 
RawSql - Interface in io.ebean
Used to build object graphs based on a raw SQL statement (rather than generated by Ebean).
RawSqlBuilder - Interface in io.ebean
Builds RawSql instances from a SQL string and column mappings.
read() - Method in interface io.ebean.text.json.JsonBeanReader
Read the JSON returning a bean.
READ_COMMITTED - Static variable in interface io.ebean.Transaction
Read Committed transaction isolation.
READ_UNCOMMITTED - Static variable in interface io.ebean.Transaction
Read Uncommitted transaction isolation.
ReadAuditLogger - Interface in io.ebean.event.readaudit
Log that the query was executed
ReadAuditPrepare - Interface in io.ebean.event.readaudit
Set user context information into the read event prior to it being logged.
ReadAuditQueryPlan - Class in io.ebean.event.readaudit
A SQL query and associated keys.
ReadAuditQueryPlan() - Constructor for class io.ebean.event.readaudit.ReadAuditQueryPlan
Construct for JSON tools.
ReadAuditQueryPlan(String, String, String) - Constructor for class io.ebean.event.readaudit.ReadAuditQueryPlan
Construct given the beanType, queryKey and sql.
ReadEvent - Class in io.ebean.event.readaudit
Read event sent to the ReadEventLogger.
ReadEvent() - Constructor for class io.ebean.event.readaudit.ReadEvent
Constructor for JSON tools.
ReadEvent(String) - Constructor for class io.ebean.event.readaudit.ReadEvent
Construct for many future list query.
ReadEvent(String, String, String, Object) - Constructor for class io.ebean.event.readaudit.ReadEvent
Construct for a single bean read.
ReadEvent(String, String, String, List<Object>) - Constructor for class io.ebean.event.readaudit.ReadEvent
Construct for many beans read.
readHeader(String[]) - Method in interface io.ebean.text.csv.CsvCallback
Read the header row.
readHeader(String[]) - Method in class io.ebean.text.csv.DefaultCsvCallback
Override to read the heading line.
ref(I) - Method in class io.ebean.BeanFinder
Creates an entity reference for this ID.
ref(I) - Method in class io.ebean.Finder
Creates an entity reference for this ID.
refresh() - Method in class io.ebean.Model
Refreshes this entity from the database.
refresh(Object) - Method in interface io.ebean.Database
Refresh the values of a bean.
refresh(Object) - Static method in class io.ebean.DB
Refresh the values of a bean.
refresh(Object) - Static method in class io.ebean.Ebean
Deprecated.
Refresh the values of a bean.
refresh(T) - Method in class io.ebean.BeanRepository
Refreshes this entity from the database.
refreshMany(Object, String) - Method in interface io.ebean.Database
Refresh a many property of an entity bean.
refreshMany(Object, String) - Static method in class io.ebean.DB
Refresh a 'many' property of a bean.
refreshMany(Object, String) - Static method in class io.ebean.Ebean
Deprecated.
Refresh a 'many' property of a bean.
register(EbeanServer, boolean) - Static method in class io.ebean.Ebean
Deprecated.
Register the server with this Ebean singleton.
register(TransactionCallback) - Method in interface io.ebean.Database
Register a TransactionCallback on the currently active transaction.
register(TransactionCallback) - Static method in class io.ebean.DB
Register a TransactionCallback on the currently active transaction.
register(TransactionCallback) - Static method in class io.ebean.Ebean
Deprecated.
Register a TransactionCallback on the currently active transaction.
register(TransactionCallback) - Method in interface io.ebean.Transaction
Register a TransactionCallback with this transaction.
registeredTables() - Method in interface io.ebean.event.BulkTableEventListener
Return the tables that this listener is interested in.
registerInvalidationPath(String, String, Set<String>) - Method in interface io.ebeanservice.docstore.api.DocStoreBeanAdapter
Register invalidation events for embedded/nested documents the given path and properties.
registerInvalidationPath(String, String, Set<String>) - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
Register a doc store invalidation listener for the given bean type, path and properties.
registerOut(int, int) - Method in interface io.ebean.CallableSql
Register an OUT parameter.
registerPaths() - Method in interface io.ebeanservice.docstore.api.DocStoreBeanAdapter
In deployment phase read the embedded/nested document information.
registerPaths() - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
Register invalidation paths for embedded documents.
remove() - Method in class io.ebean.config.dbplatform.h2.H2HistoryTrigger
 
remove() - Method in interface io.ebean.QueryIterator
Remove is not allowed.
remove(Object) - Method in interface io.ebean.cache.ServerCache
Remove a entry from the cache given its id.
remove(Object) - Method in interface io.ebean.SqlRow
Remove a property from the map.
removeAll(Set<Object>) - Method in interface io.ebean.cache.ServerCache
Remove the entries from the cache given the id values.
renderType(int, int) - Method in class io.ebean.config.dbplatform.mysql.MySqlBlob
 
renderType(int, int) - Method in class io.ebean.config.dbplatform.mysql.MySqlClob
 
REPEATABLE_READ - Static variable in interface io.ebean.Transaction
Repeatable read transaction isolation.
reportProfiling() - Method in interface io.ebean.AutoTune
Output the profiling.
required() - Static method in class io.ebean.TxScope
Helper method to create a TxScope with REQUIRES.
requiresNew() - Static method in class io.ebean.TxScope
Helper method to create a TxScope with REQUIRES_NEW.
resetAllMetrics() - Method in interface io.ebean.meta.MetaInfoManager
Just reset all the metrics.
resetForInsert() - Method in interface io.ebean.BeanState
Reset the bean putting it into NEW state such that a save() results in an insert.
resultSet(ResultSet, String...) - Static method in interface io.ebean.RawSqlBuilder
Create and return a RawSql object based on the resultSet and list of properties the columns in the resultSet map to.
reverse() - Method in class io.ebean.OrderBy.Property
Reverse the ascending/descending order for this property.
reverse() - Method in class io.ebean.OrderBy
Reverse the ascending/descending order on all the properties.
rewrite(String) - Method in class io.ebean.search.Match
Set the rewrite to use.
rewrite(String) - Method in class io.ebean.search.MultiMatch
Set the rewrite to use.
rewrite(String) - Method in class io.ebean.search.TextQueryString
Set the rewrite option.
rollback() - Method in interface io.ebean.Transaction
Rollback the transaction.
rollback(Throwable) - Method in interface io.ebean.Transaction
Rollback the transaction specifying a throwable that caused the rollback to occur.
ROLLBACK - io.ebean.event.changelog.TxnState
The Transaction was rolled back.
rollbackTransaction() - Method in interface io.ebean.Database
Rollback the current transaction.
rollbackTransaction() - Static method in class io.ebean.DB
Rollback the current transaction.
rollbackTransaction() - Static method in class io.ebean.Ebean
Deprecated.
Rollback the current transaction.
root() - Method in interface io.ebean.plugin.BeanType
Return the root bean type for an inheritance hierarchy.
ROOT - io.ebeanservice.docstore.api.mapping.DocPropertyType
Root level type.
RowConsumer - Interface in io.ebean
Used with SqlQuery to process potentially large queries reading directly from the JDBC ResultSet.
RowMapper<T> - Interface in io.ebean
Used with SqlQuery to map raw JDBC ResultSet to objects.
run(String) - Method in interface io.ebean.ScriptRunner
Run a script given the resource path (that should start with "/").
run(String, Map<String, String>) - Method in interface io.ebean.ScriptRunner
Run a script given the resource path (that should start with "/") and place holders.
run(URL) - Method in interface io.ebean.ScriptRunner
Run a DDL or SQL script given the resource.
run(URL, Map<String, String>) - Method in interface io.ebean.ScriptRunner
Run a DDL or SQL script given the resource and place holders.
runDbMigration(DataSource) - Method in class io.ebean.config.ServerConfig
Deprecated.
Run the DB migration against the DataSource.
runScript(String, String, boolean) - Method in interface io.ebean.ScriptRunner
Run the raw provided DDL or SQL script.

S

save() - Method in class io.ebean.Model
Insert or update this entity depending on its state.
save(Transaction) - Method in class io.ebean.Model
Save this entity with an explicit transaction.
save(Object) - Method in interface io.ebean.Database
Either Insert or Update the bean depending on its state.
save(Object) - Static method in class io.ebean.DB
Either Insert or Update the bean depending on its state.
save(Object) - Static method in class io.ebean.Ebean
Deprecated.
Either Insert or Update the bean depending on its state.
save(Object, Transaction) - Method in interface io.ebean.Database
Insert or update a bean with an explicit transaction.
save(T) - Method in class io.ebean.BeanRepository
Insert or update this entity depending on its state.
saveAll(Object...) - Method in interface io.ebean.Database
Save all the beans.
saveAll(Object...) - Static method in class io.ebean.DB
Save all the beans from a Collection.
saveAll(Collection<?>) - Method in interface io.ebean.Database
Save all the beans in the collection.
saveAll(Collection<?>) - Static method in class io.ebean.DB
Save all the beans from a Collection.
saveAll(Collection<?>) - Static method in class io.ebean.Ebean
Deprecated.
Save all the beans from a Collection.
saveAll(Collection<?>, Transaction) - Method in interface io.ebean.Database
Save all the beans in the collection with an explicit transaction.
saveAll(Collection<T>) - Method in class io.ebean.BeanRepository
Save all the beans in the collection.
ScalarTypeConverter<B,​S> - Interface in io.ebean.config
Matches the functionality of javax.persistence.AttributeConverter
schedule(Runnable, long, TimeUnit) - Method in interface io.ebean.BackgroundExecutor
Schedules a Runnable for one-shot action that becomes enabled after the given delay.
schedule(Callable<V>, long, TimeUnit) - Method in interface io.ebean.BackgroundExecutor
Schedules a Callable for one-shot action that becomes enabled after the given delay.
schema(Object) - Method in interface io.ebean.config.TenantSchemaProvider
Return the DB schema for the given tenantId.
SCHEMA - io.ebean.config.TenantMode
Each Tenant has their own Database schema.
script() - Method in interface io.ebean.Database
Return a ScriptRunner for running SQL or DDL scripts.
script() - Static method in class io.ebean.DB
Return the ScriptRunner for the default database.
ScriptRunner - Interface in io.ebean
Runs DDL and SQL scripts.
select(FetchGroup<T>) - Method in interface io.ebean.ExpressionList
Apply the fetchGroup which defines what part of the object graph to load.
select(FetchGroup<T>) - Method in interface io.ebean.Query
Apply the fetchGroup which defines what part of the object graph to load.
select(String) - Method in interface io.ebean.ExpressionList
Specify specific properties to fetch on the main/root bean (aka partial object).
select(String) - Method in interface io.ebean.FetchGroupBuilder
Specify specific properties to select (top level properties).
select(String) - Method in interface io.ebean.Query
Specify the properties to fetch on the root level entity bean in comma delimited format.
SERIALIZABLE - Static variable in interface io.ebean.Transaction
Serializable transaction isolation.
SerializableConflictException - Exception in io.ebean
Thrown at SERIALIZABLE isolation level for non-recoverable concurrent conflict.
SerializableConflictException(String, Throwable) - Constructor for exception io.ebean.SerializableConflictException
Create with a message and cause.
ServerCache - Interface in io.ebean.cache
Represents part of the "L2" server side cache.
ServerCacheConfig - Class in io.ebean.cache
Configuration used to create ServerCache instances.
ServerCacheConfig(ServerCacheType, String, String, ServerCacheOptions, CurrentTenantProvider, QueryCacheEntryValidate) - Constructor for class io.ebean.cache.ServerCacheConfig
 
ServerCacheFactory - Interface in io.ebean.cache
Defines method for constructing caches for beans and queries.
ServerCacheManager - Interface in io.ebean.cache
The cache service for server side caching of beans and query results.
ServerCacheNotification - Class in io.ebean.cache
Notification event that dependent tables have been modified.
ServerCacheNotification(Set<String>) - Constructor for class io.ebean.cache.ServerCacheNotification
 
ServerCacheNotify - Interface in io.ebean.cache
Interface for both listening to notification changes and sending them to other members of the cluster.
ServerCacheNotifyPlugin - Interface in io.ebean.cache
Plugin that provides a ServerCacheNotify implementation.
ServerCacheOptions - Class in io.ebean.cache
Options for controlling a cache.
ServerCacheOptions() - Constructor for class io.ebean.cache.ServerCacheOptions
Construct with no set options.
ServerCacheOptions(boolean, CacheBeanTuning) - Constructor for class io.ebean.cache.ServerCacheOptions
Create with nearCache option.
ServerCacheOptions(CacheBeanTuning) - Constructor for class io.ebean.cache.ServerCacheOptions
Create from the cacheTuning deployment annotation.
ServerCacheOptions(CacheQueryTuning) - Constructor for class io.ebean.cache.ServerCacheOptions
Create from the cacheTuning deployment annotation.
ServerCachePlugin - Interface in io.ebean.cache
The plugin interface that creates a ServerCacheFactory.
ServerCacheRegion - Interface in io.ebean.cache
Cache region can be enabled independently.
ServerCacheStatistics - Class in io.ebean.cache
The statistics collected per cache.
ServerCacheStatistics() - Constructor for class io.ebean.cache.ServerCacheStatistics
 
ServerCacheType - Enum in io.ebean.cache
The type of L2 caches.
ServerConfig - Class in io.ebean.config
Deprecated.
ServerConfig() - Constructor for class io.ebean.config.ServerConfig
Deprecated.
Construct a Database Configuration for programmatically creating an Database.
ServerConfig.UuidVersion - Enum in io.ebean.config
Deprecated.
 
ServerConfigProvider - Interface in io.ebean.config
Provides a ServiceLoader based mechanism to configure a ServerConfig.
ServerConfigStartup - Interface in io.ebean.event
Used to configure the server on startup.
ServerMetrics - Interface in io.ebean.meta
Metrics of the Database instance.
ServerMetricsAsJson - Interface in io.ebean.meta
Collect the metrics in raw JSON form.
service(Class<T>) - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the first service using the service loader (or null).
serviceLoad(Class<T>) - Method in class io.ebean.config.ServerConfig
Deprecated.
Return the service loader using the classLoader defined in ClassLoadConfig.
ServletContextListener - Class in io.ebean.event
Listens for webserver server starting and stopping events.
ServletContextListener() - Constructor for class io.ebean.event.ServletContextListener
 
set(int, Object) - Method in interface io.ebean.Update
Set an ordered bind parameter.
set(String, Object) - Method in interface io.ebean.SqlRow
Exactly the same as the put method.
set(String, Object) - Method in interface io.ebean.Update
Set a named parameter.
set(String, Object) - Method in interface io.ebean.UpdateQuery
Set the value of a property.
setActive(boolean) - Method in class io.ebean.config.ContainerConfig
Set to true for clustering to be active.
setActive(boolean) - Method in class io.ebean.config.DocStoreConfig
Set to true to make the Document store (ElasticSearch) integration active.
setAddForeignKeySkipCheck(boolean) - Method in interface io.ebean.dbmigration.DbMigration
Set to true if ALTER TABLE ADD FOREIGN KEY should be generated with an option to skip validation.
setAddPropertiesFromHeader() - Method in interface io.ebean.text.csv.CsvReader
Same as setHasHeader(true,true);
setAll(boolean) - Method in class io.ebean.meta.QueryPlanInit
Set to true to initiate bind collection on all query plans.
setAllowAllCertificates(boolean) - Method in class io.ebean.config.DocStoreConfig
Set to true such that the client allows connections to invalid/self signed SSL certificates.
setAllowLoadErrors() - Method in interface io.ebean.Query
Execute the query allowing properties with invalid JSON to be collected and not fail the query.
setAllQuotedIdentifiers(boolean) - Method in class io.ebean.config.PlatformConfig
Set to true if all DB column and table names should use quoted identifiers.
setAllQuotedIdentifiers(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true if all DB column and table names should use quoted identifiers.
setAllRegionsEnabled(boolean) - Method in interface io.ebean.cache.ServerCacheManager
Enable or disable all the cache regions.
setAnalyzer(String) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
setApplyPrefix(String) - Method in class io.ebean.config.DbMigrationConfig
Set the apply prefix.
setApplyPrefix(String) - Method in interface io.ebean.dbmigration.DbMigration
Set the prefix for the version.
setApplySuffix(String) - Method in class io.ebean.config.DbMigrationConfig
Set the apply script suffix (defaults to sql).
setAscending(boolean) - Method in class io.ebean.OrderBy.Property
Set to true if the order is ascending.
setAsOfSysPeriod(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the database column used to support history and 'As of' queries.
setAsOfViewSuffix(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the suffix appended to the base table to derive the view that contains the union of the base table and the history table in order to support asOf queries.
setAutoReadOnlyDataSource(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true if Ebean should create a DataSource for use with implicit read only transactions.
setAutoTableMod(boolean) - Method in interface io.ebean.SqlUpdate
Set this to false if you don't want eBean to automatically deduce the table modification information and process it.
setAutoTune(boolean) - Method in interface io.ebean.Query
Explicitly specify whether to use AutoTune for this query.
setAutoTuneConfig(AutoTuneConfig) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the configuration for AutoTune.
setBackgroundExecutorSchedulePoolSize(int) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the Background executor schedule pool size.
setBackgroundExecutorShutdownSecs(int) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the Background executor shutdown seconds.
setBaseTable(String) - Method in interface io.ebean.Query
Set the base table to use for this query.
setBatch(PersistBatch) - Method in class io.ebean.TxScope
Set the batch mode to use.
setBatchFlushOnMixed(boolean) - Method in interface io.ebean.Transaction
Deprecated.
setBatchFlushOnQuery(boolean) - Method in interface io.ebean.Transaction
Deprecated.
setBatchGetGeneratedKeys(boolean) - Method in interface io.ebean.Transaction
Deprecated.
setBatchMode(boolean) - Method in interface io.ebean.Transaction
Turn on or off use of JDBC statement batching.
setBatchOnCascade(boolean) - Method in interface io.ebean.Transaction
Set the JDBC batch mode to use for a save() or delete() when cascading to children.
setBatchOnCascade(PersistBatch) - Method in class io.ebean.TxScope
Set the batch on cascade mode.
setBatchSize(int) - Method in interface io.ebean.Transaction
Specify the number of statements before a batch is flushed automatically.
setBatchSize(int) - Method in class io.ebean.TxScope
Set the batch size to use.
setBean(T) - Method in class io.ebean.Version
Set the bean instance for this version.
setBeanCacheMode(CacheMode) - Method in interface io.ebean.ExpressionList
Set the mode to use the bean cache when executing this query.
setBeanCacheMode(CacheMode) - Method in interface io.ebean.Query
Set the mode to use the bean cache when executing this query.
setBeanId(Object, Object) - Method in interface io.ebean.Database
Set the Id value onto the bean converting the type of the id value if necessary.
setBeanId(T, Object) - Method in interface io.ebean.plugin.BeanType
Set the id value to the bean.
setBeanType(String) - Method in class io.ebean.event.readaudit.ReadAuditQueryPlan
Set the bean type.
setBeanType(String) - Method in class io.ebean.event.readaudit.ReadEvent
Set the type of bean read.
setBindLog(String) - Method in class io.ebean.event.readaudit.ReadEvent
Set the bind log used when executing the query.
setBoost(Float) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
setBufferFetchSizeHint(int) - Method in interface io.ebean.DtoQuery
A hint which for JDBC translates to the Statement.fetchSize().
setBufferFetchSizeHint(int) - Method in interface io.ebean.Query
A hint which for JDBC translates to the Statement.fetchSize().
setBufferFetchSizeHint(int) - Method in interface io.ebean.SqlQuery
A hint which for JDBC translates to the Statement.fetchSize().
setBulkBatchSize(int) - Method in class io.ebean.config.DocStoreConfig
Set the default batch size to use for calls to the Bulk API.
setCacheMaxIdleTime(int) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the L2 cache default max idle time in seconds.
setCacheMaxSize(int) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the L2 cache default max size.
setCacheMaxTimeToLive(int) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the L2 cache default max time to live in seconds.
setCacheName(String) - Method in class io.ebean.cache.ServerCacheStatistics
Set the name of the cache.
setCaseSensitiveCollation(boolean) - Method in class io.ebean.config.PlatformConfig
Set to false to indicate that the collation is case insensitive.
setCatalog(String) - Method in class io.ebean.config.AbstractNamingConvention
Sets the catalog.
setChangeLogAsync(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Sets if the changelog should be written async (default = true).
setChangeLogIncludeInserts(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set if inserts should be included in the change log by default.
setChangeLogListener(ChangeLogListener) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the ChangeLogListener which actually performs the logging of change sets in the background.
setChangeLogPrepare(ChangeLogPrepare) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the ChangeLogPrepare.
setChangeLogRegister(ChangeLogRegister) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the ChangeLogRegister which controls which ChangeLogFilter is used for each bean type and in this way provide fine grained control over which persist requests are included in the change log.
setChanges(List<BeanChange>) - Method in class io.ebean.event.changelog.ChangeSet
Set the bean changes (used by JSON tools).
setClasses(List<Class<?>>) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the list of classes (entities, listeners, scalarTypes etc) that should be used for this database.
setClassLoadConfig(ClassLoadConfig) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the ClassLoadConfig which is used to detect Joda, Java8 types etc and also create new instances of plugins given a className.
setClearCount(long) - Method in class io.ebean.cache.ServerCacheStatistics
Set the clear count.
setClientGeneratedIds() - Method in class io.ebean.MergeOptionsBuilder
Set to true if Id values are supplied by the client.
setClock(Clock) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the clock used for setting the timestamps (e.g.
setClock(Clock) - Method in interface io.ebean.ExtendedServer
Set the Clock to use for @WhenCreated and @WhenModified.
setCode(Boolean) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
setCollectQueryPlans(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true to enable query plan capture.
setCollectQueryPlanThresholdMicros(long) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the query plan collection threshold in microseconds.
setConcatSeparator(String) - Method in class io.ebean.Pairs
Set the separator character used with DB varchar concatenation to combine the 2 values.
setConcatSuffix(String) - Method in class io.ebean.Pairs
Add a suffix used with DB varchar concatenation to combine the 2 values.
setConstraintNaming(DbConstraintNaming) - Method in class io.ebean.config.PlatformConfig
Set a custom database constraint naming convention.
setConstraintNaming(DbConstraintNaming) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the constraint naming convention used in DDL generation.
setContainerConfig(ContainerConfig) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the container / clustering configuration.
setCopyTo(String) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
setCount(Long) - Method in class io.ebean.meta.MetricData
 
setCountDistinct(CountDistinctOrder) - Method in interface io.ebean.ExpressionList
Extended version for setDistinct in conjunction with "findSingleAttributeList";
setCountDistinct(CountDistinctOrder) - Method in interface io.ebean.Query
Extended version for setDistinct in conjunction with "findSingleAttributeList";
setCreate(boolean) - Method in class io.ebean.config.DocStoreConfig
Set to true if the document store should create mapped indexes that don't yet exist.
setCurrentTenantProvider(CurrentTenantProvider) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the current tenant provider.
setCurrentUserProvider(CurrentUserProvider) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the CurrentUserProvider.
setDatabaseBooleanFalse(String) - Method in class io.ebean.config.PlatformConfig
Set the value used to represent FALSE in the database.
setDatabaseBooleanFalse(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the value to represent FALSE in the database.
setDatabaseBooleanTrue(String) - Method in class io.ebean.config.PlatformConfig
Set the value to represent TRUE in the database.
setDatabaseBooleanTrue(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the value to represent TRUE in the database.
setDatabaseInetAddressVarchar(boolean) - Method in class io.ebean.config.PlatformConfig
Set to true to force InetAddress to map to varchar column.
setDatabasePlatform(DatabasePlatform) - Method in class io.ebean.config.AbstractNamingConvention
 
setDatabasePlatform(DatabasePlatform) - Method in interface io.ebean.config.NamingConvention
Set the associated DatabasePlaform.
setDatabasePlatform(DatabasePlatform) - Method in class io.ebean.config.ServerConfig
Deprecated.
Explicitly set the database platform to use.
setDatabasePlatformName(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Explicitly set the database platform name
setDatabaseSequenceBatch(int) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the number of DB sequence values that should be preallocated and cached by Ebean.
setDatabaseSequenceBatchSize(int) - Method in class io.ebean.config.PlatformConfig
Set the number of DB sequence values that should be preallocated.
setDatabaseSequenceBatchSize(int) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the number of sequences to fetch/preallocate when using DB sequences.
setDataSource(DataSource) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set a DataSource.
setDataSourceConfig(DataSourceConfig) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the configuration required to build a DataSource using Ebean's own DataSource implementation.
setDataSourceJndiName(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the JNDI name of the DataSource to use.
setDataTimeZone(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the time zone to use when reading/writing Timestamps via JDBC.
setDbEncrypt(DbEncrypt) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the DbEncrypt used to encrypt and decrypt properties.
setDbOffline(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true if the Database instance should be created in offline mode.
setDbPassword(String) - Method in class io.ebean.config.DbMigrationConfig
Set the DB password to use for running DB migrations.
setDbSchema(String) - Method in class io.ebean.config.DbMigrationConfig
Set the Db schema to use.
setDbSchema(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the DB schema to use.
setDbUsername(String) - Method in class io.ebean.config.DbMigrationConfig
Set the DB username to use for running DB migrations.
setDbUuid(PlatformConfig.DbUuid) - Method in class io.ebean.config.PlatformConfig
Set the DB type used to store UUID.
setDbUuid(PlatformConfig.DbUuid) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the DB type used to store UUID.
setDdlCreateOnly(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true if the "drop all ddl" should be skipped.
setDdlExtra(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to false if you not want to run the extra-ddl.xml scripts.
setDdlGenerate(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true to generate the "create all" DDL on startup.
setDdlHeader(String) - Method in class io.ebean.config.DbMigrationConfig
Set the header prepended to the DDL.
setDdlInitSql(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set a SQL script to execute before the "create all" DDL has been run.
setDdlRun(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true to run the generated "create all DDL" on startup.
setDdlSeedSql(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set a SQL script to execute after the "create all" DDL has been run.
setDefaultDateFormat(String) - Method in interface io.ebean.text.csv.CsvReader
Set the default format to use for Date types.
setDefaultDbSchema(String) - Method in class io.ebean.config.DbMigrationConfig
Set the Db schema if it hasn't already been defined.
setDefaultEnumType(EnumType) - Method in class io.ebean.config.ServerConfig
Deprecated.
 
setDefaultLocale(Locale) - Method in interface io.ebean.text.csv.CsvReader
Explicitly set the default Locale.
setDefaultOrderById(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
setDefaultServer(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set false if you do not want this Database to be registered as the "default" database with the DB singleton.
setDefaultTimeFormat(String) - Method in interface io.ebean.text.csv.CsvReader
Set the default format to use for Time types.
setDefaultTimestampFormat(String) - Method in interface io.ebean.text.csv.CsvReader
Set the default format to use for Timestamp types.
setDeletePermanent() - Method in class io.ebean.MergeOptionsBuilder
Set that deletions should use delete permanent (rather than default which allows soft deletes).
setDiff(Map<String, ValuePair>) - Method in class io.ebean.Version
Set the map of differences from this bean to the prior version.
setDigitsCompressed(boolean) - Method in class io.ebean.config.UnderscoreNamingConvention
Sets to true for digits to be compressed (without a leading underscore).
setDirectory(String) - Method in class io.ebean.config.ProfilingConfig
Set the directory profiling files are put into.
setDisableClasspathSearch(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true to disable the class path search even for the case where no entity bean classes have been registered.
setDisableL2Cache(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true to disable L2 caching.
setDisableLazyLoad(boolean) - Method in interface io.ebean.BeanState
This can be called with true to disable lazy loading on the bean.
setDisableLazyLoading(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true to disable lazy loading by default.
setDisableLazyLoading(boolean) - Method in interface io.ebean.ExpressionList
Set true if you want to disable lazy loading.
setDisableLazyLoading(boolean) - Method in interface io.ebean.Query
Set true if you want to disable lazy loading.
setDisableReadAuditing() - Method in interface io.ebean.ExpressionList
Disable read auditing for this query.
setDisableReadAuditing() - Method in interface io.ebean.Query
Disable read auditing for this query.
setDistinct(boolean) - Method in interface io.ebean.ExpressionList
Set whether this query uses DISTINCT.
setDistinct(boolean) - Method in interface io.ebean.Query
Set whether this query uses DISTINCT.
setDocIndexName(String) - Method in interface io.ebean.ExpressionList
Set the index(es) to search for a document store which uses partitions.
setDocIndexName(String) - Method in interface io.ebean.Query
Set the index(es) to search for a document store which uses partitions.
setDocStoreBatchSize(int) - Method in interface io.ebean.Transaction
Set the batch size to use for sending messages to the document store.
setDocStoreConfig(DocStoreConfig) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the configuration for the ElasticSearch integration.
setDocStoreMode(DocStoreMode) - Method in interface io.ebean.Transaction
Set the behavior for document store updates on this transaction.
setDocStoreOnly(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true if this Database is Document store only instance (has no JDBC DB).
setDocValues(Boolean) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
setDropCreate(boolean) - Method in class io.ebean.config.DocStoreConfig
Set to true if the document store should recreate mapped indexes.
setDumpMetricsOnShutdown(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true if metrics should be dumped when the server is shutdown.
setDumpMetricsOptions(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Include 'sql' or 'hash' in options such that they are included in the output.
setDurationWithNanos(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true if Duration should be persisted with nanos precision (SQL DECIMAL).
setEagerFetchLobs(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true if you want LOB's to be fetch eager by default.
setEnabled(boolean) - Method in interface io.ebean.cache.ServerCacheRegion
Set to true to enable the cache region.
setEnabled(boolean) - Method in class io.ebean.config.ProfilingConfig
Set to true to enable transaction profiling.
setEnabled(Boolean) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
setEnabledL2Regions(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the enabled L2 cache regions (comma delimited).
setEnabledRegions(String) - Method in interface io.ebean.cache.ServerCacheManager
Set the regions that are enabled.
setEnableLazyLoading(boolean) - Method in class io.ebean.text.json.JsonReadOptions
Set to true to enable lazy loading on partially populated beans.
setEncryptDeployManager(EncryptDeployManager) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the EncryptDeployManager.
setEncryptKeyManager(EncryptKeyManager) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the EncryptKeyManager.
setEncryptor(Encryptor) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the Encryptor used to encrypt data on the java client side (as opposed to DB encryption functions).
setEnd(Timestamp) - Method in class io.ebean.Version
Set the effective end date time of this version.
setEventTime(long) - Method in class io.ebean.event.readaudit.ReadEvent
Set the event date time.
setEvictCount(long) - Method in class io.ebean.cache.ServerCacheStatistics
Set the count of entries evicted due to idle time.
setExpressionEqualsWithNullAsNoop(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true if you want eq("someProperty", null) to generate "1=1" rather than "is null" sql expression.
setExpressionNativeIlike(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true to use native ILIKE expression if supported by the database platform (e.g.
setExternalTransactionManager(ExternalTransactionManager) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the external transaction manager.
setFindControllers(List<BeanFindController>) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the list of BeanFindController instances.
setFirstRow(int) - Method in interface io.ebean.DtoQuery
Set the index of the first row of the results to return.
setFirstRow(int) - Method in interface io.ebean.ExpressionList
Set the first row to fetch.
setFirstRow(int) - Method in interface io.ebean.Query
Set the first row to return for this query.
setFirstRow(int) - Method in interface io.ebean.SqlQuery
Set the index of the first row of the results to return.
setFlushOnMixed(boolean) - Method in interface io.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).
setFlushOnQuery(boolean) - Method in interface io.ebean.Transaction
By default executing a query will automatically flush any batched statements (persisted beans, executed UpdateSql etc).
setFlushOnQuery(boolean) - Method in class io.ebean.TxScope
Set flushOnQuery to be false to stop automatically flushing the JDBC batch buffer when a query is executed.
setForceUpperCase(boolean) - Method in class io.ebean.config.UnderscoreNamingConvention
Set to true to make the result upper case.
setGarbageCollectionWait(int) - Method in class io.ebean.config.AutoTuneConfig
Set the time in millis to wait after a System.gc() to collect profiling information.
setGenerateMapping(boolean) - Method in class io.ebean.config.DocStoreConfig
Set to true if Ebean should generate mapping files on server startup.
setGeneratePendingDrop(String) - Method in interface io.ebean.dbmigration.DbMigration
Generate a migration for the version specified that contains pending drops.
setGeometrySRID(int) - Method in class io.ebean.config.PlatformConfig
Set the Geometry SRID.
setGeometrySRID(int) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the Geometry SRID.
setGetGeneratedKeys(boolean) - Method in interface io.ebean.SqlUpdate
Set to true when we want to use getGeneratedKeys with this statement.
setGetGeneratedKeys(boolean) - Method in interface io.ebean.Transaction
Specify if you want batched inserts to use getGeneratedKeys.
setHash(String) - Method in class io.ebean.meta.MetricData
 
setHasHeader(boolean, boolean) - Method in interface io.ebean.text.csv.CsvReader
Set to true if there is a header row that should be ignored.
setHashes(Set<String>) - Method in class io.ebean.meta.QueryPlanInit
Set the specific hashes that we want to collect query plans on.
setHeader(String) - Method in interface io.ebean.dbmigration.DbMigration
Set the header that is included in the generated DDL script.
setHistoryTableSuffix(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the history table suffix.
setHitCount(long) - Method in class io.ebean.cache.ServerCacheStatistics
Set the hit count.
setId(Object) - Method in class io.ebean.event.readaudit.ReadEvent
Set the id of the bean read.
setId(Object) - Method in interface io.ebean.Query
Set the Id value to query.
setId(String) - Method in class io.ebeanservice.docstore.api.RawDoc
Set the id value.
setIdGeneratorAutomatic(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to false such that Id properties require explicit @GeneratedValue mapping before they are assigned Identity or Sequence generation based on platform.
setIdGenerators(List<IdGenerator>) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the custom IdGenerator instances.
setIds(List<Object>) - Method in class io.ebean.event.readaudit.ReadEvent
Set the ids of the beans read.
setIdType(IdType) - Method in class io.ebean.config.PlatformConfig
Set the IdType to use (when the DB supports both SEQUENCE and IDENTITY and the default is not desired).
setIdType(IdType) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the preferred DB platform IdType.
setIgnoreHeader() - Method in interface io.ebean.text.csv.CsvReader
Same as setHasHeader(true, false);
setInclude(JsonConfig.Include) - Method in class io.ebean.text.json.JsonWriteOptions
Set the include mode for this request.
setIncludeBuiltInPartitioning(boolean) - Method in interface io.ebean.dbmigration.DbMigration
Set this to false to exclude the builtin support for table partitioning (with @DbPartition).
setIncludeGeneratedFileComment(boolean) - Method in interface io.ebean.dbmigration.DbMigration
Set to true to include a generated header comment in the DDL script.
setIncludeInAll(Boolean) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
setIncludeProfileIds(int[]) - Method in class io.ebean.config.ProfilingConfig
Set a specific set of profileIds to include in profiling.
setIncludeSoftDeletes() - Method in interface io.ebean.ExpressionList
Execute the query including soft deleted rows.
setIncludeSoftDeletes() - Method in interface io.ebean.Query
Execute the query including soft deleted rows.
setIndex(String) - Method in class io.ebeanservice.docstore.api.RawDoc
Set the index name.
setInheritType(Class<? extends T>) - Method in interface io.ebean.Query
Restrict the query to only return subtypes of the given inherit type.
setIsolation(TxIsolation) - Method in class io.ebean.TxScope
Set the transaction isolation level this transaction should run with.
setJdbcFetchSizeFindEach(int) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the default JDBC fetchSize hint for findEach/findEachWhile queries.
setJdbcFetchSizeFindList(int) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the default JDBC fetchSize hint for findList queries.
setJodaLocalTimeMode(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the mode to use for Joda LocalTime support 'normal' or 'utc'.
setJsonDate(JsonConfig.Date) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the JSON format to use for Date types.
setJsonDateTime(JsonConfig.DateTime) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the JSON format to use for DateTime types.
setJsonFactory(JsonFactory) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the Jackson JsonFactory to use.
setJsonInclude(JsonConfig.Include) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the JSON include mode used when writing JSON.
setLabel(String) - Method in interface io.ebean.CallableSql
Set the label that is put in the transaction log.
setLabel(String) - Method in interface io.ebean.DtoQuery
Set a label on the query to make it easier to identify queries related to query execution statistics.
setLabel(String) - Method in interface io.ebean.ExpressionList
Set a label on the query (to help identify query execution statistics).
setLabel(String) - Method in interface io.ebean.Query
Set a label on the query.
setLabel(String) - Method in interface io.ebean.SqlQuery
Set a label that can be put on performance metrics that are collected.
setLabel(String) - Method in interface io.ebean.SqlUpdate
Set a descriptive text that can be put into the transaction log.
setLabel(String) - Method in interface io.ebean.Transaction
Set a label on the transaction.
setLabel(String) - Method in class io.ebean.TxScope
Set a label for the transaction.
setLabel(String) - Method in interface io.ebean.Update
Set a label meaning performance metrics will be collected for the execution of this update.
setLabel(String) - Method in interface io.ebean.UpdateQuery
Set the label on the update query.
setLazyLoadBatchSize(int) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the default batch size for lazy loading.
setLazyLoadBatchSize(int) - Method in interface io.ebean.Query
Set the default lazy loading batch size to use.
setLoadBeanCache(boolean) - Method in interface io.ebean.Query
Will be deprecated - migrate to use setBeanCacheMode(CacheMode.RECACHE).
setLoadContext(Object) - Method in class io.ebean.text.json.JsonReadOptions
Set the load context to use.
setLoaded() - Method in interface io.ebean.BeanState
Advanced - Used to programmatically build a partially or fully loaded entity bean.
setLoadModuleInfo(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set false to turn off automatic registration of entity beans.
setLoc(String) - Method in class io.ebean.meta.MetricData
 
setLocalOnlyL2Cache(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Force the use of local only L2 cache.
setLocalTimeWithNanos(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true if LocalTime should be persisted with nanos precision.
setLockTimeout(int) - Method in interface io.ebean.dbmigration.DbMigration
Set the lock timeout to be included with the DDL generation.
setLogInfoFrequency(int) - Method in interface io.ebean.text.csv.CsvReader
Set the frequency with which a INFO message will be logged showing the progress of the processing.
setLogToSystemOut(boolean) - Method in interface io.ebean.dbmigration.DbMigration
Set to false to suppress logging to System out.
setMapKey(String) - Method in interface io.ebean.ExpressionList
Set the name of the property which values become the key of a map.
setMapKey(String) - Method in interface io.ebean.Query
Set the property to use as keys for a map.
setMappingLocations(List<String>) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set mapping locations to search for xml mapping via class path search.
setMappingPath(String) - Method in class io.ebean.config.DocStoreConfig
Set the mapping path.
setMappingSuffix(String) - Method in class io.ebean.config.DocStoreConfig
Set the mapping suffix.
setMax(Long) - Method in class io.ebean.meta.MetricData
 
setMaxCallStack(int) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the max call stack to use for origin location.
setMaxCount(int) - Method in class io.ebean.meta.QueryPlanRequest
Set the maximum number of plans to capture.
setMaxIdleSecs(int) - Method in class io.ebean.cache.ServerCacheOptions
Set the maximum idle time.
setMaxLength(DbConstraintNaming.MaxLength) - Method in class io.ebean.config.DbConstraintNaming
Set the MaxLength implementation used to truncate/shorten db constraint names as necessary.
setMaxRows(int) - Method in interface io.ebean.DtoQuery
Set the maximum number of query results to return.
setMaxRows(int) - Method in interface io.ebean.ExpressionList
Set the maximum number of rows to fetch.
setMaxRows(int) - Method in interface io.ebean.Query
Set the maximum number of rows to return in the query.
setMaxRows(int) - Method in interface io.ebean.SqlQuery
Set the maximum number of query results to return.
setMaxSecsToLive(int) - Method in class io.ebean.cache.ServerCacheOptions
Set the maximum time to live.
setMaxSize(int) - Method in class io.ebean.cache.ServerCacheOptions
Set the maximum cache size.
setMaxSize(int) - Method in class io.ebean.cache.ServerCacheStatistics
Set the maximum size of the cache.
setMaxTimeMillis(long) - Method in class io.ebean.meta.QueryPlanRequest
Set the maximum amount of time we want to use to capture plans.
setMean(Long) - Method in class io.ebean.meta.MetricData
 
setMetaTable(String) - Method in class io.ebean.config.DbMigrationConfig
Set the table name that holds the migration run details (used by DB Migration runner only).
setMigrationConfig(DbMigrationConfig) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the DB migration configuration.
setMigrationPath(String) - Method in class io.ebean.config.DbMigrationConfig
Set the resource path for db migrations.
setMigrationPath(String) - Method in interface io.ebean.dbmigration.DbMigration
Set the path where migrations are generated to (which defaults to "dbmigration").
setMinimumMicros(long) - Method in class io.ebean.config.ProfilingConfig
Set the minimum transaction execution to be included in profiling.
setMissCount(long) - Method in class io.ebean.cache.ServerCacheStatistics
Set the miss count.
setMode(AutoTuneMode) - Method in class io.ebean.config.AutoTuneConfig
Set the mode used when autoTune has not been explicit defined on a query.
setModelPath(String) - Method in class io.ebean.config.DbMigrationConfig
Set the relative path for the model files.
setModelSuffix(String) - Method in class io.ebean.config.DbMigrationConfig
Set the model suffix.
setName(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the name of the Database.
setName(String) - Method in interface io.ebean.dbmigration.DbMigration
Set the name of the migration to be generated.
setName(String) - Method in class io.ebean.meta.MetricData
 
setNamespace(String) - Method in class io.ebean.config.ContainerConfig
Set the namespace.
setNamingConvention(NamingConvention) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the NamingConvention.
setNearCache(boolean) - Method in class io.ebean.cache.ServerCacheOptions
Turn on nearCache option.
setNestedUseSavepoint() - Method in interface io.ebean.Transaction
Set when we want nested transactions to use Savepoint's.
setNewValue(Object) - Method in class io.ebean.ValuePair
Set the new value.
setNextParameter(Object) - Method in interface io.ebean.SqlUpdate
Deprecated.
setNorms(Boolean) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
setNoRollbackFor(Class<?>[]) - Method in class io.ebean.TxScope
Set multiple throwable's that will NOT cause a rollback.
setNoRollbackFor(Class<? extends Throwable>) - Method in class io.ebean.TxScope
Add a Throwable to a list that will NOT cause a rollback.
setNotifyCache(boolean) - Method in interface io.ebean.Update
Set this to false if you do not want the cache to invalidate related objects.
setNotifyL2CacheInForeground(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set this to true to run L2 cache notification in the foreground.
setNull(int, int) - Method in interface io.ebean.SqlUpdate
Set a null parameter via its index position.
setNull(int, int) - Method in interface io.ebean.Update
Set an ordered parameter that is null.
setNull(String) - Method in interface io.ebean.UpdateQuery
Set the property to be null.
setNull(String, int) - Method in interface io.ebean.SqlUpdate
Set a named parameter that has a null value.
setNull(String, int) - Method in interface io.ebean.Update
Set a named parameter that is null.
setNullParameter(int, int) - Method in interface io.ebean.SqlUpdate
Set a null valued parameter using its index position.
setNullParameter(int, int) - Method in interface io.ebean.Update
Set an ordered parameter that is null (same as bind).
setNullParameter(String, int) - Method in interface io.ebean.SqlUpdate
Set a named parameter that has a null value.
setNullParameter(String, int) - Method in interface io.ebean.Update
Bind a named parameter that is null (same as bind).
setNullValue(String) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
setObjectMapper(Object) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the Jackson ObjectMapper.
setObjectMapper(Object) - Method in class io.ebean.text.json.JsonReadOptions
Set the Jackson ObjectMapper to use (if not wanted to use the objectMapper set on the ServerConfig).
setObjectMapper(Object) - Method in class io.ebean.text.json.JsonWriteOptions
Set the jackson object mapper to use.
setOldValue(Object) - Method in class io.ebean.ValuePair
Set the old value.
setOptions(DocProperty.Option) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
setOrder(OrderBy<T>) - Method in interface io.ebean.Query
Set an OrderBy object to replace any existing OrderBy clause.
setOrderBy(OrderBy<T>) - Method in interface io.ebean.Query
Set an OrderBy object to replace any existing OrderBy clause.
setOrderBy(String) - Method in interface io.ebean.ExpressionList
Deprecated.
setPackages(List<String>) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set packages to search for entities via class path search.
setParameter(int, Object) - Method in interface io.ebean.CallableSql
Bind a positioned parameter (same as bind method).
setParameter(int, Object) - Method in interface io.ebean.DtoQuery
Bind the parameter by its index position (1 based like JDBC).
setParameter(int, Object) - Method in interface io.ebean.Query
Set an ordered bind parameter according to its position.
setParameter(int, Object) - Method in interface io.ebean.SqlQuery
Bind the parameter by its index position (1 based like JDBC).
setParameter(int, Object) - Method in interface io.ebean.SqlUpdate
Set a parameter via its index position.
setParameter(int, Object) - Method in interface io.ebean.Update
Set and ordered bind parameter (same as bind).
setParameter(Object) - Method in interface io.ebean.DtoQuery
Bind the next parameter using index position.
setParameter(Object) - Method in interface io.ebean.Query
Bind the next positioned parameter.
setParameter(Object) - Method in interface io.ebean.SqlQuery
Set the next bind parameter by position.
setParameter(Object) - Method in interface io.ebean.SqlUpdate
Set the next bind parameter by position.
setParameter(String, Object) - Method in interface io.ebean.DtoQuery
Bind the named parameter.
setParameter(String, Object) - Method in interface io.ebean.Query
Set a named bind parameter.
setParameter(String, Object) - Method in interface io.ebean.SqlQuery
Bind the named parameter value.
setParameter(String, Object) - Method in interface io.ebean.SqlUpdate
Set a named parameter value.
setParameter(String, Object) - Method in interface io.ebean.Update
Bind a named parameter (same as bind).
setParameters(Object...) - Method in interface io.ebean.DtoQuery
Bind all the parameters using index positions.
setParameters(Object...) - Method in interface io.ebean.Query
Bind all the positioned parameters.
setParameters(Object...) - Method in interface io.ebean.SqlQuery
Set one of more positioned parameters.
setParameters(Object...) - Method in interface io.ebean.SqlUpdate
Set one of more positioned parameters.
setParams(Object...) - Method in interface io.ebean.SqlQuery
Deprecated.
setParams(Object...) - Method in interface io.ebean.SqlUpdate
Deprecated.
setPassword(String) - Method in class io.ebean.config.DocStoreConfig
Set the password credential for connecting to the document store.
setPatchInsertOn(String) - Method in class io.ebean.config.DbMigrationConfig
Set migration versions that should be added to history without running.
setPatchResetChecksumOn(String) - Method in class io.ebean.config.DbMigrationConfig
Set migration versions that should have their checksum reset and not run.
setPathProperties(FetchPath) - Method in class io.ebean.text.json.JsonWriteOptions
Set the Map of properties to include by path.
setPathToResources(String) - Method in class io.ebean.config.DocStoreConfig
Set the relative file system path to resources when generating mapping files.
setPathToResources(String) - Method in interface io.ebean.dbmigration.DbMigration
Set the path from the current working directory to the application resources.
setPathVisitor(String, JsonWriteBeanVisitor<?>) - Method in class io.ebean.text.json.JsonWriteOptions
Register a JsonWriteBeanVisitor for the given path.
setPersist(DocStoreMode) - Method in class io.ebean.config.DocStoreConfig
Set the default behavior for when Insert, Update and Delete events occur on beans that have an associated Document store.
setPersistBatch(PersistBatch) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the JDBC batch mode to use at the transaction level.
setPersistBatching(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Deprecated, please migrate to using setPersistBatch().
setPersistBatchOnCascade(PersistBatch) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the JDBC batch mode to use per save(), delete(), insert() or update() request.
setPersistBatchSize(int) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the batch size used for JDBC batching.
setPersistBatchSize(int) - Method in interface io.ebean.text.csv.CsvReader
Set the batch size for using JDBC statement batching.
setPersistCascade(boolean) - Method in interface io.ebean.Transaction
Explicitly turn off or on the cascading nature of save() and delete().
setPersistControllers(List<BeanPersistController>) - Method in class io.ebean.config.ServerConfig
Deprecated.
Register all the BeanPersistController instances.
setPersistenceContext(PersistenceContext) - Method in class io.ebean.text.json.JsonReadOptions
Set the persistence context to use when building the object graph from the JSON.
setPersistenceContextScope(PersistenceContextScope) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the PersistenceContext scope to be used if one is not explicitly set on a query.
setPersistenceContextScope(PersistenceContextScope) - Method in interface io.ebean.Query
Specify the PersistenceContextScope to use for this query.
setPersistListeners(List<BeanPersistListener>) - Method in class io.ebean.config.ServerConfig
Deprecated.
Register all the BeanPersistListener instances.
setPlatform(Platform) - Method in class io.ebean.config.DbMigrationConfig
Set the DB platform to generate migration DDL for.
setPlatform(Platform) - Method in interface io.ebean.dbmigration.DbMigration
Set the specific platform to generate DDL for.
setPlatform(DatabasePlatform) - Method in interface io.ebean.dbmigration.DbMigration
Set the specific platform to generate DDL for.
setPlatformConfig(PlatformConfig) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the configuration for DB platform (such as UUID and custom mappings).
setPodName(String) - Method in class io.ebean.config.ContainerConfig
Set the pod name.
setPort(int) - Method in class io.ebean.config.ContainerConfig
Set the port to use.
setPostConstructListeners(List<BeanPostConstructListener>) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the list of BeanPostLoader instances.
setPostLoaders(List<BeanPostLoad>) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the list of BeanPostLoader instances.
setProfileId(int) - Method in class io.ebean.TxScope
Set the transaction profile id.
setProfileLocation(ProfileLocation) - Method in interface io.ebean.DtoQuery
Set the profile location of this query.
setProfileLocation(ProfileLocation) - Method in interface io.ebean.Query
Set the profile location of this query.
setProfileLocation(ProfileLocation) - Method in class io.ebean.TxScope
Set the profile location.
setProfileLocation(ProfileLocation) - Method in interface io.ebean.UpdateQuery
Set the profile location of this update query.
setProfilesPerFile(long) - Method in class io.ebean.config.ProfilingConfig
Set the number of profiles to write to a single file.
setProfiling(boolean) - Method in class io.ebean.config.AutoTuneConfig
Set to true if profiling information should be collected.
setProfilingBase(int) - Method in class io.ebean.config.AutoTuneConfig
Set the based number of queries to profile.
setProfilingConfig(ProfilingConfig) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the configuration for profiling.
setProfilingFile(String) - Method in class io.ebean.config.AutoTuneConfig
Set the name of the file that profiling information is written to.
setProfilingRate(double) - Method in class io.ebean.config.AutoTuneConfig
Set the rate (%) of queries to be profiled after the 'base' amount of profiling.
setProfilingUpdateFrequency(int) - Method in class io.ebean.config.AutoTuneConfig
Set the frequency in seconds the profiling should be collected and automatically applied to the tuning.
setProperties(Properties) - Method in class io.ebean.config.ContainerConfig
Set the deployment properties.
setProperty(String) - Method in class io.ebean.OrderBy.Property
Set the property name.
setPropertyLoaded(String, boolean) - Method in interface io.ebean.BeanState
Set the loaded state of the property given it's name.
setPutCount(long) - Method in class io.ebean.cache.ServerCacheStatistics
Set the put insert count.
setQuery(Query<T>) - Method in class io.ebean.OrderBy
Associate this OrderBy with a query.
setQueryAdapters(List<BeanQueryAdapter>) - Method in class io.ebean.config.ServerConfig
Deprecated.
Register all the BeanQueryAdapter instances.
setQueryBatchSize(int) - Method in class io.ebean.config.ServerConfig
Deprecated.
Sets the query batch size.
setQueryCacheMaxIdleTime(int) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the L2 query cache default max idle time in seconds.
setQueryCacheMaxSize(int) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the L2 query cache default max size.
setQueryCacheMaxTimeToLive(int) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the L2 query cache default max time to live in seconds.
setQueryKey(String) - Method in class io.ebean.event.readaudit.ReadAuditQueryPlan
Set the query key.
setQueryKey(String) - Method in class io.ebean.event.readaudit.ReadEvent
Set the query key (relative to the bean type).
setQueryPlanTTLSeconds(int) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the query plan time to live.
setQueryTuning(boolean) - Method in class io.ebean.config.AutoTuneConfig
Set to true if the queries should be tuned by autoTune.
setQueryTuningAddVersion(boolean) - Method in class io.ebean.config.AutoTuneConfig
Set to true to force the version property to be always added by the query tuning.
setQueryTuningFile(String) - Method in class io.ebean.config.AutoTuneConfig
Set the name of the file that holds the query tuning information.
setRaw(String) - Method in interface io.ebean.UpdateQuery
Set using a property expression that does not need any bind values.
setRaw(String, Object...) - Method in interface io.ebean.UpdateQuery
Set using a property expression that can contain ? bind value placeholders.
setRawSql(RawSql) - Method in interface io.ebean.Query
Set RawSql to use for this query.
setReadAuditLogger(ReadAuditLogger) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the ReadAuditLogger to use.
setReadAuditPrepare(ReadAuditPrepare) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the ReadAuditPrepare to use.
setReadOnly(boolean) - Method in interface io.ebean.BeanState
Set the readOnly status for the bean.
setReadOnly(boolean) - Method in interface io.ebean.Query
When set to true when you want the returned beans to be read only.
setReadOnly(boolean) - Method in interface io.ebean.Transaction
Set whether this transaction should be readOnly.
setReadOnly(boolean) - Method in class io.ebean.TxScope
Set if the transaction should be treated as read only.
setReadOnlyDataSource(DataSource) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the read only DataSource.
setReadOnlyDataSourceConfig(DataSourceConfig) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the configuration for the read only DataSource.
setRegister(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to false if you do not want this server to be registered with the Ebean singleton when it is created.
setRelaxedMode() - Method in interface io.ebean.DtoQuery
When resultSet columns are not able to be mapped to a bean property then instead of throwing effectively skip reading that column.
setRemoveCount(long) - Method in class io.ebean.cache.ServerCacheStatistics
Set the remove count.
setReplicas(int) - Method in class io.ebeanservice.docstore.api.mapping.DocumentMapping
Set the number of replicas.
setResourceDirectory(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Sets the resource directory.
setRollbackFor(Class<?>[]) - Method in class io.ebean.TxScope
Set multiple throwable's that will cause a rollback.
setRollbackFor(Class<? extends Throwable>) - Method in class io.ebean.TxScope
Set a Throwable that should explicitly cause a rollback.
setRollbackOnly() - Static method in class io.ebean.DB
Mark the current transaction as rollback only.
setRollbackOnly() - Static method in class io.ebean.Ebean
Deprecated.
Mark the current transaction as rollback only.
setRollbackOnly() - Method in interface io.ebean.Transaction
Mark the transaction for rollback only.
setRootPathVisitor(JsonWriteBeanVisitor<?>) - Method in class io.ebean.text.json.JsonWriteOptions
Register a JsonWriteBeanVisitor for the root level.
setRunMigration(boolean) - Method in class io.ebean.config.DbMigrationConfig
Set to true to run the DB migration on startup.
setRunMigration(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true to run DB migrations on server start.
setRunPlaceholderMap(Map<String, String>) - Method in class io.ebean.config.DbMigrationConfig
Set a map of placeholder values that are substituted when running migration (used by DB Migration runner only).
setRunPlaceholders(String) - Method in class io.ebean.config.DbMigrationConfig
Set a comma and equals delimited placeholders that are substituted in SQL scripts when running migration (used by DB Migration runner only).
setSchema(String) - Method in class io.ebean.config.AbstractNamingConvention
Sets the schema.
setScore(double) - Method in class io.ebeanservice.docstore.api.RawDoc
Set the score.
setSearchAnalyzer(String) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
setSequenceFormat(String) - Method in class io.ebean.config.AbstractNamingConvention
Set the sequence format used to generate the sequence name.
setServer(Database) - Method in interface io.ebean.dbmigration.DbMigration
Set the server to use to determine the current model.
setServerCachePlugin(ServerCachePlugin) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the ServerCachePlugin to use.
setServerConfig(ServerConfig) - Method in interface io.ebean.dbmigration.DbMigration
Set the serverConfig to use.
setServerName(String) - Method in class io.ebean.TxScope
Set the serverName (DataSource name) for which this transaction will be.
setServiceName(String) - Method in class io.ebean.config.ContainerConfig
Set the service name.
setShards(int) - Method in class io.ebeanservice.docstore.api.mapping.DocumentMapping
Set the number of shards.
setSince(long) - Method in class io.ebean.meta.QueryPlanRequest
Set the epoch time (e.g.
setSize(int) - Method in class io.ebean.cache.ServerCacheStatistics
Set the size of the cache.
setSkipCache(boolean) - Method in interface io.ebean.Transaction
Set if the L2 cache should be skipped for "find by id" and "find by natural key" queries.
setSkipCache(boolean) - Method in class io.ebean.TxScope
Set to true if the transaction should skip L2 cache access.
setSkipCacheAfterWrite(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to false when we still want to hit the cache after a write has occurred on a transaction.
setSkipGarbageCollectionOnShutdown(boolean) - Method in class io.ebean.config.AutoTuneConfig
Set to true if triggering garbage collection should be skipped on shutdown.
setSkipGeneratedKeys() - Method in class io.ebean.TxScope
Set if the transaction should skip reading generated keys for inserts.
setSkipProfileReportingOnShutdown(boolean) - Method in class io.ebean.config.AutoTuneConfig
Set to true if profile reporting should be skipped on shutdown.
setSlowQueryListener(SlowQueryListener) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the slow query event listener.
setSlowQueryMillis(long) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the slow query time in millis.
setSortable(Boolean) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
setSource(String) - Method in class io.ebean.event.changelog.ChangeSet
Set the source of the change (like the name of the application).
setSource(String) - Method in class io.ebean.event.readaudit.ReadEvent
Set the source of the change (like the name of the application).
setSource(Map<String, Object>) - Method in class io.ebeanservice.docstore.api.RawDoc
Set the source document.
setSql(String) - Method in interface io.ebean.CallableSql
Set the callable sql.
setSql(String) - Method in class io.ebean.event.readaudit.ReadAuditQueryPlan
Set the sql statement.
setSql(String) - Method in class io.ebean.meta.MetricData
 
setStart(Timestamp) - Method in class io.ebean.Version
Set the effective start date time of this version.
setStore(Boolean) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
setStrictMode(boolean) - Method in class io.ebean.config.DbMigrationConfig
Set to false to turn off strict mode allowing non-null columns to not have a default value.
setStrictMode(boolean) - Method in interface io.ebean.dbmigration.DbMigration
Set to false to turn off strict mode.
setTenantCatalogProvider(TenantCatalogProvider) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the tenancy catalog provider.
setTenantDataSourceProvider(TenantDataSourceProvider) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the tenancy datasource provider.
setTenantMode(TenantMode) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the tenancy mode to use.
setTenantPartitionColumn(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the column name used for TenantMode.PARTITION.
setTenantSchemaProvider(TenantSchemaProvider) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the tenancy schema provider.
setThresholdMicros(long) - Method in class io.ebean.meta.QueryPlanInit
Set the query execution time threshold which must be exceeded to initiate query plan collection.
setTimeout(int) - Method in interface io.ebean.CallableSql
Set the statement execution timeout.
setTimeout(int) - Method in interface io.ebean.DtoQuery
Set a timeout on this query.
setTimeout(int) - Method in interface io.ebean.Query
Set a timeout on this query.
setTimeout(int) - Method in interface io.ebean.SqlQuery
Set a timeout on this query.
setTimeout(int) - Method in interface io.ebean.SqlUpdate
Set the timeout in seconds.
setTimeout(int) - Method in interface io.ebean.Update
Set a timeout for statement execution.
setTotal(Long) - Method in class io.ebean.meta.MetricData
 
setTraceCount(int) - Method in interface io.ebean.ProfileLocation
Set the number of times to trace the transactions for this profile location.
setTransaction(SpiTransaction) - Method in interface io.ebeanservice.docstore.api.DocQueryRequest
Set the (document store) transaction to use for this query.
setTransactionManager(Object) - Method in interface io.ebean.config.ExternalTransactionManager
Set the transaction manager.
setTransactionRollbackOnChecked(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true if transactions should by default rollback on checked exceptions.
setTrimFrequency(int) - Method in class io.ebean.cache.ServerCacheOptions
Set the trim frequency in seconds.
setTxnBatch(long) - Method in class io.ebean.event.changelog.ChangeSet
Sets the batch id (used by JSON tools).
setTxnId(String) - Method in class io.ebean.event.changelog.ChangeSet
Set the txnId (used by JSON tools).
setTxnState(TxnState) - Method in class io.ebean.event.changelog.ChangeSet
Set the state (used by JSON tools).
setType(TxType) - Method in class io.ebean.TxScope
Set the transaction type.
setType(DocPropertyType) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyMapping
Set the type of the property.
setType(String) - Method in class io.ebeanservice.docstore.api.RawDoc
Set the index type.
setUpdateAllLoadedProperties(boolean) - Method in interface io.ebean.Transaction
Set to true when you want all loaded properties to be included in the update (rather than just the changed properties).
setUpdateAllPropertiesInBatch(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to false if by default updates in JDBC batch should not include all properties.
setUrl(String) - Method in class io.ebean.config.DocStoreConfig
Set the URL to the Document store.
setUseCache(boolean) - Method in interface io.ebean.ExpressionList
Set to true when this query should use the bean cache.
setUseCache(boolean) - Method in interface io.ebean.Query
Set this to false to not use the bean cache.
setUseDocStore(boolean) - Method in interface io.ebean.ExpressionList
Set to true if this query should execute against the doc store.
setUseDocStore(boolean) - Method in interface io.ebean.Query
Set to true if this query should execute against the doc store.
setUseForeignKeyPrefix(boolean) - Method in class io.ebean.config.AbstractNamingConvention
Set this to false when the primary key columns matching your foreign key columns.
setUseJavaxValidationNotNull(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Controls if Ebean should ignore &x64;javax.validation.contstraints.NotNull with respect to generating a NOT NULL column.
setUseJtaTransactionManager(boolean) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set to true if we are running in a JTA Transaction manager.
setUseQueryCache(boolean) - Method in interface io.ebean.ExpressionList
setUseQueryCache(boolean) - Method in interface io.ebean.Query
Calls Query.setUseQueryCache(CacheMode) with ON or OFF.
setUseQueryCache(CacheMode) - Method in interface io.ebean.ExpressionList
Set the CacheMode to use the query cache for executing this query.
setUseQueryCache(CacheMode) - Method in interface io.ebean.Query
Set the CacheMode to use the query for executing this query.
setUserContext(Map<String, String>) - Method in class io.ebean.event.changelog.ChangeSet
Set a user context value (anything you like).
setUserContext(Map<String, String>) - Method in class io.ebean.event.readaudit.ReadEvent
Set a user context value (anything you like).
setUserId(String) - Method in class io.ebean.event.changelog.ChangeSet
Set the application user Id.
setUserId(String) - Method in class io.ebean.event.readaudit.ReadEvent
Set the application user Id.
setUserIpAddress(String) - Method in class io.ebean.event.changelog.ChangeSet
Set the application users ip address.
setUserIpAddress(String) - Method in class io.ebean.event.readaudit.ReadEvent
Set the application users ip address.
setUsername(String) - Method in class io.ebean.config.DocStoreConfig
Set the user credential for connecting to the document store.
setUuidStateFile(String) - Method in class io.ebean.config.ServerConfig
Deprecated.
Set the UUID state file.
setUuidVersion(ServerConfig.UuidVersion) - Method in class io.ebean.config.ServerConfig
Deprecated.
Sets the UUID version mode.
setVerbose(boolean) - Method in class io.ebean.config.ProfilingConfig
Set to true to use verbose mode.
setVersion(String) - Method in interface io.ebean.dbmigration.DbMigration
Set the version of the migration to be generated.
SHORT - io.ebeanservice.docstore.api.mapping.DocPropertyType
Short.
should() - Method in interface io.ebean.ExpressionList
Start a list of expressions that will be joined by SHOULD.
SHOULD - io.ebean.Junction.Type
Text search OR group.
shutdown() - Static method in class io.ebean.DatabaseFactory
Shutdown gracefully all Database instances cleaning up any resources as required.
shutdown() - Static method in class io.ebean.EbeanServerFactory
Deprecated.
Shutdown gracefully all EbeanServers cleaning up any resources as required.
shutdown() - Method in interface io.ebean.plugin.Plugin
Called when the server is shutting down.
shutdown(boolean) - Method in interface io.ebean.config.TenantDataSourceProvider
Shutdown all the DataSources.
shutdown(boolean, boolean) - Method in interface io.ebean.Database
Shutdown the Database instance programmatically.
size() - Method in interface io.ebean.cache.ServerCache
Return the number of entries in the cache.
size() - Method in class io.ebean.event.changelog.ChangeSet
Return the number of changes in the change set.
size() - Method in interface io.ebean.SqlRow
Return the size of the map.
SKIPLOCKED - io.ebean.Query.ForUpdate
For update with Skip Locked option.
SlowQueryEvent - Class in io.ebean.config
Slow query event.
SlowQueryEvent(String, long, int, ObjectGraphNode) - Constructor for class io.ebean.config.SlowQueryEvent
Construct with the SQL and execution time in millis.
SlowQueryListener - Interface in io.ebean.config
Listener for slow query events.
softDeleted(Object) - Method in class io.ebean.event.AbstractBeanPersistListener
Notified that a bean has been soft deleted.
softDeleted(Object) - Method in interface io.ebean.event.BeanPersistListener
Notified that a bean has been soft deleted.
sort(String) - Method in interface io.ebean.Filter
Specify a sortByClause.
sort(List<T>, String) - Method in interface io.ebean.Database
Sort the list in memory using the sortByClause which can contain a comma delimited list of property names and keywords asc, desc, nullsHigh and nullsLow.
sort(List<T>, String) - Static method in class io.ebean.DB
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) - Static method in class io.ebean.Ebean
Deprecated.
Sort the list using the sortByClause which can contain a comma delimited list of property names and keywords asc, desc, nullsHigh and nullsLow.
SortMetric - Class in io.ebean.meta
Comparator for timed metrics sorted by name and then count.
SortMetric() - Constructor for class io.ebean.meta.SortMetric
 
SortMetric.Count - Class in io.ebean.meta
Sort by count desc.
SortMetric.CountName - Class in io.ebean.meta
Sort MetaCountMetric's by name.
SortMetric.Max - Class in io.ebean.meta
Sort by max desc.
SortMetric.Mean - Class in io.ebean.meta
Sort by mean desc.
SortMetric.Name - Class in io.ebean.meta
Sort by name.
SortMetric.Total - Class in io.ebean.meta
Sort by total time desc.
SpiServer - Interface in io.ebean.plugin
Extensions to Database API made available to plugins.
SqlAnywhereLimiter - Class in io.ebean.config.dbplatform.sqlanywhere
Use top xx and start at xx to limit sql results.
SqlAnywhereLimiter() - Constructor for class io.ebean.config.dbplatform.sqlanywhere.SqlAnywhereLimiter
 
SqlAnywherePlatform - Class in io.ebean.config.dbplatform.sqlanywhere
Sybase SQL Anywhere specific platform.
SqlAnywherePlatform() - Constructor for class io.ebean.config.dbplatform.sqlanywhere.SqlAnywherePlatform
 
SQLitePlatform - Class in io.ebean.config.dbplatform.sqlite
 
SQLitePlatform() - Constructor for class io.ebean.config.dbplatform.sqlite.SQLitePlatform
 
sqlQuery(String) - Method in interface io.ebean.Database
Look to execute a native sql query that does not returns beans but instead returns SqlRow or direct access to ResultSet (see SqlQuery.findList(RowMapper).
sqlQuery(String) - Static method in class io.ebean.DB
Look to execute a native sql query that does not returns beans but instead returns SqlRow or direct access to ResultSet (see SqlQuery.findList(RowMapper).
SqlQuery - Interface in io.ebean
Query object for performing native SQL queries that return SqlRow or directly read ResultSet using a RowMapper.
SqlQuery.TypeQuery<T> - Interface in io.ebean
Query mapping to single scalar values.
sqlRow(ResultSet, String, boolean) - Static method in interface io.ebean.RawSqlBuilder
Create and return a SqlRow based on the resultSet with dbTrueValue and binaryOptimizedUUID options.
SqlRow - Interface in io.ebean
Used to return raw SQL query results.
SqlServer16Platform - Class in io.ebean.config.dbplatform.sqlserver
Microsoft SQL Server platform that has non-UTF8 types (char, varchar, text) and default to Identity rather than Sequence.
SqlServer16Platform() - Constructor for class io.ebean.config.dbplatform.sqlserver.SqlServer16Platform
 
SqlServer17Platform - Class in io.ebean.config.dbplatform.sqlserver
Microsoft SQL Server platform - NVarchar UTF types and Sequence preference.
SqlServer17Platform() - Constructor for class io.ebean.config.dbplatform.sqlserver.SqlServer17Platform
 
SqlServerBasicSqlLimiter - Class in io.ebean.config.dbplatform.sqlserver
SQL Server 2012 style limiter for raw sql.
SqlServerBasicSqlLimiter() - Constructor for class io.ebean.config.dbplatform.sqlserver.SqlServerBasicSqlLimiter
 
SqlServerHistorySupport - Class in io.ebean.config.dbplatform.sqlserver
History support only valid on SqlServer 2016 or later.
SqlServerHistorySupport() - Constructor for class io.ebean.config.dbplatform.sqlserver.SqlServerHistorySupport
 
SqlServerSqlLimiter - Class in io.ebean.config.dbplatform.sqlserver
Use ANSI offset rows syntax or top n - SQL Server 2012 onwards.
SqlServerSqlLimiter() - Constructor for class io.ebean.config.dbplatform.sqlserver.SqlServerSqlLimiter
 
SqlServerStepSequence - Class in io.ebean.config.dbplatform.sqlserver
 
SqlServerStepSequence(BackgroundExecutor, DataSource, String, int) - Constructor for class io.ebean.config.dbplatform.sqlserver.SqlServerStepSequence
Construct where batchSize is the sequence step size.
sqlUpdate(String) - Method in interface io.ebean.Database
Look to execute a native sql insert update or delete statement.
sqlUpdate(String) - Static method in class io.ebean.DB
Look to execute a native sql insert update or delete statement.
SqlUpdate - Interface in io.ebean
A SqlUpdate for executing insert update or delete statements.
STARTS_WITH - io.ebean.LikeType
The % wildcard is added to the end of the search word and search word is escaped.
startsWith(String, String) - Static method in class io.ebean.Expr
Starts With - property like value%.
startsWith(String, String) - Method in interface io.ebean.ExpressionFactory
Starts With - property like value%.
startsWith(String, String) - Method in interface io.ebean.ExpressionList
Starts With - property like value%.
startsWith(String, String) - Method in interface io.ebean.Filter
Starts With.
store(Object, T) - Method in interface io.ebeanservice.docstore.api.DocStoreQueryUpdate
Process the bean storing in the document store.
StringFormatter - Interface in io.ebean.text
Convert an Object value into a String value.
StringParser - Interface in io.ebean.text
Convert a String value into an Object value.
supports() - Static method in class io.ebean.TxScope
Helper method to create a TxScope with SUPPORTS.
supportsSelect() - Method in class io.ebean.OrderBy
Return true if this order by can be used in select clause.

T

tableAliasMapping(String, String) - Method in interface io.ebean.RawSqlBuilder
Modify any column mappings with the given table alias to have the path prefix.
TableName - Class in io.ebean.config
TableName holds catalog, schema and table name.
TableName(String) - Constructor for class io.ebean.config.TableName
Construct splitting the qualifiedTableName potentially into catalog, schema and name.
TableName(String, String, String) - Constructor for class io.ebean.config.TableName
Construct with the given catalog schema and table name.
tablePartitionInit(String, PartitionMode, String, String) - Method in class io.ebean.config.dbplatform.postgres.PostgresPlatform
Return SQL using built in partition helper functions to create some initial partitions.
tablePartitionsExist(Connection, String) - Method in class io.ebean.config.dbplatform.postgres.PostgresPlatform
 
TenantAwareKey - Class in io.ebean.cache
Tenant aware handling for caching.
TenantAwareKey(CurrentTenantProvider) - Constructor for class io.ebean.cache.TenantAwareKey
Construct with a tenant provider than can be null.
TenantAwareKey.CacheKey - Class in io.ebean.cache
We use a combined key, if this serverCache is per tenant.
TenantCatalogProvider - Interface in io.ebean.config
For multi-tenancy via DB CATALOG supply the catalog given the tenantId.
TenantDataSourceProvider - Interface in io.ebean.config
For multi-tenancy via DB supply the DataSource given the tenantId.
TenantMode - Enum in io.ebean.config
The mode to use for multi-tenancy.
TenantSchemaProvider - Interface in io.ebean.config
For multi-tenancy via DB SCHEMA supply the schema given the tenantId.
text() - Method in interface io.ebean.Query
Add Full text search expressions for Document store queries.
TEXT - io.ebeanservice.docstore.api.mapping.DocPropertyType
String content expected to be analysed.
textCommonTerms(String, TextCommonTerms) - Method in interface io.ebean.ExpressionFactory
Create a text common terms expression (currently doc store/Elastic only).
textCommonTerms(String, TextCommonTerms) - Method in interface io.ebean.ExpressionList
Add common terms expression.
TextCommonTerms - Class in io.ebean.search
Text common terms query.
TextCommonTerms() - Constructor for class io.ebean.search.TextCommonTerms
 
TextException - Exception in io.ebean.text
An exception occurred typically in processing CSV, JSON or XML.
TextException(Exception) - Constructor for exception io.ebean.text.TextException
Construct with a cause.
TextException(String) - Constructor for exception io.ebean.text.TextException
Construct with an error message.
TextException(String, Exception) - Constructor for exception io.ebean.text.TextException
Construct with a message and cause.
TextException(String, String) - Constructor for exception io.ebean.text.TextException
Constructor for a detailed exception.
TextException(String, String, Exception) - Constructor for exception io.ebean.text.TextException
Constructor for a detailed exception.
textMatch(String, String, Match) - Method in interface io.ebean.ExpressionFactory
Create a Text Match expression (currently doc store/Elastic only).
textMultiMatch(String, MultiMatch) - Method in interface io.ebean.ExpressionFactory
Create a Text Multi match expression (currently doc store/Elastic only).
textQueryString(String, TextQueryString) - Method in interface io.ebean.ExpressionFactory
Create a text query string expression (currently doc store/Elastic only).
textQueryString(String, TextQueryString) - Method in interface io.ebean.ExpressionList
Add a query string expression.
TextQueryString - Class in io.ebean.search
Text query string options.
TextQueryString(String...) - Constructor for class io.ebean.search.TextQueryString
Construct with the fields to use.
textSimple(String, TextSimple) - Method in interface io.ebean.ExpressionFactory
Create a text simple query expression (currently doc store/Elastic only).
textSimple(String, TextSimple) - Method in interface io.ebean.ExpressionList
Add a simple query string expression.
TextSimple - Class in io.ebean.search
Simple text query options.
TextSimple() - Constructor for class io.ebean.search.TextSimple
Construct
tieBreaker(double) - Method in class io.ebean.search.MultiMatch
Set the tieBreaker to use.
tieBreaker(double) - Method in class io.ebean.search.TextQueryString
Set tieBreaker option (when multiple fields only).
TimeStringParser - Class in io.ebean.text
Parser for TIME types that supports both HH:mm:ss and HH:mm.
TimeStringParser() - Constructor for class io.ebean.text.TimeStringParser
 
timeZone(String) - Method in class io.ebean.search.TextQueryString
Set the time zone.
toBean(Class<T>, JsonParser) - Method in interface io.ebean.text.json.JsonContext
Convert json parser input into a Bean of a specific type.
toBean(Class<T>, JsonParser, JsonReadOptions) - Method in interface io.ebean.text.json.JsonContext
Convert json parser input into a Bean of a specific type additionally using JsonReadOptions..
toBean(Class<T>, Reader) - Method in interface io.ebean.text.json.JsonContext
Convert json reader input into a Bean of a specific type.
toBean(Class<T>, Reader, JsonReadOptions) - Method in interface io.ebean.text.json.JsonContext
Convert json reader input into a Bean of a specific type additionally using JsonReadOptions.
toBean(Class<T>, String) - Method in interface io.ebean.text.json.JsonContext
Convert json string input into a Bean of a specific type.
toBean(Class<T>, String, JsonReadOptions) - Method in interface io.ebean.text.json.JsonContext
Convert json string input into a Bean of a specific type additionally using JsonReadOptions.
toJson(Object) - Method in interface io.ebean.text.json.JsonContext
Return the bean or collection as JSON string.
toJson(Object, JsonGenerator) - Method in interface io.ebean.text.json.JsonContext
Write the bean or collection to the JsonGenerator.
toJson(Object, JsonGenerator, FetchPath) - Method in interface io.ebean.text.json.JsonContext
Write the bean or collection to the JsonGenerator using the FetchPath.
toJson(Object, JsonGenerator, JsonWriteOptions) - Method in interface io.ebean.text.json.JsonContext
Deprecated in favour of using PathProperties by itself.
toJson(Object, FetchPath) - Method in interface io.ebean.text.json.JsonContext
Return the bean or collection as JSON string using FetchPath.
toJson(Object, JsonWriteOptions) - Method in interface io.ebean.text.json.JsonContext
Deprecated in favour of using PathProperties by itself.
toJson(Object, Writer) - Method in interface io.ebean.text.json.JsonContext
Write the bean or collection in JSON format to the writer.
toJson(Object, Writer, FetchPath) - Method in interface io.ebean.text.json.JsonContext
Write the bean or collection as json to the writer using the FetchPath.
toJson(Object, Writer, JsonWriteOptions) - Method in interface io.ebean.text.json.JsonContext
Deprecated in favour of using PathProperties by itself.
toJsonPretty(Object) - Method in interface io.ebean.text.json.JsonContext
Return the bean or collection as JSON string in pretty format.
toList(Class<T>, JsonParser) - Method in interface io.ebean.text.json.JsonContext
Convert json parser input into a list of beans of a specific type.
toList(Class<T>, JsonParser, JsonReadOptions) - Method in interface io.ebean.text.json.JsonContext
Convert json parser input into a list of beans of a specific type additionally using JsonReadOptions.
toList(Class<T>, Reader) - Method in interface io.ebean.text.json.JsonContext
Convert json reader input into a list of beans of a specific type.
toList(Class<T>, Reader, JsonReadOptions) - Method in interface io.ebean.text.json.JsonContext
Convert json reader input into a list of beans of a specific type additionally using JsonReadOptions.
toList(Class<T>, String) - Method in interface io.ebean.text.json.JsonContext
Convert json string input into a list of beans of a specific type.
toList(Class<T>, String, JsonReadOptions) - Method in interface io.ebean.text.json.JsonContext
Convert json string input into a list of beans of a specific type additionally using JsonReadOptions.
toObject(Type, JsonParser) - Method in interface io.ebean.text.json.JsonContext
Use the genericType to determine if this should be converted into a List or bean.
toObject(Type, Reader) - Method in interface io.ebean.text.json.JsonContext
Use the genericType to determine if this should be converted into a List or bean.
toObject(Type, String) - Method in interface io.ebean.text.json.JsonContext
Use the genericType to determine if this should be converted into a List or bean.
toString() - Method in class io.ebean.cache.ServerCacheNotification
 
toString() - Method in class io.ebean.cache.ServerCacheStatistics
 
toString() - Method in class io.ebean.cache.TenantAwareKey.CacheKey
 
toString() - Method in class io.ebean.config.TableName
 
toString() - Method in class io.ebean.CountedValue
 
toString() - Method in class io.ebean.event.changelog.BeanChange
 
toString() - Method in class io.ebean.event.changelog.ChangeSet
 
toString() - Method in class io.ebean.event.readaudit.ReadAuditQueryPlan
 
toString() - Method in class io.ebean.OrderBy.Property
 
toString() - Method in class io.ebean.OrderBy
 
toString() - Method in class io.ebean.Pairs.Entry
 
toString() - Method in class io.ebean.Pairs
 
toString() - Method in interface io.ebean.SqlRow
String description of the underlying map.
toString() - Method in class io.ebean.text.PathProperties.Props
 
toString() - Method in class io.ebean.text.PathProperties
 
toString() - Method in class io.ebean.TxScope
Describes this TxScope instance.
toString() - Method in class io.ebean.ValuePair
 
toString() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyMapping
 
toString() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyOptions
 
toStringFormat() - Method in class io.ebean.OrderBy.Property
 
toStringFormat() - Method in class io.ebean.OrderBy
Returns the OrderBy in string format.
Total() - Constructor for class io.ebean.meta.SortMetric.Total
 
TOTAL - Static variable in class io.ebean.meta.SortMetric
 
trace() - Method in interface io.ebean.ProfileLocation
Return true if this request should be traced.
Transaction - Interface in io.ebean
The Transaction object.
TRANSACTION - io.ebean.PersistenceContextScope
PersistenceContext is scoped to the transaction.
TransactionCallback - Interface in io.ebean
Provides a callback that can be registered with a Transaction.
TransactionCallbackAdapter - Class in io.ebean
Adapter that can be extended for easier implementation of TransactionCallback.
TransactionCallbackAdapter() - Constructor for class io.ebean.TransactionCallbackAdapter
 
trim(String) - Method in class io.ebean.OrderBy.Property
Trim off the pathPrefix.
trimQuotes(String) - Method in class io.ebean.config.DbConstraintNormalise
Trim off the platform quoted identifier quotes like [ ' and ".
truncate(Class<?>...) - Method in interface io.ebean.Database
Truncate the base tables for the given bean types.
truncate(Class<?>...) - Static method in class io.ebean.DB
Truncate the base tables for the given bean types.
truncate(String...) - Method in interface io.ebean.Database
Truncate all the given tables.
truncate(String...) - Static method in class io.ebean.DB
Truncate the given tables.
TxnState - Enum in io.ebean.event.changelog
Transaction state when ChangeSets are sent to the ChangeSetListener.
TxScope - Class in io.ebean
Holds the definition of how a transactional method should run.
TxScope() - Constructor for class io.ebean.TxScope
Create a REQUIRED transaction scope.
TxScope(TxType) - Constructor for class io.ebean.TxScope
Create with a given transaction scope type.
type(MultiMatch.Type) - Method in class io.ebean.search.MultiMatch
Set the type of query.

U

UnderscoreNamingConvention - Class in io.ebean.config
Converts between Camel Case and Underscore based names for both table and column names (and is the default naming convention in Ebean).
UnderscoreNamingConvention() - Constructor for class io.ebean.config.UnderscoreNamingConvention
Create with a sequence format of "{table}_seq".
UnderscoreNamingConvention(String) - Constructor for class io.ebean.config.UnderscoreNamingConvention
Create with a given sequence format.
uniqueConstraintName(String, String) - Method in class io.ebean.config.DbConstraintNaming
Return the unique constraint name.
uniqueConstraintName(String, String[]) - Method in class io.ebean.config.DbConstraintNaming
Return the unique constraint name.
unparsed(String) - Static method in interface io.ebean.RawSqlBuilder
Return an unparsed RawSqlBuilder.
unwrapValue(B) - Method in interface io.ebean.config.ScalarTypeConverter
Convert the value object into a scalar value that Ebean knows how to persist.
update() - Method in interface io.ebean.ExpressionList
Execute as a update query.
update() - Method in class io.ebean.Finder
Creates an update query.
update() - Method in class io.ebean.Model
Update this entity.
update() - Method in interface io.ebean.Query
Execute the UpdateQuery returning the number of rows updated.
update() - Method in interface io.ebean.UpdateQuery
Execute the update returning the number of rows updated.
update(Query<T>, Transaction) - Method in interface io.ebean.ExtendedServer
Execute the update query returning the number of rows updated.
update(Transaction) - Method in interface io.ebean.ExpressionList
Execute as a update query with the given transaction.
update(Transaction) - Method in class io.ebean.Model
Update this entity with an explicit transaction.
update(Transaction) - Method in interface io.ebean.Query
Execute the UpdateQuery returning the number of rows updated using the given transaction.
update(Class<T>) - Method in interface io.ebean.Database
Create an Update query to perform a bulk update.
update(Class<T>) - Static method in class io.ebean.DB
Create an Update query to perform a bulk update.
update(Class<T>) - Static method in class io.ebean.Ebean
Deprecated.
Create an Update query to perform a bulk update.
update(Object) - Method in interface io.ebean.Database
Saves the bean using an update.
update(Object) - Static method in class io.ebean.DB
Saves the bean using an update.
update(Object) - Static method in class io.ebean.Ebean
Deprecated.
Saves the bean using an update.
update(Object, Transaction) - Method in interface io.ebean.Database
Update a bean additionally specifying a transaction.
update(Object, PersistRequestBean<T>, DocStoreUpdateContext) - Method in interface io.ebeanservice.docstore.api.DocStoreBeanAdapter
Process an update persist request.
update(Object, PersistRequestBean<T>, DocStoreUpdateContext) - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
 
update(Object, PersistRequestBean<T>, DocStoreUpdateContext) - Method in class io.ebeanservice.docstore.none.NoneDocStoreBeanAdapter
 
update(T) - Method in class io.ebean.BeanRepository
Update this entity.
Update<T> - Interface in io.ebean
An Insert Update or Delete statement.
UPDATE - io.ebean.event.changelog.ChangeType
The change was an update.
UPDATE - io.ebean.QueryType
An update query.
updateAll(Collection<?>) - Method in interface io.ebean.Database
Update a collection of beans.
updateAll(Collection<?>) - Static method in class io.ebean.DB
Update the beans in the collection.
updateAll(Collection<?>) - Static method in class io.ebean.Ebean
Deprecated.
Update the beans in the collection.
updateAll(Collection<?>, Transaction) - Method in interface io.ebean.Database
Update a collection of beans with an explicit transaction.
updated(Object, Set<String>) - Method in class io.ebean.event.AbstractBeanPersistListener
Notified that a bean has been updated.
updated(Object, Set<String>) - Method in interface io.ebean.event.BeanPersistListener
Notified that a bean has been updated.
updateEmbedded(PersistRequestBean<T>, DocStoreUpdates) - Method in interface io.ebeanservice.docstore.api.DocStoreBeanAdapter
Process the persist request adding any embedded/nested document invalidation to the docStoreUpdates.
updateEmbedded(PersistRequestBean<T>, DocStoreUpdates) - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
 
updateEmbedded(Object, String, String, DocStoreUpdateContext) - Method in interface io.ebean.plugin.BeanDocType
Add a embedded document update to the doc store.
updateEmbedded(Object, String, String, DocStoreUpdateContext) - Method in interface io.ebeanservice.docstore.api.DocStoreBeanAdapter
Process an update of an embedded document.
updateEmbedded(Object, String, String, DocStoreUpdateContext) - Method in class io.ebeanservice.docstore.api.support.DocStoreBeanBaseAdapter
 
updateEmbedded(Object, String, String, DocStoreUpdateContext) - Method in class io.ebeanservice.docstore.none.NoneDocStoreBeanAdapter
 
updateProcessor() - Method in interface io.ebeanservice.docstore.api.DocStoreIntegration
Return the DocStoreUpdateProcessor to use.
UpdateQuery<T> - Interface in io.ebean
An update query typically intended to perform a bulk update of many rows that match the query.
useBinary() - Method in enum io.ebean.config.PlatformConfig.DbUuid
Return true if BINARY(16) storage is preferred over VARCHAR(40).
useBinaryOptimized() - Method in enum io.ebean.config.PlatformConfig.DbUuid
Return true, if optimized packing should be used.
useContains() - Method in interface io.ebean.ExampleExpression
Use contains expression for string properties.
useDisMax(boolean) - Method in class io.ebean.search.TextQueryString
Set useDisMax option (when multiple fields only).
useEndsWith() - Method in interface io.ebean.ExampleExpression
Use endsWith expression for string properties.
useEqualTo() - Method in interface io.ebean.ExampleExpression
Use equal to expression for string properties.
useNativeType() - Method in enum io.ebean.config.PlatformConfig.DbUuid
Return true if native UUID type is preferred.
useStartsWith() - Method in interface io.ebean.ExampleExpression
Use startsWith expression for string properties.
usingConnection(Connection) - Method in interface io.ebean.ExpressionList
Execute the query using the given connection.
usingConnection(Connection) - Method in interface io.ebean.Query
Execute the query using the given connection.
usingDatabase(Database) - Method in interface io.ebean.Query
Execute the query using the given database.
usingTransaction(Transaction) - Method in interface io.ebean.DtoQuery
Use the explicit transaction to execute the query.
usingTransaction(Transaction) - Method in interface io.ebean.ExpressionList
Execute the query using the given transaction.
usingTransaction(Transaction) - Method in interface io.ebean.Query
Execute the query using the given transaction.
UUID - io.ebeanservice.docstore.api.mapping.DocPropertyType
A UUID is a String Id implying it should not be analysed.

V

validate() - Method in interface io.ebean.Query
Returns the set of properties or paths that are unknown (do not map to known properties or paths).
validateQuery(Query<T>) - Method in interface io.ebean.Database
Returns the set of properties/paths that are unknown (do not map to known properties or paths).
valueOf(String) - Static method in enum io.ebean.cache.ServerCacheType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.CacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.config.AutoTuneMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.config.EncryptDeploy.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.config.JsonConfig.Date
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.config.JsonConfig.DateTime
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.config.JsonConfig.Include
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.config.PlatformConfig.DbUuid
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.config.ServerConfig.UuidVersion
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.config.TenantMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.CountDistinctOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.DocStoreQueueEntry.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.event.changelog.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.event.changelog.TxnState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.Junction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.LikeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.PersistenceContextScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.Query.ForUpdate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.QueryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebean.search.MultiMatch.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.ebeanservice.docstore.api.mapping.DocPropertyType
Returns the enum constant of this type with the specified name.
ValuePair - Class in io.ebean
Holds two values as the result of a difference comparison.
ValuePair() - Constructor for class io.ebean.ValuePair
Default constructor for JSON tools.
ValuePair(Object, Object) - Constructor for class io.ebean.ValuePair
Construct with the pair of new and old values.
values() - Static method in enum io.ebean.cache.ServerCacheType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.CacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.config.AutoTuneMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.config.EncryptDeploy.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.config.JsonConfig.Date
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.config.JsonConfig.DateTime
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.config.JsonConfig.Include
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.config.PlatformConfig.DbUuid
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.config.ServerConfig.UuidVersion
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.config.TenantMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.CountDistinctOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.DocStoreQueueEntry.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.event.changelog.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.event.changelog.TxnState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.Junction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.LikeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.PersistenceContextScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.Query.ForUpdate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.QueryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.ebean.search.MultiMatch.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface io.ebean.SqlRow
Return the values from this map.
values() - Static method in enum io.ebeanservice.docstore.api.mapping.DocPropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
VARCHAR - io.ebean.config.PlatformConfig.DbUuid
Store using DB VARCHAR(40).
Version<T> - Class in io.ebean
Wraps a version of a @History bean.
Version() - Constructor for class io.ebean.Version
Default constructor - useful for JSON tools such as Jackson.
Version(T, Timestamp, Timestamp) - Constructor for class io.ebean.Version
Construct with bean and an effective date time range.
VERSION1 - io.ebean.config.ServerConfig.UuidVersion
Deprecated.
 
VERSION1RND - io.ebean.config.ServerConfig.UuidVersion
Deprecated.
 
VERSION4 - io.ebean.config.ServerConfig.UuidVersion
Deprecated.
 
visit(MetricVisitor) - Method in interface io.ebean.cache.ServerCache
Visit the metrics for the cache.
visit(MetricVisitor) - Method in interface io.ebean.cache.ServerCacheFactory
Visit the metrics for the cache.
visit(DocPropertyVisitor) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyMapping
Visit this property and any nested children.
visit(DocPropertyVisitor) - Method in class io.ebeanservice.docstore.api.mapping.DocumentMapping
Visit all the properties in the document structure.
visit(T, JsonWriter) - Method in interface io.ebean.text.json.JsonWriteBeanVisitor
Visit the bean that has just been writing it's content to JSON.
visit(T, Map<String, Object>) - Method in interface io.ebean.text.json.JsonReadBeanVisitor
Visit the bean that has just been processed.
visitAllInheritanceChildren(Consumer<BeanType<?>>) - Method in interface io.ebean.plugin.BeanType
Visit all children recursively
visitBasic() - Method in interface io.ebean.meta.MetaInfoManager
Run a visit collecting all the metrics and returning BasicMetricVisitor which holds all the metrics in simple lists.
visitBegin() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyAdapter
 
visitBegin() - Method in interface io.ebeanservice.docstore.api.mapping.DocPropertyVisitor
Begin visiting the document structure.
visitBeginList(DocPropertyMapping) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyAdapter
 
visitBeginList(DocPropertyMapping) - Method in interface io.ebeanservice.docstore.api.mapping.DocPropertyVisitor
Start visiting a nested list.
visitBeginObject(DocPropertyMapping) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyAdapter
 
visitBeginObject(DocPropertyMapping) - Method in interface io.ebeanservice.docstore.api.mapping.DocPropertyVisitor
Start visiting a nested object.
visitCount(MetaCountMetric) - Method in class io.ebean.meta.BasicMetricVisitor
 
visitCount(MetaCountMetric) - Method in interface io.ebean.meta.MetricVisitor
Visit a Counter metric.
visitEnd() - Method in class io.ebean.meta.AbstractMetricVisitor
 
visitEnd() - Method in interface io.ebean.meta.MetricVisitor
Visit has completed.
visitEnd() - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyAdapter
 
visitEnd() - Method in interface io.ebeanservice.docstore.api.mapping.DocPropertyVisitor
Finished visiting the document structure.
visitEndList(DocPropertyMapping) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyAdapter
 
visitEndList(DocPropertyMapping) - Method in interface io.ebeanservice.docstore.api.mapping.DocPropertyVisitor
End visiting a nested list.
visitEndObject(DocPropertyMapping) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyAdapter
 
visitEndObject(DocPropertyMapping) - Method in interface io.ebeanservice.docstore.api.mapping.DocPropertyVisitor
End visiting a nested object.
visitMetrics(MetricVisitor) - Method in interface io.ebean.cache.ServerCacheManager
Visit the metrics for all the server caches.
visitMetrics(MetricVisitor) - Method in interface io.ebean.meta.MetaInfoManager
Visit the metrics resetting and collecting/reporting as desired.
visitProperty(DocPropertyMapping) - Method in class io.ebeanservice.docstore.api.mapping.DocPropertyAdapter
 
visitProperty(DocPropertyMapping) - Method in interface io.ebeanservice.docstore.api.mapping.DocPropertyVisitor
Visit a property.
visitQuery(MetaQueryMetric) - Method in class io.ebean.meta.BasicMetricVisitor
 
visitQuery(MetaQueryMetric) - Method in interface io.ebean.meta.MetricVisitor
Visit DTO and SQL query metrics.
visitStart() - Method in class io.ebean.meta.AbstractMetricVisitor
 
visitStart() - Method in interface io.ebean.meta.MetricVisitor
Visit has started.
visitTimed(MetaTimedMetric) - Method in class io.ebean.meta.BasicMetricVisitor
 
visitTimed(MetaTimedMetric) - Method in interface io.ebean.meta.MetricVisitor
Visit transaction metrics (and L2 cache metrics in future).

W

where() - Method in interface io.ebean.ExpressionList
Add another expression to the where clause.
where() - Method in interface io.ebean.Query
Add Expressions to the where clause with the ability to chain on the ExpressionList.
where() - Method in interface io.ebean.UpdateQuery
Return the query expression list to add predicates to.
where(Expression) - Method in interface io.ebean.Query
Add a single Expression to the where clause returning the query.
where(ExpressionList<T>, String, Object[]) - Method in interface io.ebean.ExpressionFactory
Add the expressions to the given expression list.
where(String, Object...) - Method in interface io.ebean.ExpressionList
Add the expressions to this expression list.
withExtraAttributes(boolean) - Method in interface io.ebean.meta.ServerMetricsAsJson
Set to false to exclude profile location and sql.
withHash(boolean) - Method in interface io.ebean.meta.ServerMetricsAsJson
Set to false to exclude SQL hash.
withHeader(boolean) - Method in interface io.ebean.meta.ServerMetricsAsJson
Set to include a heading of the database name.
withNewLine(boolean) - Method in interface io.ebean.meta.ServerMetricsAsJson
Set the new line character to use.
withSort(Comparator<MetaTimedMetric>) - Method in interface io.ebean.meta.ServerMetricsAsJson
Set the sort property - see SortMetric
wrapValue(S) - Method in interface io.ebean.config.ScalarTypeConverter
Convert the scalar type value into the value object.
write(Appendable) - Method in interface io.ebean.meta.ServerMetricsAsJson
Collect and write metrics as JSON to the given buffer.
write(Object) - Static method in class io.ebean.text.json.EJson
Write the nested Map/List as json.
write(Object, JsonGenerator) - Static method in class io.ebean.text.json.EJson
Write the nested Map/List as json to the jsonGenerator.
write(Object, Writer) - Static method in class io.ebean.text.json.EJson
Write the nested Map/List as json to the writer.
writeBinary(InputStream, int) - Method in interface io.ebean.text.json.JsonWriter
Write a binary field.
writeBinaryField(String, byte[]) - Method in interface io.ebean.text.json.JsonWriter
Write a binary field.
writeBoolean(boolean) - Method in interface io.ebean.text.json.JsonWriter
Write a boolean value (typically inside a list).
writeBooleanField(String, boolean) - Method in interface io.ebean.text.json.JsonWriter
Write a boolean field.
writeCollection(Collection<Object>, JsonGenerator) - Static method in class io.ebean.text.json.EJson
Write the collection as json array to the jsonGenerator.
writeEndArray() - Method in interface io.ebean.text.json.JsonWriter
Write a array end.
writeEndObject() - Method in interface io.ebean.text.json.JsonWriter
Write a object end.
writeFieldName(String) - Method in interface io.ebean.text.json.JsonWriter
Write the field name.
writeNull() - Method in interface io.ebean.text.json.JsonWriter
Write a null value.
writeNullField(String) - Method in interface io.ebean.text.json.JsonWriter
Write a null value taking into account null value suppression.
writeNumber(double) - Method in interface io.ebean.text.json.JsonWriter
Write a double value.
writeNumber(int) - Method in interface io.ebean.text.json.JsonWriter
Write a int value (typically inside a list).
writeNumber(long) - Method in interface io.ebean.text.json.JsonWriter
Write a long value (typically inside a list).
writeNumber(BigDecimal) - Method in interface io.ebean.text.json.JsonWriter
Write a BigDecimal value (typically inside a list).
writeNumberField(String, double) - Method in interface io.ebean.text.json.JsonWriter
Write a number field.
writeNumberField(String, float) - Method in interface io.ebean.text.json.JsonWriter
Write a number field.
writeNumberField(String, int) - Method in interface io.ebean.text.json.JsonWriter
Write a number field.
writeNumberField(String, long) - Method in interface io.ebean.text.json.JsonWriter
Write a number field.
writeNumberField(String, short) - Method in interface io.ebean.text.json.JsonWriter
Write a number field.
writeNumberField(String, BigDecimal) - Method in interface io.ebean.text.json.JsonWriter
Write a number field.
writeRaw(String) - Method in interface io.ebean.text.json.JsonWriter
Method that will force generator to copy input text verbatim with no modifications (including that no escaping is done and no separators are added even if context [array, object] would otherwise require such).
writeRawValue(String) - Method in interface io.ebean.text.json.JsonWriter
Method that will force generator to copy input text verbatim without any modifications, but assuming it must constitute a single legal JSON value (number, string, boolean, null, Array or List).
writeScalar(JsonGenerator, Object) - Method in interface io.ebean.text.json.JsonContext
Write a scalar types known to Ebean to Jackson.
writeStartArray() - Method in interface io.ebean.text.json.JsonWriter
Write a array start.
writeStartArray(String) - Method in interface io.ebean.text.json.JsonWriter
Write a field name followed by array start.
writeStartObject() - Method in interface io.ebean.text.json.JsonWriter
Write a object start.
writeStartObject(String) - Method in interface io.ebean.text.json.JsonWriter
Write a field name followed by object start.
writeString(String) - Method in interface io.ebean.text.json.JsonWriter
Write a string value (typically inside a list).
writeStringField(String, String) - Method in interface io.ebean.text.json.JsonWriter
Write a sting field.

Z

zeroTerms(String) - Method in class io.ebean.search.Match
Set the zero terms.
zeroTerms(String) - Method in class io.ebean.search.MultiMatch
Set the zero terms.
A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes All Packages