Uses of Interface
io.ebean.config.DbConstraintNaming.MaxLength
-
Packages that use DbConstraintNaming.MaxLength Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of DbConstraintNaming.MaxLength in io.ebean.config
Methods in io.ebean.config that return DbConstraintNaming.MaxLength Modifier and Type Method Description DbConstraintNaming.MaxLength
DbConstraintNaming. getMaxLength()
Return the MaxLength implementation used to truncate/shorten db constraint names as necessary.Methods in io.ebean.config with parameters of type DbConstraintNaming.MaxLength Modifier and Type Method Description void
DbConstraintNaming. setMaxLength(DbConstraintNaming.MaxLength maxLength)
Set the MaxLength implementation used to truncate/shorten db constraint names as necessary.
-