| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| com.avaje.ebean.config.dbplatform |
Database platform specific support
|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.ddl | |
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.parse |
Deployment information parsing
|
| com.avaje.ebeaninternal.server.persist.dml |
Bean DML persistence implementation
|
| com.avaje.ebeaninternal.server.query | |
| com.avaje.ebeaninternal.server.querydefn |
| 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 |
AbstractNamingConvention.setDatabasePlatform(DatabasePlatform databasePlatform) |
void |
NamingConvention.setDatabasePlatform(DatabasePlatform databasePlatform)
Set the associated DatabasePlaform.
|
void |
ServerConfig.setDatabasePlatform(DatabasePlatform databasePlatform)
Explicitly set the database platform to use.
|
| 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 |
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 |
SqlAnywherePlatform
Sybase SQL Anywhere specific platform.
|
class |
SQLitePlatform |
| Modifier and Type | Method and Description |
|---|---|
DatabasePlatform |
SqlLimitRequest.getDbPlatform()
return the database platform
|
| Modifier and Type | Method and Description |
|---|---|
DatabasePlatform |
SpiEbeanServer.getDatabasePlatform()
Return the DatabasePlatform for this server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpiEbeanPlugin.setup(SpiEbeanServer server,
DatabasePlatform dbPlatform,
ServerConfig serverConfig)
initializes the plugin.
|
| Modifier and Type | Method and Description |
|---|---|
DatabasePlatform |
DatabasePlatformFactory.create(ServerConfig serverConfig)
Create the appropriate database specific platform.
|
DatabasePlatform |
InternalConfiguration.getDatabasePlatform() |
DatabasePlatform |
DefaultServer.getDatabasePlatform() |
| Modifier and Type | Method and Description |
|---|---|
DatabasePlatform |
DdlGenContext.getDbPlatform()
Return the dbPlatform.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DdlGenerator.setup(SpiEbeanServer server,
DatabasePlatform dbPlatform,
ServerConfig serverConfig) |
| Constructor and Description |
|---|
DdlGenContext(DatabasePlatform dbPlatform,
NamingConvention namingConvention) |
| Constructor and Description |
|---|
BeanManagerFactory(ServerConfig config,
DatabasePlatform dbPlatform) |
| Modifier and Type | Field and Description |
|---|---|
protected DatabasePlatform |
AnnotationBase.databasePlatform |
| Modifier and Type | Method and Description |
|---|---|
DatabasePlatform |
DeployUtil.getDbPlatform() |
| Constructor and Description |
|---|
DmlBeanPersisterFactory(DatabasePlatform dbPlatform) |
InsertMeta(DatabasePlatform dbPlatform,
BeanDescriptor<?> desc,
Bindable shadowFKey,
BindableId id,
Bindable all) |
MetaFactory(DatabasePlatform dbPlatform) |
| Constructor and Description |
|---|
CQueryBuilder(BackgroundExecutor backgroundExecutor,
DatabasePlatform dbPlatform,
Binder binder)
Create the SqlGenSelect.
|
CQueryEngine(DatabasePlatform dbPlatform,
Binder binder,
BackgroundExecutor backgroundExecutor) |
RawSqlSelectClauseBuilder(DatabasePlatform dbPlatform,
Binder binder) |
| Modifier and Type | Method and Description |
|---|---|
DatabasePlatform |
OrmQueryLimitRequest.getDbPlatform() |
| Constructor and Description |
|---|
OrmQueryLimitRequest(String sql,
String sqlOrderBy,
SpiQuery<?> ormQuery,
DatabasePlatform dbPlatform) |
Copyright © 2014. All Rights Reserved.