Package org.hibernate.query.criteria
Interface JpaPathSource<T>
-
- All Superinterfaces:
jakarta.persistence.criteria.Expression<T>
,JpaCriteriaNode
,JpaExpression<T>
,JpaPath<T>
,JpaSelection<T>
,JpaTupleElement<T>
,jakarta.persistence.criteria.Path<T>
,jakarta.persistence.criteria.Selection<T>
,Serializable
,jakarta.persistence.TupleElement<T>
@Deprecated public interface JpaPathSource<T> extends JpaPath<T>
Deprecated.This makes the SQM tree awkward and is not needed for JPA - JPA has no notion of a "path source" as a tree contract.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description jakarta.persistence.metamodel.ManagedType<T>
getManagedType()
Deprecated.-
Methods inherited from interface org.hibernate.query.criteria.JpaExpression
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNull
-
Methods inherited from interface org.hibernate.query.criteria.JpaPath
get, get, get, get, getLhs, getNavigablePath, getParentPath, treatAs, treatAs, type
-
Methods inherited from interface org.hibernate.query.criteria.JpaSelection
alias, getCompoundSelectionItems, getSelectionItems
-
Methods inherited from interface org.hibernate.query.criteria.JpaTupleElement
getJavaType, getJavaTypeDescriptor
-
-
-
-
Method Detail
-
getManagedType
jakarta.persistence.metamodel.ManagedType<T> getManagedType()
Deprecated.
-
-