|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DatabasePlatform | |
|---|---|
| com.avaje.ebean.config | Configuration settings for EbeanServer construction |
| com.avaje.ebean.config.dbplatform | Database platform specific support |
| Uses of DatabasePlatform in com.avaje.ebean.config |
|---|
| Methods in com.avaje.ebean.config that return DatabasePlatform | |
|---|---|
DatabasePlatform |
ServerConfig.getDatabasePlatform()
Return the database platform to use for this server. |
| Methods in com.avaje.ebean.config with parameters of type DatabasePlatform | |
|---|---|
void |
ServerConfig.setDatabasePlatform(DatabasePlatform databasePlatform)
Explicitly set the database platform to use. |
void |
NamingConvention.setDatabasePlatform(DatabasePlatform databasePlatform)
Set the associated DatabasePlaform. |
void |
AbstractNamingConvention.setDatabasePlatform(DatabasePlatform databasePlatform)
|
| Uses of DatabasePlatform in com.avaje.ebean.config.dbplatform |
|---|
| Subclasses of DatabasePlatform in com.avaje.ebean.config.dbplatform | |
|---|---|
class |
DB2Platform
DB2 specific platform. |
class |
H2Platform
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 |
Oracle10Platform
Oracle10 and greater specific platform. |
class |
Oracle9Platform
Since Ebean v2.2.0 Oracle9 is no different from Oracle10. |
class |
PostgresPlatform
Postgres v8.3 specific platform. |
class |
SQLitePlatform
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||