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) |
List<Selection<?>> |
getCompoundSelectionItems() |
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
getAlias, getJavaType
registerParameters
public SelectionImpl(CriteriaBuilderImpl criteriaBuilder, Class<X> javaType)
public boolean isCompoundSelection()
isCompoundSelection
in interface Selection<X>
public List<ValueHandlerFactory.ValueHandler> getValueHandlers()
getValueHandlers
in interface SelectionImplementor<X>
public List<Selection<?>> getCompoundSelectionItems()
getCompoundSelectionItems
in interface Selection<X>
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.