public static class BaseCriteria.BetweenCriterion extends BaseCriteria.AbstractCriterion
Modifier and Type | Field and Description |
---|---|
protected Object |
max |
protected Object |
min |
accessor
Constructor and Description |
---|
BaseCriteria.BetweenCriterion(PropertyAccessor accessor,
Object min,
Object max) |
Modifier and Type | Method and Description |
---|---|
Object |
getMax() |
Object |
getMin() |
getPropertyAccessor