Uses of Class
io.ebean.config.AbstractNamingConvention
-
Packages that use AbstractNamingConvention Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of AbstractNamingConvention in io.ebean.config
Subclasses of AbstractNamingConvention in io.ebean.config Modifier and Type Class Description 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).
-