Class PluralAttributePath<X>
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<X>
com.blazebit.persistence.criteria.impl.path.PluralAttributePath<X>
- All Implemented Interfaces:
BlazeExpression<X>,BlazePath<X>,Serializable,Expression<X>,Path<X>,Selection<X>,TupleElement<X>
- 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
ConstructorsConstructorDescriptionPluralAttributePath(BlazeCriteriaBuilderImpl criteriaBuilder, AbstractPath<?> source, javax.persistence.metamodel.PluralAttribute<?, X, ?> attribute) -
Method Summary
Modifier and TypeMethodDescriptionprotected javax.persistence.metamodel.Attribute<?,?> findAttribute(String attributeName) javax.persistence.metamodel.PluralAttribute<?,X, ?> javax.persistence.metamodel.Bindable<X>getModel()protected boolean<T extends X>
PluralAttributePath<T>Methods inherited from class com.blazebit.persistence.criteria.impl.path.AbstractPath
get, get, get, get, getAttribute, getAttributePath, getBasePath, getParentPath, getPathExpression, getTreatType, putAttributePath, render, renderPathExpression, 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
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
getCompoundSelectionItems, isCompoundSelectionMethods inherited from interface javax.persistence.TupleElement
getAlias, getJavaType
-
Constructor Details
-
PluralAttributePath
public PluralAttributePath(BlazeCriteriaBuilderImpl criteriaBuilder, AbstractPath<?> source, javax.persistence.metamodel.PluralAttribute<?, X, ?> attribute)
-
-
Method Details
-
alias
-
getAttribute
- Specified by:
getAttributein classAbstractPath<X>
-
isDereferencable
protected boolean isDereferencable()- Specified by:
isDereferencablein classAbstractPath<X>
-
treatAs
- Specified by:
treatAsin classAbstractPath<X>
-
findAttribute
- Specified by:
findAttributein classAbstractPath<X>
-
getModel
-