Uses of Interface
io.ebean.config.NamingConvention
Packages that use NamingConvention
Package
Description
Configuration settings for Database construction
-
Uses of NamingConvention in io.ebean
Methods in io.ebean that return NamingConventionModifier and TypeMethodDescriptionDatabaseBuilder.Settings.getNamingConvention()
Return the NamingConvention.Methods in io.ebean with parameters of type NamingConventionModifier and TypeMethodDescriptiondefault DatabaseBuilder
DatabaseBuilder.namingConvention
(NamingConvention namingConvention) Set the NamingConvention.DatabaseBuilder.setNamingConvention
(NamingConvention namingConvention) Deprecated. -
Uses of NamingConvention in io.ebean.config
Classes in io.ebean.config that implement NamingConventionModifier 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).Methods in io.ebean.config that return NamingConventionMethods in io.ebean.config with parameters of type NamingConventionModifier and TypeMethodDescriptionDatabaseConfig.setNamingConvention
(NamingConvention namingConvention)
DatabaseBuilder.namingConvention(NamingConvention)
.