public class SizeOfCollectionExpression<C extends java.util.Collection> extends ExpressionImpl<java.lang.Integer> implements java.io.Serializable
ParameterContainer.Helper| Constructor and Description |
|---|
SizeOfCollectionExpression(CriteriaBuilderImpl criteriaBuilder,
PluralAttributePath<C> collectionPath) |
| Modifier and Type | Method and Description |
|---|---|
PluralAttributePath<C> |
getCollectionPath() |
void |
registerParameters(ParameterRegistry registry)
Register any parameters contained within this query component with the given registry.
|
java.lang.String |
render(RenderingContext renderingContext) |
java.lang.String |
renderProjection(RenderingContext renderingContext) |
as, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNullalias, getCompoundSelectionItems, getValueHandlers, isCompoundSelectionforceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAliascriteriaBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValueHandlersgetValueHandlerpublic SizeOfCollectionExpression(CriteriaBuilderImpl criteriaBuilder, PluralAttributePath<C> collectionPath)
public PluralAttributePath<C> getCollectionPath()
public void registerParameters(ParameterRegistry registry)
ParameterContainerregisterParameters in interface ParameterContainerregistry - The parameter registry with which to register.public java.lang.String render(RenderingContext renderingContext)
render in interface Renderablepublic java.lang.String renderProjection(RenderingContext renderingContext)
renderProjection in interface RenderableCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.