Interface TreatedPath<X>

All Superinterfaces:
BlazeExpression<X>, BlazePath<X>, Expression<X>, Path<X>, Selection<X>, TupleElement<X>
All Known Implementing Classes:
CollectionAttributeJoin.TreatedCollectionAttributeJoin, EntityJoin.TreatedEntityJoin, ListAttributeJoin.TreatedListAttributeJoin, MapAttributeJoin.TreatedMapAttributeJoin, RootImpl.TreatedRoot, SetAttributeJoin.TreatedSetAttributeJoin, SingularAttributeJoin.TreatedSingularAttributeJoin, SingularAttributePath.TreatedSingularAttributePath

public interface TreatedPath<X> extends BlazePath<X>
Since:
1.2.0
Author:
Christian Beikov
  • Method Details

    • getTreatType

      javax.persistence.metamodel.EntityType<X> getTreatType()
    • getTreatedPath

      AbstractPath<? super X> getTreatedPath()