org.hibernate.ejb.criteria.expression
Class MapEntryExpression<K,V>
java.lang.Object
org.hibernate.ejb.criteria.AbstractNode
org.hibernate.ejb.criteria.expression.AbstractTupleElement<X>
org.hibernate.ejb.criteria.expression.SelectionImpl<T>
org.hibernate.ejb.criteria.expression.ExpressionImpl<java.util.Map.Entry<K,V>>
org.hibernate.ejb.criteria.expression.MapEntryExpression<K,V>
- All Implemented Interfaces:
- java.io.Serializable, javax.persistence.criteria.Expression<java.util.Map.Entry<K,V>>, javax.persistence.criteria.Selection<java.util.Map.Entry<K,V>>, javax.persistence.TupleElement<java.util.Map.Entry<K,V>>, ExpressionImplementor<java.util.Map.Entry<K,V>>, ParameterContainer, Renderable, SelectionImplementor<java.util.Map.Entry<K,V>>, TupleElementImplementor<java.util.Map.Entry<K,V>>
public class MapEntryExpression<K,V>
- extends ExpressionImpl<java.util.Map.Entry<K,V>>
- implements javax.persistence.criteria.Expression<java.util.Map.Entry<K,V>>, java.io.Serializable
TODO : javadoc
- Author:
- Steve Ebersole
- See Also:
- Serialized Form
Methods inherited from class org.hibernate.ejb.criteria.expression.ExpressionImpl |
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNull |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.persistence.criteria.Expression |
as, in, in, in, in, isNotNull, isNull |
Methods inherited from interface javax.persistence.criteria.Selection |
alias, getCompoundSelectionItems, isCompoundSelection |
Methods inherited from interface javax.persistence.TupleElement |
getAlias, getJavaType |
MapEntryExpression
public MapEntryExpression(CriteriaBuilderImpl criteriaBuilder,
java.lang.Class<java.util.Map.Entry<K,V>> javaType,
PathImplementor origin,
javax.persistence.metamodel.MapAttribute<?,K,V> attribute)
getAttribute
public javax.persistence.metamodel.MapAttribute<?,K,V> getAttribute()
registerParameters
public void registerParameters(ParameterRegistry registry)
- Description copied from interface:
ParameterContainer
- Register any parameters contained within this query component with the given registry.
- Specified by:
registerParameters
in interface ParameterContainer
- Parameters:
registry
- The parameter registry with which to register.
render
public java.lang.String render(CriteriaQueryCompiler.RenderingContext renderingContext)
- Specified by:
render
in interface Renderable
renderProjection
public java.lang.String renderProjection(CriteriaQueryCompiler.RenderingContext renderingContext)
- Specified by:
renderProjection
in interface Renderable
Copyright © 2011. All Rights Reserved.