| Package | Description |
|---|---|
| to.etc.webapp.query |
| Modifier and Type | Method and Description |
|---|---|
protected void |
QCriteriaQueryBase.addPropertySelection(QSelectionFunction f,
String prop,
String alias)
Add a simple property selector to the list.
|
QCriteria<T> |
QCriteria.ascending(String property)
Add a property to do an ascending sort on.
|
QCriteriaQueryBase<T> |
QCriteriaQueryBase.ascending(String property)
Add a property to do an ascending sort on.
|
QSelection<T> |
QSelection.ascending(String property)
Add a property to do an ascending sort on.
|
protected QCriteriaQueryBase<T> |
QCriteriaQueryBase.avg(String property)
Select the average value of a property in the set.
|
QSelection<T> |
QSelection.avg(String property)
Select the average value of a property in the set.
|
protected QCriteriaQueryBase<T> |
QCriteriaQueryBase.avg(String property,
String alias)
Select the average value of a property in the set.
|
QSelection<T> |
QSelection.avg(String property,
String alias)
Select the average value of a property in the set.
|
QCriteria<T> |
QCriteria.between(String property,
Object a,
Object b)
Compare the value of a property with two literal bounds.
|
QRestrictor<T> |
QRestrictor.between(String property,
Object a,
Object b)
Compare the value of a property with two literal bounds.
|
QSelection<T> |
QSelection.between(String property,
Object a,
Object b)
Compare the value of a property with two literal bounds.
|
protected QCriteriaQueryBase<T> |
QCriteriaQueryBase.count(String property)
Select a count over the result set.
|
QSelection<T> |
QSelection.count(String property)
Select a count over the result set.
|
protected QCriteriaQueryBase<T> |
QCriteriaQueryBase.count(String property,
String alias)
Select a count over the result set.
|
QSelection<T> |
QSelection.count(String property,
String alias)
Select a count over the result set.
|
protected QCriteriaQueryBase<T> |
QCriteriaQueryBase.countDistinct(String property)
Select a count of the distinct values over the result set.
|
QSelection<T> |
QSelection.countDistinct(String property)
Select a count of the distinct values over the result set.
|
protected QCriteriaQueryBase<T> |
QCriteriaQueryBase.countDistinct(String property,
String alias)
Select a count of the distinct values over the result set.
|
QSelection<T> |
QSelection.countDistinct(String property,
String alias)
Select a count of the distinct values over the result set.
|
QCriteria<T> |
QCriteria.descending(String property)
Add a property to do a descending sort on.
|
QCriteriaQueryBase<T> |
QCriteriaQueryBase.descending(String property)
Add a property to do a descending sort on.
|
QSelection<T> |
QSelection.descending(String property)
Add a property to do a descending sort on.
|
protected QCriteriaQueryBase<T> |
QCriteriaQueryBase.distinct(String property)
Select of the distinct values over the result set.
|
QSelection<T> |
QSelection.distinct(String property)
Select of the distinct values over the result set.
|
protected QCriteriaQueryBase<T> |
QCriteriaQueryBase.distinct(String property,
String alias)
Select of the distinct values over the result set.
|
QSelection<T> |
QSelection.distinct(String property,
String alias)
Select of the distinct values over the result set.
|
QCriteria<T> |
QCriteria.eq(String property,
double value)
Compare a property with some literal object value.
|
QRestrictor<T> |
QRestrictor.eq(String property,
double value)
Compare a property with some literal object value.
|
QSelection<T> |
QSelection.eq(String property,
double value)
Compare a property with some literal object value.
|
QCriteria<T> |
QCriteria.eq(String property,
long value)
Compare a property with some literal object value.
|
QRestrictor<T> |
QRestrictor.eq(String property,
long value)
Compare a property with some literal object value.
|
QSelection<T> |
QSelection.eq(String property,
long value)
Compare a property with some literal object value.
|
QCriteria<T> |
QCriteria.eq(String property,
Object value)
Compare a property with some literal object value.
|
QRestrictor<T> |
QRestrictor.eq(String property,
Object value)
Compare a property with some literal object value.
|
QSelection<T> |
QSelection.eq(String property,
Object value)
Compare a property with some literal object value.
|
QJoiner<A,P,T> |
QJoiner.eq(String parentProperty,
String property)
Adds an eq restriction on the parent to this subquery on the specified properties,
provided that the propertnames are not equal but their type is
Use join if property names are the same.
|
QJoiner<A,P,T> |
QJoiner.eq(String parentProperty,
String property)
Adds an eq restriction on the parent to this subquery on the specified properties,
provided that the propertnames are not equal but their type is
Use join if property names are the same.
|
<U> QRestrictor<U> |
QRestrictor.exists(Class<U> childclass,
String childproperty)
Create a joined "exists" subquery on some child list property.
|
QCriteria<T> |
QCriteria.fetch(String property) |
QSelection<T> |
QSelection.fetch(String property) |
QCriteria<T> |
QCriteria.fetch(String property,
QFetchStrategy strategy) |
QCriteriaQueryBase<T> |
QCriteriaQueryBase.fetch(String property,
QFetchStrategy strategy)
Set a fetch strategy for a relation.
|
QSelection<T> |
QSelection.fetch(String property,
QFetchStrategy strategy) |
QCriteria<T> |
QCriteria.ge(String property,
double value)
Compare a property with some literal object value.
|
QRestrictor<T> |
QRestrictor.ge(String property,
double value)
Compare a property with some literal object value.
|
QSelection<T> |
QSelection.ge(String property,
double value)
Compare a property with some literal object value.
|
QCriteria<T> |
QCriteria.ge(String property,
long value)
Compare a property with some literal object value.
|
QRestrictor<T> |
QRestrictor.ge(String property,
long value)
Compare a property with some literal object value.
|
QSelection<T> |
QSelection.ge(String property,
long value)
Compare a property with some literal object value.
|
QCriteria<T> |
QCriteria.ge(String property,
Object value)
Compare a property with some literal object value.
|
QRestrictor<T> |
QRestrictor.ge(String property,
Object value)
Compare a property with some literal object value.
|
QSelection<T> |
QSelection.ge(String property,
Object value)
Compare a property with some literal object value.
|
QJoiner<A,P,T> |
QJoiner.ge(String parentProperty,
String property)
Adds an ge restriction on the parent to this subquery on the specified properties,
|
QJoiner<A,P,T> |
QJoiner.ge(String parentProperty,
String property)
Adds an ge restriction on the parent to this subquery on the specified properties,
|
QCriteria<T> |
QCriteria.gt(String property,
double value)
Compare a property with some literal object value.
|
QRestrictor<T> |
QRestrictor.gt(String property,
double value)
Compare a property with some literal object value.
|
QSelection<T> |
QSelection.gt(String property,
double value)
Compare a property with some literal object value.
|
QCriteria<T> |
QCriteria.gt(String property,
long value)
Compare a property with some literal object value.
|
QRestrictor<T> |
QRestrictor.gt(String property,
long value)
Compare a property with some literal object value.
|
QSelection<T> |
QSelection.gt(String property,
long value)
Compare a property with some literal object value.
|
QCriteria<T> |
QCriteria.gt(String property,
Object value)
Compare a property with some literal object value.
|
QRestrictor<T> |
QRestrictor.gt(String property,
Object value)
Compare a property with some literal object value.
|
QSelection<T> |
QSelection.gt(String property,
Object value)
Compare a property with some literal object value.
|
QJoiner<A,P,T> |
QJoiner.gt(String parentProperty,
String property)
Adds an lt restriction on the parent to this subquery on the specified properties,
|
QJoiner<A,P,T> |
QJoiner.gt(String parentProperty,
String property)
Adds an lt restriction on the parent to this subquery on the specified properties,
|
QCriteria<T> |
QCriteria.ilike(String property,
Object value)
Do a case-independent 'like' comparison.
|
QRestrictor<T> |
QRestrictor.ilike(String property,
Object value)
Do a case-independent 'like' comparison.
|
QSelection<T> |
QSelection.ilike(String property,
Object value)
Do a case-independent 'like' comparison.
|
<V> QCriteria<T> |
QCriteria.in(String property,
List<V> inlist) |
<V> QRestrictor<T> |
QRestrictor.in(String property,
List<V> inlist)
A property must be one of a list of values.
|
<V> QCriteria<T> |
QCriteria.in(String property,
QSelection<?> selection) |
<V> QRestrictor<T> |
QRestrictor.in(String property,
QSelection<?> selection) |
QCriteria<T> |
QCriteria.isnotnull(String property)
Add the restriction that the property specified must be not-null.
|
QRestrictor<T> |
QRestrictor.isnotnull(String property)
Add the restriction that the property specified must be not-null.
|
QSelection<T> |
QSelection.isnotnull(String property)
Add the restriction that the property specified must be not-null.
|
QCriteria<T> |
QCriteria.isnull(String property)
Add the restriction that the property specified must be null.
|
QRestrictor<T> |
QRestrictor.isnull(String property)
Add the restriction that the property specified must be null.
|
QSelection<T> |
QSelection.isnull(String property)
Add the restriction that the property specified must be null.
|
QSubQuery<T,P> |
QSubQuery.join(String property)
Joins the parent to this subquery on the specified property, provided that the property exists in both entities
|
QCriteria<T> |
QCriteria.le(String property,
double value)
Compare a property with some literal object value.
|
QRestrictor<T> |
QRestrictor.le(String property,
double value)
Compare a property with some literal object value.
|
QSelection<T> |
QSelection.le(String property,
double value)
Compare a property with some literal object value.
|
QCriteria<T> |
QCriteria.le(String property,
long value)
Compare a property with some literal object value.
|
QRestrictor<T> |
QRestrictor.le(String property,
long value)
Compare a property with some literal object value.
|
QSelection<T> |
QSelection.le(String property,
long value)
Compare a property with some literal object value.
|
QCriteria<T> |
QCriteria.le(String property,
Object value)
Compare a property with some literal object value.
|
QRestrictor<T> |
QRestrictor.le(String property,
Object value)
Compare a property with some literal object value.
|
QSelection<T> |
QSelection.le(String property,
Object value)
Compare a property with some literal object value.
|
QJoiner<A,P,T> |
QJoiner.le(String parentProperty,
String property)
Adds an le restriction on the parent to this subquery on the specified properties,
|
QJoiner<A,P,T> |
QJoiner.le(String parentProperty,
String property)
Adds an le restriction on the parent to this subquery on the specified properties,
|
QCriteria<T> |
QCriteria.like(String property,
Object value)
Do a 'like' comparison.
|
QRestrictor<T> |
QRestrictor.like(String property,
Object value)
Do a 'like' comparison.
|
QSelection<T> |
QSelection.like(String property,
Object value)
Do a 'like' comparison.
|
QCriteria<T> |
QCriteria.lt(String property,
double value)
Compare a property with some literal object value.
|
QRestrictor<T> |
QRestrictor.lt(String property,
double value)
Compare a property with some literal object value.
|
QSelection<T> |
QSelection.lt(String property,
double value)
Compare a property with some literal object value.
|
QCriteria<T> |
QCriteria.lt(String property,
long value)
Compare a property with some literal object value.
|
QRestrictor<T> |
QRestrictor.lt(String property,
long value)
Compare a property with some literal object value.
|
QSelection<T> |
QSelection.lt(String property,
long value)
Compare a property with some literal object value.
|
QCriteria<T> |
QCriteria.lt(String property,
Object value)
Compare a property with some literal object value.
|
QRestrictor<T> |
QRestrictor.lt(String property,
Object value)
Compare a property with some literal object value.
|
QSelection<T> |
QSelection.lt(String property,
Object value)
Compare a property with some literal object value.
|
QJoiner<A,P,T> |
QJoiner.lt(String parentProperty,
String property)
Adds an lt restriction on the parent to this subquery on the specified properties,
|
QJoiner<A,P,T> |
QJoiner.lt(String parentProperty,
String property)
Adds an lt restriction on the parent to this subquery on the specified properties,
|
protected QCriteriaQueryBase<T> |
QCriteriaQueryBase.max(String property)
Select the max of a property in the set.
|
QSelection<T> |
QSelection.max(String property)
Select the max of a property in the set.
|
protected QCriteriaQueryBase<T> |
QCriteriaQueryBase.max(String property,
String alias)
Select the max of a property in the set.
|
QSelection<T> |
QSelection.max(String property,
String alias)
Select the max of a property in the set.
|
protected QCriteriaQueryBase<T> |
QCriteriaQueryBase.min(String property)
Select the minimal value of a property in the set.
|
QSelection<T> |
QSelection.min(String property)
Select the minimal value of a property in the set.
|
protected QCriteriaQueryBase<T> |
QCriteriaQueryBase.min(String property,
String alias)
Select the minimal value of a property in the set.
|
QSelection<T> |
QSelection.min(String property,
String alias)
Select the minimal value of a property in the set.
|
QCriteria<T> |
QCriteria.ne(String property,
double value)
Compare a property with some literal object value.
|
QRestrictor<T> |
QRestrictor.ne(String property,
double value)
Compare a property with some literal object value.
|
QSelection<T> |
QSelection.ne(String property,
double value)
Compare a property with some literal object value.
|
QCriteria<T> |
QCriteria.ne(String property,
long value)
Compare a property with some literal object value.
|
QRestrictor<T> |
QRestrictor.ne(String property,
long value)
Compare a property with some literal object value.
|
QSelection<T> |
QSelection.ne(String property,
long value)
Compare a property with some literal object value.
|
QCriteria<T> |
QCriteria.ne(String property,
Object value)
Compare a property with some literal object value.
|
QRestrictor<T> |
QRestrictor.ne(String property,
Object value)
Compare a property with some literal object value.
|
QSelection<T> |
QSelection.ne(String property,
Object value)
Compare a property with some literal object value.
|
QJoiner<A,P,T> |
QJoiner.ne(String parentProperty,
String property)
Adds an ne restriction on the parent to this subquery on the specified properties,
|
QJoiner<A,P,T> |
QJoiner.ne(String parentProperty,
String property)
Adds an ne restriction on the parent to this subquery on the specified properties,
|
protected QCriteriaQueryBase<T> |
QCriteriaQueryBase.selectProperty(String property)
Select a property value from the base property in the result set.
|
QSelection<T> |
QSelection.selectProperty(String property)
Select a property value from the base property in the result set.
|
protected QCriteriaQueryBase<T> |
QCriteriaQueryBase.selectProperty(String property,
String alias)
Select a property value from the base property in the result set.
|
QSelection<T> |
QSelection.selectProperty(String property,
String alias)
Select a property value from the base property in the result set.
|
protected QCriteriaQueryBase<T> |
QCriteriaQueryBase.sum(String property)
Select the sum of a property in the set.
|
QSelection<T> |
QSelection.sum(String property)
Select the sum of a property in the set.
|
protected QCriteriaQueryBase<T> |
QCriteriaQueryBase.sum(String property,
String alias)
Select the sum of a property in the set.
|
QSelection<T> |
QSelection.sum(String property,
String alias)
Select the sum of a property in the set.
|
Copyright © 2017 etc.to. All rights reserved.