Uses of Class
to.etc.webapp.annotations.GProperty

Packages that use GProperty
to.etc.webapp.query   
 

Uses of GProperty in to.etc.webapp.query
 

Method parameters in to.etc.webapp.query with annotations of type GProperty
protected  void QCriteriaQueryBase.addPropertySelection(QSelectionFunction f, java.lang.String prop, java.lang.String alias)
          Add a simple property selector to the list.
 QSelection<T> QSelection.ascending(java.lang.String property)
          Add a property to do an ascending sort on.
 QCriteriaQueryBase<T> QCriteriaQueryBase.ascending(java.lang.String property)
          Add a property to do an ascending sort on.
 QCriteria<T> QCriteria.ascending(java.lang.String property)
          Add a property to do an ascending sort on.
 QSelection<T> QSelection.avg(java.lang.String property)
          Select the average value of a property in the set.
protected  QCriteriaQueryBase<T> QCriteriaQueryBase.avg(java.lang.String property)
          Select the average value of a property in the set.
 QSelection<T> QSelection.avg(java.lang.String property, java.lang.String alias)
          Select the average value of a property in the set.
protected  QCriteriaQueryBase<T> QCriteriaQueryBase.avg(java.lang.String property, java.lang.String alias)
          Select the average value of a property in the set.
 QSelection<T> QSelection.between(java.lang.String property, java.lang.Object a, java.lang.Object b)
          Compare the value of a property with two literal bounds.
 QRestrictor<T> QRestrictor.between(java.lang.String property, java.lang.Object a, java.lang.Object b)
          Compare the value of a property with two literal bounds.
 QCriteria<T> QCriteria.between(java.lang.String property, java.lang.Object a, java.lang.Object b)
          Compare the value of a property with two literal bounds.
 QSelection<T> QSelection.count(java.lang.String property)
          Select a count over the result set.
protected  QCriteriaQueryBase<T> QCriteriaQueryBase.count(java.lang.String property)
          Select a count over the result set.
 QSelection<T> QSelection.count(java.lang.String property, java.lang.String alias)
          Select a count over the result set.
protected  QCriteriaQueryBase<T> QCriteriaQueryBase.count(java.lang.String property, java.lang.String alias)
          Select a count over the result set.
 QSelection<T> QSelection.countDistinct(java.lang.String property)
          Select a count of the distinct values over the result set.
protected  QCriteriaQueryBase<T> QCriteriaQueryBase.countDistinct(java.lang.String property)
          Select a count of the distinct values over the result set.
 QSelection<T> QSelection.countDistinct(java.lang.String property, java.lang.String alias)
          Select a count of the distinct values over the result set.
protected  QCriteriaQueryBase<T> QCriteriaQueryBase.countDistinct(java.lang.String property, java.lang.String alias)
          Select a count of the distinct values over the result set.
 QSelection<T> QSelection.descending(java.lang.String property)
          Add a property to do a descending sort on.
 QCriteriaQueryBase<T> QCriteriaQueryBase.descending(java.lang.String property)
          Add a property to do a descending sort on.
 QCriteria<T> QCriteria.descending(java.lang.String property)
          Add a property to do a descending sort on.
 QSelection<T> QSelection.distinct(java.lang.String property)
          Select of the distinct values over the result set.
protected  QCriteriaQueryBase<T> QCriteriaQueryBase.distinct(java.lang.String property)
          Select of the distinct values over the result set.
 QSelection<T> QSelection.distinct(java.lang.String property, java.lang.String alias)
          Select of the distinct values over the result set.
protected  QCriteriaQueryBase<T> QCriteriaQueryBase.distinct(java.lang.String property, java.lang.String alias)
          Select of the distinct values over the result set.
 QSelection<T> QSelection.eq(java.lang.String property, double value)
          Compare a property with some literal object value.
 QRestrictor<T> QRestrictor.eq(java.lang.String property, double value)
          Compare a property with some literal object value.
 QCriteria<T> QCriteria.eq(java.lang.String property, double value)
          Compare a property with some literal object value.
 QSelection<T> QSelection.eq(java.lang.String property, long value)
          Compare a property with some literal object value.
 QRestrictor<T> QRestrictor.eq(java.lang.String property, long value)
          Compare a property with some literal object value.
 QCriteria<T> QCriteria.eq(java.lang.String property, long value)
          Compare a property with some literal object value.
 QSelection<T> QSelection.eq(java.lang.String property, java.lang.Object value)
          Compare a property with some literal object value.
 QRestrictor<T> QRestrictor.eq(java.lang.String property, java.lang.Object value)
          Compare a property with some literal object value.
 QCriteria<T> QCriteria.eq(java.lang.String property, java.lang.Object value)
          Compare a property with some literal object value.
<U> QRestrictor<U>
QRestrictor.exists(java.lang.Class<U> childclass, java.lang.String childproperty)
          Create a joined "exists" subquery on some child list property.
 QSelection<T> QSelection.ge(java.lang.String property, double value)
          Compare a property with some literal object value.
 QRestrictor<T> QRestrictor.ge(java.lang.String property, double value)
          Compare a property with some literal object value.
 QCriteria<T> QCriteria.ge(java.lang.String property, double value)
          Compare a property with some literal object value.
 QSelection<T> QSelection.ge(java.lang.String property, long value)
          Compare a property with some literal object value.
 QRestrictor<T> QRestrictor.ge(java.lang.String property, long value)
          Compare a property with some literal object value.
 QCriteria<T> QCriteria.ge(java.lang.String property, long value)
          Compare a property with some literal object value.
 QSelection<T> QSelection.ge(java.lang.String property, java.lang.Object value)
          Compare a property with some literal object value.
 QRestrictor<T> QRestrictor.ge(java.lang.String property, java.lang.Object value)
          Compare a property with some literal object value.
 QCriteria<T> QCriteria.ge(java.lang.String property, java.lang.Object value)
          Compare a property with some literal object value.
 QSelection<T> QSelection.gt(java.lang.String property, double value)
          Compare a property with some literal object value.
 QRestrictor<T> QRestrictor.gt(java.lang.String property, double value)
          Compare a property with some literal object value.
 QCriteria<T> QCriteria.gt(java.lang.String property, double value)
          Compare a property with some literal object value.
 QSelection<T> QSelection.gt(java.lang.String property, long value)
          Compare a property with some literal object value.
 QRestrictor<T> QRestrictor.gt(java.lang.String property, long value)
          Compare a property with some literal object value.
 QCriteria<T> QCriteria.gt(java.lang.String property, long value)
          Compare a property with some literal object value.
 QSelection<T> QSelection.gt(java.lang.String property, java.lang.Object value)
          Compare a property with some literal object value.
 QRestrictor<T> QRestrictor.gt(java.lang.String property, java.lang.Object value)
          Compare a property with some literal object value.
 QCriteria<T> QCriteria.gt(java.lang.String property, java.lang.Object value)
          Compare a property with some literal object value.
 QSelection<T> QSelection.ilike(java.lang.String property, java.lang.Object value)
          Do a case-independent 'like' comparison.
 QRestrictor<T> QRestrictor.ilike(java.lang.String property, java.lang.Object value)
          Do a case-independent 'like' comparison.
 QCriteria<T> QCriteria.ilike(java.lang.String property, java.lang.Object value)
          Do a case-independent 'like' comparison.
 QSelection<T> QSelection.isnotnull(java.lang.String property)
          Add the restriction that the property specified must be not-null.
 QRestrictor<T> QRestrictor.isnotnull(java.lang.String property)
          Add the restriction that the property specified must be not-null.
 QCriteria<T> QCriteria.isnotnull(java.lang.String property)
          Add the restriction that the property specified must be not-null.
 QSelection<T> QSelection.isnull(java.lang.String property)
          Add the restriction that the property specified must be null.
 QRestrictor<T> QRestrictor.isnull(java.lang.String property)
          Add the restriction that the property specified must be null.
 QCriteria<T> QCriteria.isnull(java.lang.String property)
          Add the restriction that the property specified must be null.
 QSelection<T> QSelection.le(java.lang.String property, double value)
          Compare a property with some literal object value.
 QRestrictor<T> QRestrictor.le(java.lang.String property, double value)
          Compare a property with some literal object value.
 QCriteria<T> QCriteria.le(java.lang.String property, double value)
          Compare a property with some literal object value.
 QSelection<T> QSelection.le(java.lang.String property, long value)
          Compare a property with some literal object value.
 QRestrictor<T> QRestrictor.le(java.lang.String property, long value)
          Compare a property with some literal object value.
 QCriteria<T> QCriteria.le(java.lang.String property, long value)
          Compare a property with some literal object value.
 QSelection<T> QSelection.le(java.lang.String property, java.lang.Object value)
          Compare a property with some literal object value.
 QRestrictor<T> QRestrictor.le(java.lang.String property, java.lang.Object value)
          Compare a property with some literal object value.
 QCriteria<T> QCriteria.le(java.lang.String property, java.lang.Object value)
          Compare a property with some literal object value.
 QSelection<T> QSelection.like(java.lang.String property, java.lang.Object value)
          Do a 'like' comparison.
 QRestrictor<T> QRestrictor.like(java.lang.String property, java.lang.Object value)
          Do a 'like' comparison.
 QCriteria<T> QCriteria.like(java.lang.String property, java.lang.Object value)
          Do a 'like' comparison.
 QSelection<T> QSelection.lt(java.lang.String property, double value)
          Compare a property with some literal object value.
 QRestrictor<T> QRestrictor.lt(java.lang.String property, double value)
          Compare a property with some literal object value.
 QCriteria<T> QCriteria.lt(java.lang.String property, double value)
          Compare a property with some literal object value.
 QSelection<T> QSelection.lt(java.lang.String property, long value)
          Compare a property with some literal object value.
 QRestrictor<T> QRestrictor.lt(java.lang.String property, long value)
          Compare a property with some literal object value.
 QCriteria<T> QCriteria.lt(java.lang.String property, long value)
          Compare a property with some literal object value.
 QSelection<T> QSelection.lt(java.lang.String property, java.lang.Object value)
          Compare a property with some literal object value.
 QRestrictor<T> QRestrictor.lt(java.lang.String property, java.lang.Object value)
          Compare a property with some literal object value.
 QCriteria<T> QCriteria.lt(java.lang.String property, java.lang.Object value)
          Compare a property with some literal object value.
 QSelection<T> QSelection.max(java.lang.String property)
          Select the max of a property in the set.
protected  QCriteriaQueryBase<T> QCriteriaQueryBase.max(java.lang.String property)
          Select the max of a property in the set.
 QSelection<T> QSelection.max(java.lang.String property, java.lang.String alias)
          Select the max of a property in the set.
protected  QCriteriaQueryBase<T> QCriteriaQueryBase.max(java.lang.String property, java.lang.String alias)
          Select the max of a property in the set.
 QSelection<T> QSelection.min(java.lang.String property)
          Select the minimal value of a property in the set.
protected  QCriteriaQueryBase<T> QCriteriaQueryBase.min(java.lang.String property)
          Select the minimal value of a property in the set.
 QSelection<T> QSelection.min(java.lang.String property, java.lang.String alias)
          Select the minimal value of a property in the set.
protected  QCriteriaQueryBase<T> QCriteriaQueryBase.min(java.lang.String property, java.lang.String alias)
          Select the minimal value of a property in the set.
 QSelection<T> QSelection.ne(java.lang.String property, double value)
          Compare a property with some literal object value.
 QRestrictor<T> QRestrictor.ne(java.lang.String property, double value)
          Compare a property with some literal object value.
 QCriteria<T> QCriteria.ne(java.lang.String property, double value)
          Compare a property with some literal object value.
 QSelection<T> QSelection.ne(java.lang.String property, long value)
          Compare a property with some literal object value.
 QRestrictor<T> QRestrictor.ne(java.lang.String property, long value)
          Compare a property with some literal object value.
 QCriteria<T> QCriteria.ne(java.lang.String property, long value)
          Compare a property with some literal object value.
 QSelection<T> QSelection.ne(java.lang.String property, java.lang.Object value)
          Compare a property with some literal object value.
 QRestrictor<T> QRestrictor.ne(java.lang.String property, java.lang.Object value)
          Compare a property with some literal object value.
 QCriteria<T> QCriteria.ne(java.lang.String property, java.lang.Object value)
          Compare a property with some literal object value.
 QSelection<T> QSelection.selectProperty(java.lang.String property)
          Select a property value from the base property in the result set.
protected  QCriteriaQueryBase<T> QCriteriaQueryBase.selectProperty(java.lang.String property)
          Select a property value from the base property in the result set.
 QSelection<T> QSelection.selectProperty(java.lang.String property, java.lang.String alias)
          Select a property value from the base property in the result set.
protected  QCriteriaQueryBase<T> QCriteriaQueryBase.selectProperty(java.lang.String property, java.lang.String alias)
          Select a property value from the base property in the result set.
 QSelection<T> QSelection.sum(java.lang.String property)
          Select the sum of a property in the set.
protected  QCriteriaQueryBase<T> QCriteriaQueryBase.sum(java.lang.String property)
          Select the sum of a property in the set.
 QSelection<T> QSelection.sum(java.lang.String property, java.lang.String alias)
          Select the sum of a property in the set.
protected  QCriteriaQueryBase<T> QCriteriaQueryBase.sum(java.lang.String property, java.lang.String alias)
          Select the sum of a property in the set.