T - Property typepublic interface QueryDslProperty<T>
extends com.holonplatform.core.property.PathProperty<T>
PathProperty bound to a QueryDSL Path.| Modifier and Type | Interface and Description |
|---|---|
static interface |
QueryDslProperty.QueryDslPropertyBuilder<T>
QueryDslProperty builder. |
com.holonplatform.core.property.PathProperty.Builder<T,B extends com.holonplatform.core.property.PathProperty.Builder<T,B>>, com.holonplatform.core.property.PathProperty.PathPropertyBuilder<T>com.holonplatform.core.property.Property.PropertyAccessException, com.holonplatform.core.property.Property.PropertyNotFoundException, com.holonplatform.core.property.Property.PropertyReadException, com.holonplatform.core.property.Property.PropertyReadOnlyException, com.holonplatform.core.property.Property.PropertyWriteExceptioncom.holonplatform.core.i18n.Localizable.LocalizableBuilder, com.holonplatform.core.i18n.Localizable.LocalizationException| Modifier and Type | Method and Description |
|---|---|
com.querydsl.core.types.Path<T> |
getPath()
Get the QueryDSL property path
|
static <T> QueryDslProperty.QueryDslPropertyBuilder<T> |
of(com.querydsl.core.types.Path<T> path)
Create a QueryDslProperty using given QueryDSL
Path. |
asc, avg, between, clone, contains, contains, containsIgnoreCase, count, create, create, desc, endsWith, endsWith, endsWithIgnoreCase, eq, eq, goe, goe, gt, gt, in, in, in, isNotNull, isNull, isReadOnly, loe, loe, lt, lt, max, min, neq, neq, nin, nin, nin, startsWith, startsWith, startsWithIgnoreCase, sumgetConfiguration, getConvertedValue, getConverter, getType, present, render, renderIfAvailablegetValidators, validatebuilder, getMessage, getMessageArguments, getMessageCodecom.querydsl.core.types.Path<T> getPath()
static <T> QueryDslProperty.QueryDslPropertyBuilder<T> of(com.querydsl.core.types.Path<T> path)
Path.T - Property typepath - QueryDSL property pathCopyright © 2017 The Holon Platform. All rights reserved.