Uses of Class
com.avaje.ebean.config.AbstractNamingConvention

Packages that use AbstractNamingConvention
com.avaje.ebean.config Configuration settings for EbeanServer construction 
 

Uses of AbstractNamingConvention in com.avaje.ebean.config
 

Subclasses of AbstractNamingConvention in com.avaje.ebean.config
 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).
 



Copyright © 2010. All Rights Reserved.