public class RavenMap<K,V,Q extends com.mysema.query.types.expr.SimpleExpression<? super V>>
extends com.mysema.query.types.path.MapPath<K,V,Q>
Constructor and Description |
---|
RavenMap(Class<? super K> keyType,
Class<? super V> valueType,
Class<Q> queryType,
com.mysema.query.types.Path<?> parent,
String property) |
RavenMap(Class<? super K> keyType,
Class<? super V> valueType,
Class<Q> queryType,
com.mysema.query.types.PathMetadata<?> metadata) |
RavenMap(Class<? super K> keyType,
Class<? super V> valueType,
Class<Q> queryType,
String variable) |
Modifier and Type | Method and Description |
---|---|
RavenList<K,com.mysema.query.types.expr.SimpleExpression<? super K>> |
keys() |
RavenList<V,Q> |
values() |
accept, forMapAccess, forMapAccess, get, get, getAnnotatedElement, getKeyType, getMetadata, getParameter, getRoot, getValueType
contains, contains, containsKey, containsKey, containsValue, containsValue, isEmpty, isNotEmpty, size
as, as, equals, getType, hashCode, toString
public RavenMap(Class<? super K> keyType, Class<? super V> valueType, Class<Q> queryType, com.mysema.query.types.Path<?> parent, String property)
public RavenMap(Class<? super K> keyType, Class<? super V> valueType, Class<Q> queryType, com.mysema.query.types.PathMetadata<?> metadata)
Copyright © 2016. All Rights Reserved.