Package | Description |
---|---|
com.xpert.core.validation | |
com.xpert.faces.primefaces | |
com.xpert.persistence.query |
Modifier and Type | Method and Description |
---|---|
Restrictions |
UniqueField.getRestrictions() |
Modifier and Type | Method and Description |
---|---|
void |
UniqueField.setRestrictions(Restrictions restrictions) |
Constructor and Description |
---|
UniqueField(Restrictions restrictions,
String... constraints) |
UniqueFields(Restrictions restrictions,
String... fields) |
Modifier and Type | Method and Description |
---|---|
Restrictions |
FilterByHandler.getFilterBy(String property,
Object value) |
Modifier and Type | Method and Description |
---|---|
Restrictions |
Restrictions.add(String property,
Object value)
Add a RestrictionType.EQUALS
|
Restrictions |
Restrictions.add(String property,
RestrictionType restrictionType)
Add a restriction
|
Restrictions |
Restrictions.add(String property,
RestrictionType restrictionType,
Calendar value,
javax.persistence.TemporalType temporalType)
Add a Calendar restriction
|
Restrictions |
Restrictions.add(String property,
RestrictionType restrictionType,
Date value,
javax.persistence.TemporalType temporalType)
Add a Date restriction
|
Restrictions |
Restrictions.add(String property,
RestrictionType restrictionType,
Object value)
Add a restriction
|
Restrictions |
Restrictions.add(String property,
RestrictionType restrictionType,
Object value,
LikeType likeType)
Add a restriction
|
Restrictions |
Restrictions.addQueryString(String property)
Add a RestrictionType.QUERY_STRING
|
Restrictions |
Restrictions.addQueryString(String property,
List<QueryParameter> parameters)
Add a RestrictionType.QUERY_STRING
|
Restrictions |
Restrictions.addQueryString(String property,
QueryParameter parameter)
Add a RestrictionType.QUERY_STRING
|
Restrictions |
Restrictions.endGroup()
Add a RestrictionType.END_GROUP
|
Restrictions |
Restrictions.equals(String property,
Calendar value,
javax.persistence.TemporalType temporalType)
Add a Calendar RestrictionType.EQUALS (property '=' value)
|
Restrictions |
Restrictions.equals(String property,
Date value,
javax.persistence.TemporalType temporalType)
Add a Date RestrictionType.EQUALS (property '=' value)
|
Restrictions |
Restrictions.equals(String property,
Object value)
Add a RestrictionType.EQUALS (property '=' value)
|
Restrictions |
Restrictions.greaterEqualsThan(String property,
Calendar value,
javax.persistence.TemporalType temporalType)
Add a Calendar RestrictionType.GREATER_EQUALS_THAN (property '>=' value)
|
Restrictions |
Restrictions.greaterEqualsThan(String property,
Date value,
javax.persistence.TemporalType temporalType)
Add a Date RestrictionType.GREATER_EQUALS_THAN (property '>=' value)
|
Restrictions |
Restrictions.greaterEqualsThan(String property,
Object value)
Add a RestrictionType.GREATER_EQUALS_THAN (property '>=' value)
|
Restrictions |
Restrictions.greaterThan(String property,
Calendar value,
javax.persistence.TemporalType temporalType)
Add a Calendar RestrictionType.GREATER_THAN (property '>' value)
|
Restrictions |
Restrictions.greaterThan(String property,
Date value,
javax.persistence.TemporalType temporalType)
Add a Date RestrictionType.GREATER_THAN (property '>' value)
|
Restrictions |
Restrictions.greaterThan(String property,
Object value)
Add a RestrictionType.GREATER_THAN (property '>' value)
|
Restrictions |
Restrictions.in(String property,
Object value)
Add a RestrictionType.IN (property 'in' value)
|
Restrictions |
Restrictions.isNotNull(String property)
Add a RestrictionType.NOT_NULL (property 'is not null')
|
Restrictions |
Restrictions.isNull(String property)
Add a RestrictionType.NULL (property 'is null')
|
Restrictions |
Restrictions.lessEqualsThan(String property,
Calendar value,
javax.persistence.TemporalType temporalType)
Add a Calendar RestrictionType.LESS_EQUALS_THAN (property '<=' value)
|
Restrictions |
Restrictions.lessEqualsThan(String property,
Date value,
javax.persistence.TemporalType temporalType)
Add a Date RestrictionType.LESS_EQUALS_THAN (property '<=' value)
|
Restrictions |
Restrictions.lessEqualsThan(String property,
Object value)
Add a RestrictionType.LESS_EQUALS_THAN (property '<=' value)
|
Restrictions |
Restrictions.lessThan(String property,
Calendar value,
javax.persistence.TemporalType temporalType)
Add a Calendar RestrictionType.LESS_THAN (property '<' value)
|
Restrictions |
Restrictions.lessThan(String property,
Date value,
javax.persistence.TemporalType temporalType)
Add a Date RestrictionType.LESS_THAN (property '<' value)
|
Restrictions |
Restrictions.lessThan(String property,
Object value)
Add a RestrictionType.LESS_THAN (property '<' value)
|
Restrictions |
Restrictions.like(String property,
Object value)
Add a RestrictionType.LIKE (property 'like' value)
|
Restrictions |
Restrictions.like(String property,
Object value,
LikeType likeType)
Add a RestrictionType.LIKE (property 'like' value)
|
Restrictions |
Restrictions.notEquals(String property,
Calendar value,
javax.persistence.TemporalType temporalType)
Add a Calendar RestrictionType.NOT_EQUALS (property '!
|
Restrictions |
Restrictions.notEquals(String property,
Date value,
javax.persistence.TemporalType temporalType)
Add a Date RestrictionType.NOT_EQUALS (property '!
|
Restrictions |
Restrictions.notEquals(String property,
Object value)
Add a RestrictionType.NOT_EQUALS (property '!
|
Restrictions |
Restrictions.notIn(String property,
Object value)
Add a RestrictionType.NOT_IN (property 'not in' value)
|
Restrictions |
Restrictions.notLike(String property,
Object value)
Add a RestrictionType.NOT_LIKE (property 'not like' value)
|
Restrictions |
Restrictions.notLike(String property,
Object value,
LikeType likeType)
Add a RestrictionType.NOT_LIKE (property 'not like' value)
|
Restrictions |
Restrictions.or()
Add a RestrictionType.OR
|
Restrictions |
Restrictions.startGroup()
Add a RestrictionType.START_GROUP
|
Modifier and Type | Method and Description |
---|---|
static void |
TestQueryBuilder.printQueryString(Restrictions restrictions) |
Copyright © 2015. All rights reserved.