public class ListIndexExpression extends ExpressionImpl<Integer> implements Serializable
ParameterContainer.Helper
Constructor and Description |
---|
ListIndexExpression(CriteriaBuilderImpl criteriaBuilder,
PathImplementor origin,
ListAttribute listAttribute) |
Modifier and Type | Method and Description |
---|---|
ListAttribute |
getListAttribute() |
void |
registerParameters(ParameterRegistry registry)
Register any parameters contained within this query component with the given registry.
|
String |
render(RenderingContext renderingContext) |
String |
renderProjection(RenderingContext renderingContext) |
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNull
alias, getCompoundSelectionItems, getValueHandlers, isCompoundSelection
forceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAlias
criteriaBuilder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValueHandlers
getValueHandler
alias, getCompoundSelectionItems, isCompoundSelection
getAlias, getJavaType
public ListIndexExpression(CriteriaBuilderImpl criteriaBuilder, PathImplementor origin, ListAttribute listAttribute)
public ListAttribute getListAttribute()
public void registerParameters(ParameterRegistry registry)
ParameterContainer
registerParameters
in interface ParameterContainer
registry
- The parameter registry with which to register.public String render(RenderingContext renderingContext)
render
in interface Renderable
public String renderProjection(RenderingContext renderingContext)
renderProjection
in interface Renderable
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.