public class ExistsPredicate extends AbstractSimplePredicate implements Serializable
javax.persistence.criteria.Predicate.BooleanOperatorParameterContainer.Helper| Constructor and Description |
|---|
ExistsPredicate(CriteriaBuilderImpl criteriaBuilder,
javax.persistence.criteria.Subquery<?> subquery) |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.criteria.Subquery<?> |
getSubquery() |
void |
registerParameters(ParameterRegistry registry)
Register any parameters contained within this query component with the given registry.
|
String |
render(CriteriaQueryCompiler.RenderingContext renderingContext) |
String |
renderProjection(CriteriaQueryCompiler.RenderingContext renderingContext) |
getExpressions, getOperatorgetCompoundSelectionItems, isCompoundSelection, isNegated, notas, asBigDecimal, asBigInteger, asDouble, asFloat, asInteger, asLong, asString, in, in, in, in, isNotNull, isNullalias, getValueHandlersforceConversion, getAlias, getJavaType, getValueHandler, resetJavaType, setAliascriteriaBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitas, in, in, in, in, isNotNull, isNullgetValueHandlersgetValueHandlerpublic ExistsPredicate(CriteriaBuilderImpl criteriaBuilder, javax.persistence.criteria.Subquery<?> subquery)
public javax.persistence.criteria.Subquery<?> getSubquery()
public void registerParameters(ParameterRegistry registry)
ParameterContainerregisterParameters in interface ParameterContainerregistry - The parameter registry with which to register.public String render(CriteriaQueryCompiler.RenderingContext renderingContext)
render in interface Renderablepublic String renderProjection(CriteriaQueryCompiler.RenderingContext renderingContext)
renderProjection in interface RenderableCopyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved