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
Fields in io.ebean.config declared as DbConstraintNaming.MaxLength Modifier and Type Field Description protected DbConstraintNaming.MaxLengthDbConstraintNaming. maxLengthMethods 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.
-