|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableName | |
---|---|
com.avaje.ebean.config | Configuration settings for EbeanServer construction |
Uses of TableName in com.avaje.ebean.config |
---|
Methods in com.avaje.ebean.config that return TableName | |
---|---|
TableName |
NamingConvention.getM2MJoinTableName(TableName lhsTable,
TableName rhsTable)
Returns the ManyToMany join table name (aka the intersection table). |
TableName |
AbstractNamingConvention.getM2MJoinTableName(TableName lhsTable,
TableName rhsTable)
|
TableName |
NamingConvention.getTableName(Class<?> beanClass)
Returns the table name for a given Class. |
TableName |
AbstractNamingConvention.getTableName(Class<?> beanClass)
Returns the table name for a given entity bean. |
TableName |
UnderscoreNamingConvention.getTableNameByConvention(Class<?> beanClass)
Returns the last part of the class name. |
TableName |
MatchingNamingConvention.getTableNameByConvention(Class<?> beanClass)
|
Methods in com.avaje.ebean.config with parameters of type TableName | |
---|---|
EncryptDeploy |
EncryptDeployManager.getEncryptDeploy(TableName table,
String column)
Return true if the table column is encrypted. |
TableName |
NamingConvention.getM2MJoinTableName(TableName lhsTable,
TableName rhsTable)
Returns the ManyToMany join table name (aka the intersection table). |
TableName |
AbstractNamingConvention.getM2MJoinTableName(TableName lhsTable,
TableName rhsTable)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |