| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| com.avaje.ebean.config.dbplatform |
Database platform specific support
|
| com.avaje.ebean.dbmigration |
Generation DDL migration scripts based on changes to the model.
|
| com.avaje.ebean.plugin |
Provides a API for plugins.
|
| Modifier and Type | Field and Description |
|---|---|
protected DatabasePlatform |
AbstractNamingConvention.databasePlatform
The database platform.
|
| Modifier and Type | Method and Description |
|---|---|
DatabasePlatform |
ServerConfig.getDatabasePlatform()
Return the database platform to use for this server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfig.setDatabasePlatform(DatabasePlatform databasePlatform)
Explicitly set the database platform to use.
|
void |
AbstractNamingConvention.setDatabasePlatform(DatabasePlatform databasePlatform) |
void |
NamingConvention.setDatabasePlatform(DatabasePlatform databasePlatform)
Set the associated DatabasePlaform.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DB2Platform
DB2 specific platform.
|
class |
H2Platform
H2 specific platform.
|
class |
HsqldbPlatform
H2 specific platform.
|
class |
MsSqlServer2000Platform
Microsoft SQL Server 2000 specific platform.
|
class |
MsSqlServer2005Platform
Microsoft SQL Server 2005 specific platform.
|
class |
MySqlPlatform
MySQL specific platform.
|
class |
OraclePlatform
Oracle10 and greater specific platform.
|
class |
Postgres8Platform
Postgres v8.3 specific platform.
|
class |
PostgresPlatform
Postgres v9 specific platform.
|
class |
SqlAnywherePlatform
Sybase SQL Anywhere specific platform.
|
class |
SQLitePlatform |
| Modifier and Type | Method and Description |
|---|---|
DatabasePlatform |
SqlLimitRequest.getDbPlatform()
return the database platform
|
| Modifier and Type | Field and Description |
|---|---|
protected DatabasePlatform |
DbMigration.databasePlatform |
DatabasePlatform |
DbMigration.Pair.platform
The platform to generate the DDL for.
|
| Modifier and Type | Method and Description |
|---|---|
protected DatabasePlatform |
DbMigration.getPlatform(DbPlatformName platform)
Return the DatabasePlatform given the platform key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DbMigration.setPlatform(DatabasePlatform databasePlatform)
Set the specific platform to generate DDL for.
|
| Constructor and Description |
|---|
Pair(DatabasePlatform platform,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
DatabasePlatform |
SpiServer.getDatabasePlatform()
Return the DatabasePlatform for this server.
|
Copyright © 2016. All rights reserved.