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.MaxLengthDbConstraintNaming. 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 voidDbConstraintNaming. setMaxLength(DbConstraintNaming.MaxLength maxLength)Set the MaxLength implementation used to truncate/shorten db constraint names as necessary.
-