Class SelectionJena<X>

java.lang.Object
org.aksw.jena_sparql_api.mapper.jpa.criteria.SelectionJena<X>
All Implemented Interfaces:
javax.persistence.criteria.Selection<X>, javax.persistence.TupleElement<X>

public class SelectionJena<X> extends Object implements javax.persistence.criteria.Selection<X>
  • Constructor Details

    • SelectionJena

      public SelectionJena()
  • Method Details

    • getJavaType

      public Class<? extends X> getJavaType()
      Specified by:
      getJavaType in interface javax.persistence.TupleElement<X>
    • getAlias

      public String getAlias()
      Specified by:
      getAlias in interface javax.persistence.TupleElement<X>
    • 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>