Package | Description |
---|---|
com.xpert.persistence.query |
Modifier and Type | Method and Description |
---|---|
static RestrictionType |
RestrictionType.getByAcronym(String acronym) |
RestrictionType |
Restriction.getRestrictionType() |
static RestrictionType |
RestrictionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestrictionType[] |
RestrictionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Restrictions |
Restrictions.add(String property,
RestrictionType restrictionType)
Add a restriction
|
QueryBuilder |
QueryBuilder.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
|
QueryBuilder |
QueryBuilder.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
|
QueryBuilder |
QueryBuilder.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
|
QueryBuilder |
QueryBuilder.add(String property,
RestrictionType restrictionType,
Object value)
Add a restriction
|
Restrictions |
Restrictions.add(String property,
RestrictionType restrictionType,
Object value,
LikeType likeType)
Add a restriction
|
QueryBuilder |
QueryBuilder.add(String property,
RestrictionType restrictionType,
Object value,
LikeType likeType)
Add a restriction
|
void |
Restriction.setRestrictionType(RestrictionType restrictionType) |
Constructor and Description |
---|
Restriction(RestrictionType restrictionType) |
Restriction(String property,
RestrictionType restrictionType) |
Restriction(String property,
RestrictionType restrictionType,
Calendar value,
javax.persistence.TemporalType temporalType) |
Restriction(String property,
RestrictionType restrictionType,
Date value,
javax.persistence.TemporalType temporalType) |
Restriction(String property,
RestrictionType restrictionType,
Object value) |
Restriction(String property,
RestrictionType restrictionType,
Object value,
boolean ilike) |
Restriction(String property,
RestrictionType restrictionType,
Object value,
LikeType likeType) |
Restriction(String property,
RestrictionType restrictionType,
Object value,
LikeType likeType,
boolean ilike) |
Copyright © 2015. All rights reserved.