Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #EBean - 236 results found.
NameDescriptionTypePackageFramework
AbstractBeanCollectionBase class for List Set and Map implementations of BeanCollection.Classcom.avaje.ebean.commonEBean
AbstractBeanPersistListenerProvides a base implementation of BeanPersistListener.Classcom.avaje.ebean.eventEBean
AbstractDbEncryptBase type for DB platform specific Encryption.Classcom.avaje.ebean.config.dbplatformEBean
AbstractNamingConventionProvides some base implementation for NamingConventions.Classcom.avaje.ebean.configEBean
AutoTuneAdministrative control of AutoTune during runtime.Interfacecom.avaje.ebeanEBean
AutoTuneConfigDefines the AutoTune behaviour for a EbeanServer.Classcom.avaje.ebean.configEBean
AutoTuneModeThe mode for determining if AutoTune will be used for a given query whenQuery.Classcom.avaje.ebean.configEBean
BackgroundExecutorBackground thread pool service for executing of tasks asynchronously.Interfacecom.avaje.ebeanEBean
BeanChangeA bean insert, update or delete change sent as part of a ChangeSet.Classcom.avaje.ebean.event.changelogEBean
BeanCollectionLazy loading capable Maps, Lists and Sets.Interfacecom.avaje.ebean.beanEBean
BeanCollectionAddInterface to define the addition of a bean to the underlying collection.Interfacecom.avaje.ebean.beanEBean
BeanCollectionLoaderLoads a entity bean collection.Interfacecom.avaje.ebean.beanEBean
BeanCollectionTouchedUsed to specify a listener to be notified when a BeanCollection is firstTo use this you can set a BeanCollectionTouched onto a BeanCollection beforeInterfacecom.avaje.ebean.beanEBean
BeanFindControllerUsed to override the finding implementation for a bean.Interfacecom.avaje.ebean.eventEBean
BeanListList capable of lazy loading.Classcom.avaje.ebean.commonEBean
BeanLoaderLoads a entity bean.Interfacecom.avaje.ebean.beanEBean
BeanMapMap capable of lazy loading.Classcom.avaje.ebean.commonEBean
BeanPersistAdapterA no operation implementation of BeanPersistController.Classcom.avaje.ebean.eventEBean
BeanPersistControllerUsed to enhance or override the default bean persistence mechanism.Interfacecom.avaje.ebean.eventEBean
BeanPersistListenerListens for committed bean events.Interfacecom.avaje.ebean.eventEBean
BeanPersistRequestHolds the information available for a bean persist (insert, update orThis is made available for the BeanPersistControllers.Interfacecom.avaje.ebean.eventEBean
BeanPostLoadFired after a bean is fetched and loaded from the database.Interfacecom.avaje.ebean.eventEBean
BeanQueryAdapterObjects extending this modify queries prior their execution.Interfacecom.avaje.ebean.eventEBean
BeanQueryRequestHolds the information available for a bean query.Interfacecom.avaje.ebean.eventEBean
BeanSetSet capable of lazy loading.Classcom.avaje.ebean.commonEBean
BeanStateProvides access to the internal state of an entity bean.Interfacecom.avaje.ebeanEBean
BulkTableEventThe bulk table event.Interfacecom.avaje.ebean.eventEBean
BulkTableEventListenerListen for bulk table events that occur.Interfacecom.avaje.ebean.eventEBean
CacheStrategySpecify the default cache use specific entity type.Classcom.avaje.ebean.annotationEBean
CacheTuningSpecify cache tuning for a specific entity type.Classcom.avaje.ebean.annotationEBean
CallableSqlFor making calls to stored procedures.Interfacecom.avaje.ebeanEBean
CallStackRepresent the call stack (stack trace elements).Classcom.avaje.ebean.beanEBean
ChangeLogMarks an entity bean as being included in the change logging.Classcom.avaje.ebean.annotationEBean
ChangeLogFilterUsed to provide fine grained control over what persist requests are included in the change log.Interfacecom.avaje.ebean.event.changelogEBean
ChangeLogInsertModeenum ChangeLogInsertModeThe mode used to determine if inserts should be included or not for a given bean type.Classcom.avaje.ebean.annotationEBean
ChangeLogListenerLog the batch of changes.Interfacecom.avaje.ebean.event.changelogEBean
ChangeLogPrepareIn the foreground prepare the changeLog for sending.Interfacecom.avaje.ebean.event.changelogEBean
ChangeLogRegisterUsed to assign ChangeLogFilters to bean types.Interfacecom.avaje.ebean.event.changelogEBean
ChangeSetHolds a set of changes.Classcom.avaje.ebean.event.changelogEBean
ChangeTypeThe type of the change.Classcom.avaje.ebean.event.changelogEBean
CompoundTypeAPI from creating and getting property values from an Immutable CompoundA Compound Value object should contain multiple properties that are storedInterfacecom.avaje.ebean.configEBean
CompoundTypePropertyRepresents a Property of a Compound Value Object.Interfacecom.avaje.ebean.configEBean
ConcurrencyModeenum ConcurrencyModeOptimistic concurrency mode used for updates and deletes.Classcom.avaje.ebean.annotationEBean
ContainerConfigConfiguration for the container that holds the EbeanServer instances.Classcom.avaje.ebean.configEBean
CreatedTimestampFor a timestamp property that is set to the datetime when the entity isAn alternative to using this annotation would be to use insertable=false,Classcom.avaje.ebean.annotationEBean
CsvCallbackProvides callback methods for customisation of CSV processing.Interfacecom.avaje.ebean.text.csvEBean
CsvReaderReads CSV data turning it into object graphs that you can be saved (inserted)or processed yourself.Interfacecom.avaje.ebean.text.csvEBean
CurrentUserProviderProvides the current user in order to support 'Who created', 'Who modified' and other audit features.Interfacecom.avaje.ebean.configEBean
DatabasePlatformDatabase platform specific settings.Classcom.avaje.ebean.config.dbplatformEBean
DataSourceConfigUsed to config a DataSource when using the internal Ebean DataSourceIf a DataSource instance is already defined viaClasscom.avaje.ebean.configEBean
DB2PlatformDB2 specific platform.Classcom.avaje.ebean.config.dbplatformEBean
DB2SequenceIdGeneratorDB2 specific sequence Id Generator.Classcom.avaje.ebean.config.dbplatformEBean
Db2SqlLimiterClasscom.avaje.ebean.config.dbplatformEBean
DbConstraintNamingNaming convention used for constraint names.Classcom.avaje.ebean.configEBean
DbConstraintNormaliseUsed to normalise table and column names which means stripping outquoted identifier characters and any catalog or schema prefix.Classcom.avaje.ebean.configEBean
DbEncryptDefines DB encryption support for encrypting and decrypting data using DBencryption features.Interfacecom.avaje.ebean.config.dbplatformEBean
DbEncryptFunctionReturn the SQL for decrypting a column returning a VARCHAR.Interfacecom.avaje.ebean.config.dbplatformEBean
DbHistorySupportHistory support for the database platform.Interfacecom.avaje.ebean.config.dbplatformEBean
DbHstoreClasscom.avaje.ebean.annotationEBean
DbIdentityDefines the identity/sequence behaviour for the database.Classcom.avaje.ebean.config.dbplatformEBean
DbJsonSpecify a property holding JSON content.Classcom.avaje.ebean.annotationEBean
DbJsonBSpecify a property holding JSON content.Classcom.avaje.ebean.annotationEBean
DbJsonTypeSpecify the DB storage type used to store JSON content.Classcom.avaje.ebean.annotationEBean
DbMigrationGenerates DB Migration xml and sql scripts.Classcom.avaje.ebean.dbmigrationEBean
DbMigrationConfigConfiguration for the DB migration processing.Classcom.avaje.ebean.configEBean
DbOfflineHelper to indicate that an EbeanServer should come up offlinetypically for DDL generation purposes.Classcom.avaje.ebean.dbmigrationEBean
DbPlatformNameBuilt in supported platforms.Classcom.avaje.ebean.config.dbplatformEBean
DbStandardHistorySupportSQL2011 based history support using 'as of timestamp' type clause appended as part of the the from or join clause.Classcom.avaje.ebean.config.dbplatformEBean
DbTypeRepresents a DB type with name, length, precision, and scale.Classcom.avaje.ebean.config.dbplatformEBean
DbTypeMapUsed to map bean property types to DB specific types for DDL generation.Classcom.avaje.ebean.config.dbplatformEBean
DbViewHistorySupportDatabase view based implementation of DbHistorySupport.Classcom.avaje.ebean.config.dbplatformEBean
DdlGeneratorControls the generation of DDL and potentially runs the resulting scripts.Classcom.avaje.ebean.dbmigrationEBean
DefaultCsvCallbackProvides the default implementation of CsvCallback.Classcom.avaje.ebean.text.csvEBean
EbeanThis Ebean object is effectively a singleton that holds a map of registeredEbeanServers.Classcom.avaje.ebeanEBean
EbeanServerProvides the API for fetching and saving beans to a particular DataSource.Interfacecom.avaje.ebeanEBean
EbeanServerFactoryCreates EbeanServer instances.Classcom.avaje.ebeanEBean
EJsonUtility that converts between JSON content and simple java Maps/Lists.Classcom.avaje.ebean.text.jsonEBean
EmbeddedColumnsSpecify property name to db column mapping for Embedded beans.Classcom.avaje.ebean.annotationEBean
EncryptDeployDefine the encryption options for a bean property.Classcom.avaje.ebean.configEBean
EncryptDeployManagerProgrammatically define which database columns are encrypted.Interfacecom.avaje.ebean.configEBean
EncryptedSpecify that the property is stored in encrypted form.Classcom.avaje.ebean.annotationEBean
EncryptKeyRepresents the key used for encryption.Interfacecom.avaje.ebean.configEBean
EncryptKeyManagerDetermine keys used for encryption and decryption.Interfacecom.avaje.ebean.configEBean
EncryptorUsed for Java side encryption of properties when DB encryption is not used.Interfacecom.avaje.ebean.configEBean
EnhancedTransactionalInterfacecom.avaje.ebean.beanEBean
EntityBeanBean that is aware of EntityBeanIntercept.Interfacecom.avaje.ebean.beanEBean
EntityBeanInterceptThis is the object added to every entity bean using byte code enhancement.Classcom.avaje.ebean.beanEBean
EntityConcurrencyModeSpecify explicit ConcurrencyMode for entity bean.Classcom.avaje.ebean.annotationEBean
EnumMappingFor mapping the values of an Enum to and from Database values.Classcom.avaje.ebean.annotationEBean
EnumValueEnables you to specify a value to use to persist for an enum value.Classcom.avaje.ebean.annotationEBean
ExampleExpressionQuery by Example expression.Interfacecom.avaje.ebeanEBean
ExposeClasscom.avaje.ebean.annotationEBean
ExprExpression factory for creating standard expressions for WHERE and HAVINGGenerally you will only need to use this object for creating OR, JUNCTION orClasscom.avaje.ebeanEBean
ExpressionInterfacecom.avaje.ebeanEBean
ExpressionFactoryExpression factory for creating standard expressions.Interfacecom.avaje.ebeanEBean
ExpressionListList of Expressions that make up a where or having clause.Interfacecom.avaje.ebeanEBean
ExternalTransactionManagerProvides awareness of externally managed transactions.Interfacecom.avaje.ebean.configEBean
FetchConfigDefines the configuration options for a "query fetch" or a"lazy loading fetch".Classcom.avaje.ebeanEBean
FilterProvides support for filtering and sorting lists of entities without goingback to the database.Interfacecom.avaje.ebeanEBean
FinderIntended to be used as a base class for 'Finder' implementations that can thenbe injected or used as public static fields on the associated entity bean.Classcom.avaje.ebeanEBean
FormulaAssign to a property to be based on a SQL formula.Classcom.avaje.ebean.annotationEBean
FutureIdsFutureIds represents the result of a background query execution for the Id's.Interfacecom.avaje.ebeanEBean
FutureListFutureList represents the result of a background query execution that willreturn a list of entities.Interfacecom.avaje.ebeanEBean
FutureRowCountRepresents the result of a background query execution for the total row countIt extends the java.Interfacecom.avaje.ebeanEBean
H2DbEncryptH2 encryption support via encrypt decrypt function.Classcom.avaje.ebean.config.dbplatformEBean
H2HistorySupportRuntime support for @History with H2.Classcom.avaje.ebean.config.dbplatformEBean
H2HistoryTriggerH2 database trigger used to populate history tables to support the @History feature.Classcom.avaje.ebean.config.dbplatformEBean
H2PlatformH2 specific platform.Classcom.avaje.ebean.config.dbplatformEBean
H2SequenceIdGeneratorH2 specific sequence Id Generator.Classcom.avaje.ebean.config.dbplatformEBean
HistoryClasscom.avaje.ebean.annotationEBean
HistoryExcludeMarks a property as being excluded from history.Classcom.avaje.ebean.annotationEBean
HsqldbPlatformH2 specific platform.Classcom.avaje.ebean.config.dbplatformEBean
IdGeneratorGenerates unique id's for objects.Interfacecom.avaje.ebean.config.dbplatformEBean
IdTypeThe types of Identity generation that can be defined.Classcom.avaje.ebean.config.dbplatformEBean
IndexAn annotation for declaring an index on a single column.Classcom.avaje.ebean.annotationEBean
JsonConfigConfiguration for JSON features.Classcom.avaje.ebean.configEBean
JsonContextConverts objects to and from JSON format.Interfacecom.avaje.ebean.text.jsonEBean
JsonIgnoreSimilar to Jackson JsonIgnore but provides the option to just ignore serialize or deserialize.Classcom.avaje.ebean.annotationEBean
JsonIOExceptionUnchecked exception thrown when an IOException occurs in json processing.Classcom.avaje.ebean.text.jsonEBean
JsonReadBeanVisitorProvides for custom handling of json content as it is read.Interfacecom.avaje.ebean.text.jsonEBean
JsonReadOptionsProvides the ability to customise the reading of JSON content.Classcom.avaje.ebean.text.jsonEBean
JsonScalarWrites any scalar type known to Ebean the Jackson generator.Interfacecom.avaje.ebean.text.jsonEBean
JsonWriteBeanVisitorAllows for customising the JSON write processing.Interfacecom.avaje.ebean.text.jsonEBean
JsonWriteOptionsProvides options for customising the JSON write process.Classcom.avaje.ebean.text.jsonEBean
JsonWriterWraps an underlying JsonGenerator taking into account null suppression and exposing isIncludeEmpty() etc.Interfacecom.avaje.ebean.text.jsonEBean
JunctionRepresents a Conjunction or a Disjunction.Interfacecom.avaje.ebeanEBean
LikeTypeUsed to specify the type of like matching used.Classcom.avaje.ebeanEBean
LimitOffsetSqlLimiterAdds LIMIT OFFSET clauses to a SQL query.Classcom.avaje.ebean.config.dbplatformEBean
MatchingNamingConventionThe JPA naming convention where column names match property names and tablenames match entity names.Classcom.avaje.ebean.configEBean
MetaBeanInfoCollect the current query plan statistics return all the statistics (include query plans that haven't had query executions).Interfacecom.avaje.ebean.metaEBean
MetaInfoManagerProvides access to the meta data in EbeanServer such as query execution statistics.Interfacecom.avaje.ebean.metaEBean
MetaObjectGraphNodeStatsStatistics for query execution based on object graph origin and paths.Interfacecom.avaje.ebean.metaEBean
MetaQueryPlanOriginCountHolds a query 'origin' point and count for the number of queries executed forThis basically points to the bit of original code and query that results inInterfacecom.avaje.ebean.metaEBean
MetaQueryPlanStatisticQuery execution statistics Meta data.Interfacecom.avaje.ebean.metaEBean
ModelA MappedSuperclass base class that provides convenience methods for inserting, updating andBy having your entity beans extend this it provides a 'Active Record' style programming model forClasscom.avaje.ebeanEBean
MsSqlServer2000PlatformMicrosoft SQL Server 2000 specific platform.Classcom.avaje.ebean.config.dbplatformEBean
MsSqlServer2005PlatformMicrosoft SQL Server 2005 specific platform.Classcom.avaje.ebean.config.dbplatformEBean
MsSqlServer2005SqlLimiterUse top and row_number() function to limit sql results.Classcom.avaje.ebean.config.dbplatformEBean
MySqlBlobSupport for blob, mediumblob or longblob selection based on the deploymentIf no deployment length is defined longblob is used.Classcom.avaje.ebean.config.dbplatformEBean
MySqlClobSupport for text, mediumtext or longtext selection based on the deploymentIf no deployment length is defined longtext is used.Classcom.avaje.ebean.config.dbplatformEBean
MySqlDbEncryptMySql aes_encrypt aes_decrypt based encryption support.Classcom.avaje.ebean.config.dbplatformEBean
MySqlHistorySupportRuntime support for @History with MySql.Classcom.avaje.ebean.config.dbplatformEBean
MySqlPlatformMySQL specific platform.Classcom.avaje.ebean.config.dbplatformEBean
NamedUpdateAn Update statement for a particular entity bean type.Classcom.avaje.ebean.annotationEBean
NamedUpdatesHolds an array of named Update statements for a particular entity bean type.Classcom.avaje.ebean.annotationEBean
NamingConventionDefines the naming convention for converting between logical propertynames/entity names and physical DB column names/table names.Interfacecom.avaje.ebean.configEBean
NodeUsageCollectorCollects profile information for a bean (or reference/proxy bean) at a given node.Classcom.avaje.ebean.beanEBean
NodeUsageListenerCollects the profile information.Interfacecom.avaje.ebean.beanEBean
ObjectGraphNodeIdentifies a unique node of an object graph.Classcom.avaje.ebean.beanEBean
ObjectGraphOriginRepresents a "origin" of an ORM object graph.Classcom.avaje.ebean.beanEBean
OracleDbEncryptOracle encryption support.Classcom.avaje.ebean.config.dbplatformEBean
OracleDbHistorySupportOracle Total recall based history support.Classcom.avaje.ebean.config.dbplatformEBean
OraclePlatformOracle10 and greater specific platform.Classcom.avaje.ebean.config.dbplatformEBean
OracleSequenceIdGeneratorOracle specific sequence Id Generator.Classcom.avaje.ebean.config.dbplatformEBean
OrderByRepresents an Order By for a Query.Classcom.avaje.ebeanEBean
PagedListRepresents a page of results.Interfacecom.avaje.ebeanEBean
PathPropertiesThis is a Tree like structure of paths and properties that can be used fordefining which parts of an object graph to render in JSON or XML, and canClasscom.avaje.ebean.textEBean
PersistBatchDefines the mode for JDBC batch processing.Classcom.avaje.ebean.configEBean
PersistenceContextHolds entity beans by there type and id.Interfacecom.avaje.ebean.beanEBean
PersistenceContextScopeenum PersistenceContextScopeDefines the scope for PersistenceContext.Classcom.avaje.ebeanEBean
Postgres8PlatformPostgres v8.Classcom.avaje.ebean.config.dbplatformEBean
PostgresDbEncryptPostgres pgp_sym_encrypt pgp_sym_decrypt based encryption support.Classcom.avaje.ebean.config.dbplatformEBean
PostgresHistorySupportPostgres support for history features.Classcom.avaje.ebean.config.dbplatformEBean
PostgresPlatformPostgres v9 specific platform.Classcom.avaje.ebean.config.dbplatformEBean
PostgresSequenceIdGeneratorPostgres specific sequence Id Generator.Classcom.avaje.ebean.config.dbplatformEBean
PrivateOwnedSpecify that the elements of a OneToMany are private owned.Classcom.avaje.ebean.annotationEBean
PropertiesWrapperClasscom.avaje.ebean.configEBean
PropertyMapA map like structure of properties.Classcom.avaje.ebean.configEBean
QueryObject relational query for finding a List, Set, Map or single entity bean.Interfacecom.avaje.ebeanEBean
QueryEachConsumerUsed to process a query result one bean at a time via a callback to thisIf you wish to stop further processing return false from the accept method.Interfacecom.avaje.ebeanEBean
QueryEachWhileConsumerUsed to process a query result one bean at a time via a callback to thisIf you wish to stop further processing return false from the accept method.Interfacecom.avaje.ebeanEBean
QueryIteratorUsed to provide iteration over query results.Interfacecom.avaje.ebeanEBean
RawSqlUsed to build object graphs based on a raw SQL statement (rather thangenerated by Ebean).Classcom.avaje.ebeanEBean
RawSqlBuilderBuilds RawSql instances from a SQL string and column mappings.Classcom.avaje.ebeanEBean
ReadAuditClasscom.avaje.ebean.annotationEBean
ReadAuditLoggerLog that the query was executedAudit a find bean query that returned a bean.Interfacecom.avaje.ebean.event.readauditEBean
ReadAuditPrepareSet user context information into the read event prior to it being logged.Interfacecom.avaje.ebean.event.readauditEBean
ReadAuditQueryPlanA SQL query and associated keys.Classcom.avaje.ebean.event.readauditEBean
ReadEventRead event sent to the ReadEventLogger.Classcom.avaje.ebean.event.readauditEBean
RowNumberSqlLimiterAdds the ROW_NUMBER() OVER function to a query.Classcom.avaje.ebean.config.dbplatformEBean
RownumSqlLimiterAdd ROWNUM column etc around SQL query to limit results.Classcom.avaje.ebean.config.dbplatformEBean
ScalarTypeConverterUsed to convert between a value object and a known scalar type.Interfacecom.avaje.ebean.configEBean
SequenceIdGeneratorDatabase sequence based IdGenerator.Classcom.avaje.ebean.config.dbplatformEBean
ServerCacheRepresents part of the "L2" server side cache.Interfacecom.avaje.ebean.cacheEBean
ServerCacheFactoryDefines method for constructing caches for beans and queries.Interfacecom.avaje.ebean.cacheEBean
ServerCacheManagerThe cache service for server side caching of beans and query results.Interfacecom.avaje.ebean.cacheEBean
ServerCacheOptionsOptions for controlling a cache.Classcom.avaje.ebean.cacheEBean
ServerCacheStatisticsThe statistics collected per cache.Classcom.avaje.ebean.cacheEBean
ServerConfigThe configuration used for creating a EbeanServer.Classcom.avaje.ebean.configEBean
ServerConfigStartupUsed to configure the server on startup.Interfacecom.avaje.ebean.eventEBean
SimpleSequenceIdGeneratorA very simple Database sequence based IdGenerator.Classcom.avaje.ebean.config.dbplatformEBean
SpiBeanTypeInformation and methods on BeanDescriptors made available to plugins.Interfacecom.avaje.ebean.pluginEBean
SpiContainerCreates the EbeanServer implementations.Interfacecom.avaje.ebean.commonEBean
SpiServerExtensions to EbeanServer API made available to plugins.Interfacecom.avaje.ebean.pluginEBean
SpiServerPluginA 'plugin' that wants to be configured on startup so it can use features of the EbeanServer itself.Interfacecom.avaje.ebean.pluginEBean
SqlSpecify explicit sql for multiple select statements.Classcom.avaje.ebean.annotationEBean
SqlAnywhereLimiterUse top xx and start at xx to limit sql results.Classcom.avaje.ebean.config.dbplatformEBean
SqlAnywherePlatformSybase SQL Anywhere specific platform.Classcom.avaje.ebean.config.dbplatformEBean
SqlFutureListThe SqlFutureList represents the result of a background SQL query execution.Interfacecom.avaje.ebeanEBean
SQLitePlatformClasscom.avaje.ebean.config.dbplatformEBean
SqlLimiterAdds SQL limiting to a query (such as LIMIT OFFSET).Interfacecom.avaje.ebean.config.dbplatformEBean
SqlLimitRequestThe request object for the query that can have sql limiting applied to it(such as a LIMIT OFFSET clause).Interfacecom.avaje.ebean.config.dbplatformEBean
SqlLimitResponseThe resulting SQL from a SqlLimit process.Classcom.avaje.ebean.config.dbplatformEBean
SqlQueryQuery object for performing native SQL queries that return SqlRow's.Interfacecom.avaje.ebeanEBean
SqlQueryListenerProvides a mechanism for processing a SqlQuery one SqlRow at a time.Interfacecom.avaje.ebeanEBean
SqlRowUsed to return raw SQL query results.Interfacecom.avaje.ebeanEBean
SqlSelectSpecify an explicit sql select statement to use for querying an entity bean.Classcom.avaje.ebean.annotationEBean
SqlUpdateA SqlUpdate for executing insert update or delete statements.Interfacecom.avaje.ebeanEBean
StringFormatterConvert an Object value into a String value.Interfacecom.avaje.ebean.textEBean
StringParserConvert a String value into an Object value.Interfacecom.avaje.ebean.textEBean
TableNameTableName holds catalog, schema and table name.Classcom.avaje.ebean.configEBean
TextExceptionAn exception occurred typically in processing CSV, JSON or XML.Classcom.avaje.ebean.textEBean
TimeStringParserParser for TIME types that supports both HH:mm:ss and HH:mm.Classcom.avaje.ebean.textEBean
TransactionThe Transaction object.Interfacecom.avaje.ebeanEBean
TransactionalSpecify transaction scoping for a method.Classcom.avaje.ebean.annotationEBean
TransactionCallbackProvides a callback that can be registered with a Transaction.Interfacecom.avaje.ebeanEBean
TransactionCallbackAdapterAdapter that can be extended for easier implementation of TransactionCallback.Classcom.avaje.ebeanEBean
TransactionEventListenerUsed to get notified about commit or rollback of a transactionCalled after the transaction has been committedInterfacecom.avaje.ebean.eventEBean
TransactionEventListenerAdapterA no operation implementation of TransactionEventListener.Classcom.avaje.ebean.eventEBean
TxCallableExecute a TxCallable in a Transaction scope.Interfacecom.avaje.ebeanEBean
TxIsolationThe Transaction Isolation levels.Classcom.avaje.ebeanEBean
TxnStateTransaction state when ChangeSets are sent to the ChangeSetListener.Classcom.avaje.ebean.event.changelogEBean
TxRunnableExecute a TxRunnable in a Transaction scope.Interfacecom.avaje.ebeanEBean
TxScopeHolds the definition of how a transactional method should run.Classcom.avaje.ebeanEBean
TxTypeUsed to define the transactional scope for executing a method.Classcom.avaje.ebeanEBean
UnderscoreNamingConventionConverts between Camel Case and Underscore based names for both table andcolumn names (and is the default naming convention in Ebean).Classcom.avaje.ebean.configEBean
UpdateAn Insert Update or Delete statement.Interfacecom.avaje.ebeanEBean
UpdatedTimestampClasscom.avaje.ebean.annotationEBean
UpdateModeSpecify the update mode for the specific entity type.Classcom.avaje.ebean.annotationEBean
ValuePairHolds two values as the result of a difference comparison.Classcom.avaje.ebeanEBean
VersionWraps a version of a @History bean.Classcom.avaje.ebeanEBean
WhenCreatedFor a timestamp property that is set to the datetime when the entity isThis is effectively an alias for @CreatedTimestamp and added to hintClasscom.avaje.ebean.annotationEBean
WhenModifiedClasscom.avaje.ebean.annotationEBean
WhereAdd an Literal to add to the where clause when a many property (List, Set orMap) is loaded or refreshed.Classcom.avaje.ebean.annotationEBean
WhoCreatedMapped onto a entity bean property that represents the user id ofwho created the entity>Classcom.avaje.ebean.annotationEBean
WhoModifiedMapped onto a entity bean property that represents the user id ofwho last modified the entity>Classcom.avaje.ebean.annotationEBean