org.squashtest.csp.tm.domain.report.common.hibernate
Class IsInSet<T extends Number>

java.lang.Object
  extended by org.squashtest.csp.tm.domain.report.query.hibernate.ReportCriterion
      extended by org.squashtest.csp.tm.domain.report.common.hibernate.IsInSet<T>

public abstract class IsInSet<T extends Number>
extends ReportCriterion


Constructor Summary
IsInSet()
           
IsInSet(String criterionName, String attributePath, Class<?> entityClass, String entityAlias)
           
 
Method Summary
abstract  T fromValueToTypedValue(Object o)
           
 org.hibernate.criterion.Criterion makeCriterion()
          This method will convert, using some of its properties, a Hibernate Criterion corresponding to that ReportCriterion.
 
Methods inherited from class org.squashtest.csp.tm.domain.report.query.hibernate.ReportCriterion
getAttributePath, getCriterionName, getEntityAlias, getEntityClass, getOperator, getParamClass, getParameters, setAttributePath, setCriterionName, setEntityAlias, setEntityClass, setOperator, setParamClass, setParameter, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsInSet

public IsInSet()

IsInSet

public IsInSet(String criterionName,
               String attributePath,
               Class<?> entityClass,
               String entityAlias)
Method Detail

makeCriterion

public org.hibernate.criterion.Criterion makeCriterion()
Description copied from class: ReportCriterion
This method will convert, using some of its properties, a Hibernate Criterion corresponding to that ReportCriterion.

Specified by:
makeCriterion in class ReportCriterion
Returns:
the converted Criterion.

fromValueToTypedValue

public abstract T fromValueToTypedValue(Object o)


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.