-
- Enclosing class:
- DbConstraintNaming
public static interface DbConstraintNaming.MaxLengthDefines how constraint names are shortened if required based on platform limitations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringmaxLength(String constraintName, int count)Truncate or shorten the constraint name to support DB platform limitations.
-