Uses of Class
io.ebean.config.TableName
-
Uses of TableName in io.ebean.config
Modifier and TypeMethodDescriptionAbstractNamingConvention.getM2MJoinTableName
(TableName lhsTable, TableName rhsTable) NamingConvention.getM2MJoinTableName
(TableName lhsTable, TableName rhsTable) Returns the ManyToMany join table name (aka the intersection table).AbstractNamingConvention.getTableName
(Class<?> beanClass) Returns the table name for a given entity bean.NamingConvention.getTableName
(Class<?> beanClass) Returns the table name for a given Class.protected abstract TableName
AbstractNamingConvention.getTableNameByConvention
(Class<?> beanClass) Return the tableName using the naming convention (rather than deployed Table annotation).MatchingNamingConvention.getTableNameByConvention
(Class<?> beanClass) UnderscoreNamingConvention.getTableNameByConvention
(Class<?> beanClass) Returns the last part of the class name.protected TableName
AbstractNamingConvention.getTableNameFromAnnotation
(Class<?> beanClass) Gets the table name from annotation.Modifier and TypeMethodDescriptionEncryptDeployManager.getEncryptDeploy
(TableName table, String column) Return true if the table column is encrypted.AbstractNamingConvention.getM2MJoinTableName
(TableName lhsTable, TableName rhsTable) NamingConvention.getM2MJoinTableName
(TableName lhsTable, TableName rhsTable) Returns the ManyToMany join table name (aka the intersection table).