Class MapKeyPath<K>
java.lang.Object
com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement<X>
com.blazebit.persistence.criteria.impl.expression.AbstractSelection<T>
com.blazebit.persistence.criteria.impl.expression.AbstractExpression<X>
com.blazebit.persistence.criteria.impl.path.AbstractPath<K>
com.blazebit.persistence.criteria.impl.path.MapKeyPath<K>
- All Implemented Interfaces:
BlazeExpression<K>,BlazePath<K>,Serializable,Expression<K>,Path<K>,Selection<K>,TupleElement<K>
- Since:
- 1.2.0
- Author:
- Christian Beikov
- See Also:
-
Field Summary
Fields inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
criteriaBuilder -
Constructor Summary
ConstructorsConstructorDescriptionMapKeyPath(BlazeCriteriaBuilderImpl criteriaBuilder, MapKeyBasePath<K, ?> source, MapKeyAttribute<K> mapKeyAttribute) -
Method Summary
Modifier and TypeMethodDescriptionprotected javax.persistence.metamodel.Attribute<?,?> findAttribute(String attributeName) javax.persistence.metamodel.Bindable<K>getModel()protected booleanvoidrender(RenderContext context) voidrenderPathExpression(RenderContext context) <T extends K>
MapKeyPath<T>Methods inherited from class com.blazebit.persistence.criteria.impl.path.AbstractPath
get, get, get, get, getAttribute, getAttributePath, getParentPath, getTreatType, putAttributePath, resolveAlias, typeMethods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNullMethods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractSelection
alias, getCompoundSelectionItems, isCompoundSelection, visitParametersMethods inherited from class com.blazebit.persistence.criteria.impl.expression.AbstractTupleElement
getAlias, getConverter, getJavaType, setAlias, setConverter, setJavaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blazebit.persistence.criteria.BlazeExpression
asMethods inherited from interface javax.persistence.criteria.Expression
in, in, in, in, isNotNull, isNullMethods inherited from interface javax.persistence.criteria.Selection
alias, getCompoundSelectionItems, isCompoundSelectionMethods inherited from interface javax.persistence.TupleElement
getAlias, getJavaType
-
Constructor Details
-
MapKeyPath
public MapKeyPath(BlazeCriteriaBuilderImpl criteriaBuilder, MapKeyBasePath<K, ?> source, MapKeyAttribute<K> mapKeyAttribute)
-
-
Method Details
-
getBasePath
- Overrides:
getBasePathin classAbstractPath<K>
-
getAttribute
- Specified by:
getAttributein classAbstractPath<K>
-
isDereferencable
protected boolean isDereferencable()- Specified by:
isDereferencablein classAbstractPath<K>
-
getPathExpression
- Overrides:
getPathExpressionin classAbstractPath<K>
-
renderPathExpression
- Overrides:
renderPathExpressionin classAbstractPath<K>
-
render
- Overrides:
renderin classAbstractPath<K>
-
findAttribute
- Specified by:
findAttributein classAbstractPath<K>
-
getModel
-
treatAs
- Specified by:
treatAsin classAbstractPath<K>
-