public abstract class SelectionImpl<X> extends AbstractTupleElement<X> implements SelectionImplementor<X>, ParameterContainer, java.io.Serializable
Selection
contract.ParameterContainer.Helper
Constructor and Description |
---|
SelectionImpl(CriteriaBuilderImpl criteriaBuilder,
java.lang.Class<X> javaType) |
Modifier and Type | Method and Description |
---|---|
javax.persistence.criteria.Selection<X> |
alias(java.lang.String alias) |
java.util.List<javax.persistence.criteria.Selection<?>> |
getCompoundSelectionItems() |
java.util.List<ValueHandlerFactory.ValueHandler> |
getValueHandlers() |
boolean |
isCompoundSelection() |
forceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAlias
criteriaBuilder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValueHandler
registerParameters
public SelectionImpl(CriteriaBuilderImpl criteriaBuilder, java.lang.Class<X> javaType)
public javax.persistence.criteria.Selection<X> alias(java.lang.String alias)
alias
in interface javax.persistence.criteria.Selection<X>
public boolean isCompoundSelection()
isCompoundSelection
in interface javax.persistence.criteria.Selection<X>
public java.util.List<ValueHandlerFactory.ValueHandler> getValueHandlers()
getValueHandlers
in interface SelectionImplementor<X>
public java.util.List<javax.persistence.criteria.Selection<?>> getCompoundSelectionItems()
getCompoundSelectionItems
in interface javax.persistence.criteria.Selection<X>
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.