Class SelectionImpl<X>

java.lang.Object
org.aksw.jena_sparql_api.mapper.jpa.criteria.TupleElementBase<X>
org.aksw.jena_sparql_api.mapper.jpa.criteria.SelectionImpl<X>
All Implemented Interfaces:
javax.persistence.criteria.Selection<X>, javax.persistence.TupleElement<X>
Direct Known Subclasses:
ExpressionBase

public class SelectionImpl<X> extends TupleElementBase<X> implements javax.persistence.criteria.Selection<X>
  • Constructor Details

    • SelectionImpl

      public SelectionImpl(Class<? extends X> javaType)
  • Method Details

    • alias

      public javax.persistence.criteria.Selection<X> alias(String name)
      Specified by:
      alias in interface javax.persistence.criteria.Selection<X>
    • isCompoundSelection

      public boolean isCompoundSelection()
      Specified by:
      isCompoundSelection in interface javax.persistence.criteria.Selection<X>
    • getCompoundSelectionItems

      public List<javax.persistence.criteria.Selection<?>> getCompoundSelectionItems()
      Specified by:
      getCompoundSelectionItems in interface javax.persistence.criteria.Selection<X>