public abstract class SelectionImpl<X> extends AbstractTupleElement<X> implements SelectionImplementor<X>, ParameterContainer, Serializable
Selection
contract.ParameterContainer.Helper
Constructor and Description |
---|
SelectionImpl(CriteriaBuilderImpl criteriaBuilder,
Class<X> javaType) |
Modifier and Type | Method and Description |
---|---|
Selection<X> |
alias(String alias)
Assigns an alias to the selection item.
|
List<Selection<?>> |
getCompoundSelectionItems()
Return the selection items composing a compound selection.
|
List<ValueHandlerFactory.ValueHandler> |
getValueHandlers() |
boolean |
isCompoundSelection()
Whether the selection item is a compound selection.
|
forceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAlias
criteriaBuilder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValueHandler
getAlias, getJavaType
registerParameters
public SelectionImpl(CriteriaBuilderImpl criteriaBuilder, Class<X> javaType)
public Selection<X> alias(String alias)
Selection
public boolean isCompoundSelection()
Selection
isCompoundSelection
in interface Selection<X>
public List<ValueHandlerFactory.ValueHandler> getValueHandlers()
getValueHandlers
in interface SelectionImplementor<X>
public List<Selection<?>> getCompoundSelectionItems()
Selection
getCompoundSelectionItems
in interface Selection<X>
Copyright © 2016 JBoss by Red Hat. All rights reserved.