public class CompoundSelectionImpl<X> extends SelectionImpl<X> implements javax.persistence.criteria.CompoundSelection<X>, Renderable, java.io.Serializable
CompoundSelection
contract.ParameterContainer.Helper| Constructor and Description |
|---|
CompoundSelectionImpl(CriteriaBuilderImpl criteriaBuilder,
java.lang.Class<X> javaType,
java.util.List<javax.persistence.criteria.Selection<?>> selectionItems) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<javax.persistence.criteria.Selection<?>> |
getCompoundSelectionItems() |
java.util.List<ValueHandlerFactory.ValueHandler> |
getValueHandlers() |
boolean |
isCompoundSelection() |
void |
registerParameters(ParameterRegistry registry)
Register any parameters contained within this query component with the given registry.
|
java.lang.String |
render(RenderingContext renderingContext)
Render clause
|
aliasforceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAliascriteriaBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrenderGroupBy, renderProjectiongetValueHandlerpublic CompoundSelectionImpl(CriteriaBuilderImpl criteriaBuilder, java.lang.Class<X> javaType, java.util.List<javax.persistence.criteria.Selection<?>> selectionItems)
public boolean isCompoundSelection()
isCompoundSelection in interface javax.persistence.criteria.Selection<X>isCompoundSelection in class SelectionImpl<X>public java.util.List<javax.persistence.criteria.Selection<?>> getCompoundSelectionItems()
getCompoundSelectionItems in interface javax.persistence.criteria.Selection<X>getCompoundSelectionItems in class SelectionImpl<X>public java.util.List<ValueHandlerFactory.ValueHandler> getValueHandlers()
getValueHandlers in interface SelectionImplementor<X>getValueHandlers in class SelectionImpl<X>public void registerParameters(ParameterRegistry registry)
ParameterContainerregisterParameters in interface ParameterContainerregistry - The parameter registry with which to register.public java.lang.String render(RenderingContext renderingContext)
Renderablerender in interface RenderablerenderingContext - contextCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.