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() |
List<ValueHandlerFactory.ValueHandler> |
getValueHandlers() |
boolean |
isCompoundSelection() |
void |
registerParameters(ParameterRegistry registry)
Register any parameters contained within this query component with the given registry.
|
String |
render(RenderingContext renderingContext) |
String |
renderProjection(RenderingContext renderingContext) |
alias
forceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAlias
criteriaBuilder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAlias, getJavaType
getValueHandler
public CompoundSelectionImpl(CriteriaBuilderImpl criteriaBuilder, Class<X> javaType, List<Selection<?>> selectionItems)
public boolean isCompoundSelection()
isCompoundSelection
in interface Selection<X>
isCompoundSelection
in class SelectionImpl<X>
public List<Selection<?>> getCompoundSelectionItems()
getCompoundSelectionItems
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)
ParameterContainer
registerParameters
in interface ParameterContainer
registry
- The parameter registry with which to register.public String render(RenderingContext renderingContext)
render
in interface Renderable
public String renderProjection(RenderingContext renderingContext)
renderProjection
in interface Renderable
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.