| Package | Description |
|---|---|
| io.ebean.config |
Configuration settings for EbeanServer construction
|
| 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.
|
Copyright © 2019. All rights reserved.