public abstract class IsInSet<T extends Number> extends ReportCriterion
| Constructor and Description |
|---|
IsInSet() |
IsInSet(String criterionName,
String attributePath,
Class<?> entityClass,
String entityAlias) |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
fromValueToTypedValue(Object o) |
protected List<?> |
getTypedParameters() |
org.hibernate.criterion.Criterion |
makeCriterion()
This method will convert, using some of its properties, a Hibernate Criterion corresponding to that
ReportCriterion.
|
getAttributePath, getCriterionName, getEntityAlias, getEntityClass, getOperator, getParamClass, getParameters, setAttributePath, setCriterionName, setEntityAlias, setEntityClass, setOperator, setParamClass, setParameter, setParameterspublic org.hibernate.criterion.Criterion makeCriterion()
ReportCriterionmakeCriterion in class ReportCriterionprotected List<?> getTypedParameters()
Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.