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>
-
Field Summary
Fields inherited from class org.aksw.jena_sparql_api.mapper.jpa.criteria.TupleElementBase
alias, javaType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.jena_sparql_api.mapper.jpa.criteria.TupleElementBase
getAlias, getJavaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.persistence.TupleElement
getAlias, getJavaType
-
Constructor Details
-
SelectionImpl
-
-
Method Details
-
alias
- Specified by:
aliasin interfacejavax.persistence.criteria.Selection<X>
-
isCompoundSelection
public boolean isCompoundSelection()- Specified by:
isCompoundSelectionin interfacejavax.persistence.criteria.Selection<X>
-
getCompoundSelectionItems
- Specified by:
getCompoundSelectionItemsin interfacejavax.persistence.criteria.Selection<X>
-