public class JpaConstraintBuilder extends Object
| Constructor and Description |
|---|
JpaConstraintBuilder() |
public JpaConstraintBuilder withTableName(String tableName)
public JpaConstraintBuilder withColumnName(String columnName)
public JpaConstraintBuilder withIsNullable(Boolean isNullable)
public JpaConstraintBuilder withIsOptional(Boolean isOptional)
public JpaConstraintBuilder withMinValue(Long minValue)
public JpaConstraintBuilder withMaxValue(Long maxValue)
public JpaConstraintBuilder withEnumValuesAsStrings(List<String> enumValuesAsStrings)
public JpaConstraintBuilder withDecimalMinValue(String decimalMinValue)
public JpaConstraintBuilder withDecimalMaxValue(String decimalMaxValue)
public JpaConstraintBuilder withIsNotBlank(Boolean isNotBlank)
public JpaConstraintBuilder withIsEmail(Boolean isEmail)
public JpaConstraintBuilder withIsNegative(Boolean isNegative)
public JpaConstraintBuilder withIsNegativeOrZero(Boolean isNegativeOrZero)
public JpaConstraintBuilder withIsPositive(Boolean isPositive)
public JpaConstraintBuilder withIsPositiveOrZero(Boolean isPositiveOrZero)
public JpaConstraintBuilder withIsFuture(Boolean isFuture)
public JpaConstraintBuilder withIsFutureOrPresent(Boolean isFutureOrPresent)
public JpaConstraintBuilder withIsPast(Boolean isPast)
public JpaConstraintBuilder withIsPastOrPresent(Boolean isPastOrPresent)
public JpaConstraintBuilder withIsAlwaysNull(Boolean isAlwaysNull)
public JpaConstraintBuilder withPatternRegExp(String patternRegExp)
public JpaConstraintBuilder withSizeMin(Integer sizeMin)
public JpaConstraintBuilder withSizeMax(Integer sizeMax)
public JpaConstraintBuilder withDigitsInteger(Integer digitsInteger)
public JpaConstraintBuilder withDigitsFraction(Integer digitsFraction)
public JpaConstraint createJpaConstraint()
Copyright © 2016–2024. All rights reserved.