public class MapEntryExpression<K,V> extends ExpressionImpl<Map.Entry<K,V>> implements Expression<Map.Entry<K,V>>, Serializable
ParameterContainer.Helper
Constructor and Description |
---|
MapEntryExpression(CriteriaBuilderImpl criteriaBuilder,
Class<Map.Entry<K,V>> javaType,
PathImplementor origin,
MapAttribute<?,K,V> attribute) |
Modifier and Type | Method and Description |
---|---|
MapAttribute<?,K,V> |
getAttribute() |
void |
registerParameters(ParameterRegistry registry)
Register any parameters contained within this query component with the given registry.
|
String |
render(RenderingContext renderingContext)
Render clause
|
String |
renderProjection(RenderingContext renderingContext)
Render SELECT clause
|
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
as, in, in, in, in, isNotNull, isNull
alias, getCompoundSelectionItems, isCompoundSelection
getAlias, getJavaType
getValueHandlers
getValueHandler
renderGroupBy
public MapEntryExpression(CriteriaBuilderImpl criteriaBuilder, Class<Map.Entry<K,V>> javaType, PathImplementor origin, MapAttribute<?,K,V> attribute)
public MapAttribute<?,K,V> getAttribute()
public void registerParameters(ParameterRegistry registry)
ParameterContainer
registerParameters
in interface ParameterContainer
registry
- The parameter registry with which to register.public String render(RenderingContext renderingContext)
Renderable
render
in interface Renderable
renderingContext
- contextpublic String renderProjection(RenderingContext renderingContext)
Renderable
renderProjection
in interface Renderable
renderingContext
- contextCopyright © 2019 JBoss by Red Hat. All rights reserved.