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)  | 
String | 
renderProjection(RenderingContext renderingContext)  | 
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, getValueHandlers, isCompoundSelectionforceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAliascriteriaBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitas, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, isCompoundSelectiongetAlias, getJavaTypegetValueHandlersgetValueHandlerpublic 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)
ParameterContainerregisterParameters in interface ParameterContainerregistry - The parameter registry with which to register.public String render(RenderingContext renderingContext)
render in interface Renderablepublic String renderProjection(RenderingContext renderingContext)
renderProjection in interface RenderableCopyright © 2001-2015 Red Hat, Inc. All Rights Reserved.