Uses of Class
io.ebean.config.AbstractNamingConvention
Packages that use AbstractNamingConvention
-
Uses of AbstractNamingConvention in io.ebean.config
Subclasses of AbstractNamingConvention in io.ebean.configModifier and TypeClassDescriptionclassThe JPA naming convention where column names match property names and table names match entity names.classConverts between Camel Case and Underscore based names for both table and column names (and is the default naming convention in Ebean).