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 class
AbstractNamingConvention
Provides some base implementation for NamingConventions.class
MatchingNamingConvention
The JPA naming convention where column names match property names and table names match entity names.class
UnderscoreNamingConvention
Converts 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 NamingConvention
DatabaseConfig. getNamingConvention()
Return the NamingConvention.Methods in io.ebean.config with parameters of type NamingConvention Modifier and Type Method Description void
DatabaseConfig. setNamingConvention(NamingConvention namingConvention)
Set the NamingConvention.
-