Uses of Class
io.ebean.config.TableName
-
Packages that use TableName Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of TableName in io.ebean.config
Methods in io.ebean.config that return TableName Modifier and Type Method 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
MatchingNamingConvention. getTableNameByConvention(Class<?> beanClass)
TableName
UnderscoreNamingConvention. getTableNameByConvention(Class<?> beanClass)
Returns the last part of the class name.Methods in io.ebean.config with parameters of type TableName Modifier and Type Method 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).
-