Uses of Interface
io.ebean.config.NamingConvention
-
Uses of NamingConvention in io.ebean.config
Modifier and TypeClassDescriptionclass
Provides some base implementation for NamingConventions.class
The JPA naming convention where column names match property names and table names match entity names.class
Converts between Camel Case and Underscore based names for both table and column names (and is the default naming convention in Ebean).Modifier and TypeMethodDescriptionDatabaseConfig.getNamingConvention()
Return the NamingConvention.Modifier and TypeMethodDescriptionvoid
DatabaseConfig.setNamingConvention
(NamingConvention namingConvention) Set the NamingConvention.