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 DatabaseBuilderDatabaseBuilder.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 TypeClassDescriptionclassProvides some base implementation for NamingConventions.classThe 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).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).