Uses of Interface
io.ebean.config.DbConstraintNaming.MaxLength
Packages that use DbConstraintNaming.MaxLength
-
Uses of DbConstraintNaming.MaxLength in io.ebean.config
Methods in io.ebean.config that return DbConstraintNaming.MaxLengthModifier and TypeMethodDescriptionDbConstraintNaming.getMaxLength()Return the MaxLength implementation used to truncate/shorten db constraint names as necessary.Methods in io.ebean.config with parameters of type DbConstraintNaming.MaxLengthModifier and TypeMethodDescriptionvoidDbConstraintNaming.setMaxLength(DbConstraintNaming.MaxLength maxLength) Set the MaxLength implementation used to truncate/shorten db constraint names as necessary.