| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| com.avaje.ebeaninternal.server.ddl | |
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.parse |
Deployment information parsing
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNamingConvention
Provides some base implementation for NamingConventions.
|
class |
MatchingNamingConvention
The JPA naming convention where column names match property names and table
names match entity names.
|
class |
UnderscoreNamingConvention
Converts between Camel Case and Underscore based names for both table and
column names (and is the default naming convention in Ebean).
|
| Modifier and Type | Method and Description |
|---|---|
NamingConvention |
ServerConfig.getNamingConvention()
Return the NamingConvention.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfig.setNamingConvention(NamingConvention namingConvention)
Set the NamingConvention.
|
| Modifier and Type | Method and Description |
|---|---|
NamingConvention |
DdlGenContext.getNamingConvention() |
| Constructor and Description |
|---|
DdlGenContext(DatabasePlatform dbPlatform,
NamingConvention namingConvention) |
| Modifier and Type | Method and Description |
|---|---|
NamingConvention |
BeanDescriptorManager.getNamingConvention() |
protected NamingConvention |
DRawSqlSelectBuilder.getNamingConvention() |
| Constructor and Description |
|---|
DRawSqlSelectBuilder(NamingConvention namingConvention,
BeanDescriptor<?> desc,
DRawSqlMeta sqlSelectMeta) |
| Modifier and Type | Field and Description |
|---|---|
protected NamingConvention |
AnnotationBase.namingConvention |
| Modifier and Type | Method and Description |
|---|---|
NamingConvention |
DeployUtil.getNamingConvention() |
Copyright © 2014. All Rights Reserved.