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, setAliascriteriaBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValueHandlergetAlias, getJavaTyperegisterParameterspublic 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-2015 Red Hat, Inc. All Rights Reserved.