| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| Modifier and Type | Method and Description |
|---|---|
TableName |
AbstractNamingConvention.getM2MJoinTableName(TableName lhsTable,
TableName rhsTable) |
TableName |
NamingConvention.getM2MJoinTableName(TableName lhsTable,
TableName rhsTable)
Returns the ManyToMany join table name (aka the intersection table).
|
TableName |
AbstractNamingConvention.getTableName(Class<?> beanClass)
Returns the table name for a given entity bean.
|
TableName |
NamingConvention.getTableName(Class<?> beanClass)
Returns the table name for a given Class.
|
TableName |
UnderscoreNamingConvention.getTableNameByConvention(Class<?> beanClass)
Returns the last part of the class name.
|
protected abstract TableName |
AbstractNamingConvention.getTableNameByConvention(Class<?> beanClass)
Return the tableName using the naming convention (rather than deployed
Table annotation).
|
TableName |
MatchingNamingConvention.getTableNameByConvention(Class<?> beanClass) |
protected TableName |
AbstractNamingConvention.getTableNameFromAnnotation(Class<?> beanClass)
Gets the table name from annotation.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptDeploy |
EncryptDeployManager.getEncryptDeploy(TableName table,
String column)
Return true if the table column is encrypted.
|
TableName |
AbstractNamingConvention.getM2MJoinTableName(TableName lhsTable,
TableName rhsTable) |
TableName |
NamingConvention.getM2MJoinTableName(TableName lhsTable,
TableName rhsTable)
Returns the ManyToMany join table name (aka the intersection table).
|
Copyright © 2016. All rights reserved.