public abstract class InFilter<T> extends MultiArgFilter<T>
Abstract InFilter class.
m_filterName, m_sqlType
Constructor and Description |
---|
InFilter(String filterType,
SQLType<T> type,
String fieldName,
String propertyName,
T[] values)
Constructor for InFilter.
|
Modifier and Type | Method and Description |
---|---|
org.hibernate.criterion.Criterion |
getCriterion()
getCriterion
|
String |
getSQLTemplate()
getSQLTemplate
|
bindParam, getParamSql, getSql, getValues, getValuesAsList, getValueString
bindValue, formatValue, getDescription, getPropertyName, getSQLFieldName, getTextDescription, getValueAsString, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getTextDescriptionAsSanitizedHtml
public org.hibernate.criterion.Criterion getCriterion()
getCriterion
getCriterion
in interface Filter
getCriterion
in class BaseFilter<T>
Criterion
object.public String getSQLTemplate()
getSQLTemplate
getSQLTemplate
in class MultiArgFilter<T>
String
object.Copyright © 2020. All rights reserved.