public class CompoundSelectionImpl<X> extends SelectionImpl<X> implements CompoundSelection<X>, Renderable, Serializable
CompoundSelection
contract.ParameterContainer.Helper| Constructor and Description |
|---|
CompoundSelectionImpl(CriteriaBuilderImpl criteriaBuilder,
Class<X> javaType,
List<Selection<?>> selectionItems) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
registerParameters(ParameterRegistry registry)
Register any parameters contained within this query component with the given registry.
|
String |
render(RenderingContext renderingContext) |
String |
renderProjection(RenderingContext renderingContext) |
aliasforceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAliascriteriaBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlias, getJavaTypegetValueHandlerpublic CompoundSelectionImpl(CriteriaBuilderImpl criteriaBuilder, Class<X> javaType, List<Selection<?>> selectionItems)
public boolean isCompoundSelection()
SelectionisCompoundSelection in interface Selection<X>isCompoundSelection in class SelectionImpl<X>public List<Selection<?>> getCompoundSelectionItems()
SelectiongetCompoundSelectionItems in interface Selection<X>getCompoundSelectionItems in class SelectionImpl<X>public 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 String render(RenderingContext renderingContext)
render in interface Renderablepublic String renderProjection(RenderingContext renderingContext)
renderProjection in interface RenderableCopyright © 2017 JBoss by Red Hat. All rights reserved.