Uses of Interface
io.ebean.config.NamingConvention
-
Packages that use NamingConvention Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of NamingConvention in io.ebean.config
Classes in io.ebean.config that implement NamingConvention Modifier and Type Class Description classAbstractNamingConventionProvides some base implementation for NamingConventions.classMatchingNamingConventionThe JPA naming convention where column names match property names and table names match entity names.classUnderscoreNamingConventionConverts between Camel Case and Underscore based names for both table and column names (and is the default naming convention in Ebean).Methods in io.ebean.config that return NamingConvention Modifier and Type Method Description NamingConventionDatabaseConfig. getNamingConvention()Return the NamingConvention.Methods in io.ebean.config with parameters of type NamingConvention Modifier and Type Method Description voidDatabaseConfig. setNamingConvention(NamingConvention namingConvention)Set the NamingConvention.
-