public static class Restrictions.ExampleRestriction extends Restrictions.Restriction
| Modifier and Type | Method and Description |
|---|---|
boolean |
areZeroesExcluded() |
Restrictions.ExampleRestriction |
disabledIfValueIsNull()
The restriction will not be used in case the value for restriction is null
|
Restrictions.ExampleRestriction |
enableLike() |
Restrictions.ExampleRestriction |
excludeNone() |
Restrictions.ExampleRestriction |
excludeZeroes() |
Restrictions.ExampleRestriction |
ignoreCase() |
boolean |
isCaseIgnored() |
boolean |
isExcludeNone() |
boolean |
isLikeEnabled() |
isDisabledIfValueIsNullpublic Restrictions.ExampleRestriction ignoreCase()
public Restrictions.ExampleRestriction enableLike()
public Restrictions.ExampleRestriction excludeZeroes()
public Restrictions.ExampleRestriction excludeNone()
public boolean isLikeEnabled()
public boolean areZeroesExcluded()
public boolean isCaseIgnored()
public boolean isExcludeNone()
public Restrictions.ExampleRestriction disabledIfValueIsNull()
Restrictions.RestrictiondisabledIfValueIsNull in class Restrictions.RestrictionRestrictions with disabledIfValueIsNull set to trueCopyright © 2007–2014 Semochkin Vitaly Evgenevich. All rights reserved.