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 TableNameAbstractNamingConvention. getM2MJoinTableName(TableName lhsTable, TableName rhsTable)TableNameNamingConvention. getM2MJoinTableName(TableName lhsTable, TableName rhsTable)Returns the ManyToMany join table name (aka the intersection table).TableNameAbstractNamingConvention. getTableName(Class<?> beanClass)Returns the table name for a given entity bean.TableNameNamingConvention. getTableName(Class<?> beanClass)Returns the table name for a given Class.TableNameMatchingNamingConvention. getTableNameByConvention(Class<?> beanClass)TableNameUnderscoreNamingConvention. 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 EncryptDeployEncryptDeployManager. getEncryptDeploy(TableName table, String column)Return true if the table column is encrypted.TableNameAbstractNamingConvention. getM2MJoinTableName(TableName lhsTable, TableName rhsTable)TableNameNamingConvention. getM2MJoinTableName(TableName lhsTable, TableName rhsTable)Returns the ManyToMany join table name (aka the intersection table).
-