Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.avaje.ebean.config Classes and Interfaces - 85 results found.
NameDescriptionTypePackageFramework
AbstractDbEncryptBase type for DB platform specific Encryption.Classcom.avaje.ebean.config.dbplatformEBean
AbstractNamingConventionProvides some base implementation for NamingConventions.Classcom.avaje.ebean.configEBean
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
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
ContainerConfigConfiguration for the container that holds the EbeanServer instances.Classcom.avaje.ebean.configEBean
ContainerConfig .ClusterModeCommunication mode used for clustering.Classcom.avaje.ebean.configEBean
ContainerConfig .MulticastConfigThe configuration for clustering using Multicast networking.Classcom.avaje.ebean.configEBean
ContainerConfig .SocketConfigConfiguration for clustering using TCP sockets.Classcom.avaje.ebean.configEBean
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
DatabasePlatform .OnQueryOnlyBehavior used when ending a query only transaction (at read committed isolation level).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
DbConstraintNaming .MaxLengthDefines how constraint names are shortened if required based on platform limitations.Interfacecom.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
DbIdentityDefines the identity/sequence behaviour for the database.Classcom.avaje.ebean.config.dbplatformEBean
DbMigrationConfigConfiguration for the DB migration processing.Classcom.avaje.ebean.configEBean
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
EncryptDeployDefine the encryption options for a bean property.Classcom.avaje.ebean.configEBean
EncryptDeploy .ModeThe Encryption mode.Classcom.avaje.ebean.configEBean
EncryptDeployManagerProgrammatically define which database columns are encrypted.Interfacecom.avaje.ebean.configEBean
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
ExternalTransactionManagerProvides awareness of externally managed transactions.Interfacecom.avaje.ebean.configEBean
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
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
JsonConfigConfiguration for JSON features.Classcom.avaje.ebean.configEBean
JsonConfig .DateTimeDefined the format used for DateTime types.Classcom.avaje.ebean.configEBean
JsonConfig .IncludeInclude all values including null and empty collections.Classcom.avaje.ebean.configEBean
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
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
NamingConventionDefines the naming convention for converting between logical propertynames/entity names and physical DB column names/table names.Interfacecom.avaje.ebean.configEBean
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
PersistBatchDefines the mode for JDBC batch processing.Classcom.avaje.ebean.configEBean
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
PropertiesWrapperClasscom.avaje.ebean.configEBean
PropertyMapA map like structure of properties.Classcom.avaje.ebean.configEBean
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
ServerConfigThe configuration used for creating a EbeanServer.Classcom.avaje.ebean.configEBean
SimpleSequenceIdGeneratorA very simple Database sequence based IdGenerator.Classcom.avaje.ebean.config.dbplatformEBean
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
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
TableNameTableName holds catalog, schema and table name.Classcom.avaje.ebean.configEBean
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