| Modifier and Type | Class and Description |
|---|---|
static class |
Restrictions.CaseAwareRestriction
Case sensitivity aware restriction.
|
static class |
Restrictions.EmptinessAwareRestriction
This restriction allows to disable IN statement in case it is empty;
|
static class |
Restrictions.ExampleRestriction
Restriction for Hibernate example criteria.
|
| Modifier and Type | Method and Description |
|---|---|
Restrictions.Restriction |
Restrictions.Restriction.disabledIfValueIsNull()
The restriction will not be used in case the value for restriction is null
|
static Restrictions.Restriction |
Restrictions.ilike() |
static Restrictions.Restriction |
Restrictions.isEmpty() |
static Restrictions.Restriction |
Restrictions.isNull() |
static Restrictions.Restriction |
Restrictions.notEmpty() |
static Restrictions.Restriction |
Restrictions.notNull() |
static Restrictions.Restriction |
Restrictions.propertyEqual() |
static Restrictions.Restriction |
Restrictions.propertyGreater() |
static Restrictions.Restriction |
Restrictions.propertyGreaterOrEqual() |
static Restrictions.Restriction |
Restrictions.propertyLess() |
static Restrictions.Restriction |
Restrictions.propertyLessOrEqual() |
static Restrictions.Restriction[] |
HibernateRepositoryUtils.r(Restrictions.Restriction... restrictions)
A short version of method to avoid creating arrays of parameters with new
Restrictions [ ]{Restriction.someRestrcion1,Restriction.someRestrcion2} approach |
static Restrictions.Restriction[] |
HibernateRepositoryUtils.restrictions(Restrictions.Restriction... restrictions)
A method to avoid creating arrays of parameters with new
Restrictions [ ]{Restriction.someRestrcion1,Restriction.someRestrcion2} approach |
static Restrictions.Restriction |
Restrictions.sizeEqual() |
static Restrictions.Restriction |
Restrictions.sizeGreater() |
static Restrictions.Restriction |
Restrictions.sizeGreaterOrEqual() |
static Restrictions.Restriction |
Restrictions.sizeLess() |
static Restrictions.Restriction |
Restrictions.sizeLessOrEqual() |
| Modifier and Type | Method and Description |
|---|---|
static Restrictions.Restriction[] |
HibernateRepositoryUtils.r(Restrictions.Restriction... restrictions)
A short version of method to avoid creating arrays of parameters with new
Restrictions [ ]{Restriction.someRestrcion1,Restriction.someRestrcion2} approach |
static Restrictions.Restriction[] |
HibernateRepositoryUtils.restrictions(Restrictions.Restriction... restrictions)
A method to avoid creating arrays of parameters with new
Restrictions [ ]{Restriction.someRestrcion1,Restriction.someRestrcion2} approach |
Copyright © 2007–2014 Semochkin Vitaly Evgenevich. All rights reserved.