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,P extends com.holonplatform.core.Path<T> & com.holonplatform.core.property.Property<T>,B extends com.holonplatform.core.property.PathProperty.Builder<T,P,B>>, com.holonplatform.core.property.PathProperty.PathPropertyBuilder<T>com.holonplatform.core.property.CloneableProperty.CloneablePathProperty<T,P extends com.holonplatform.core.property.Property<T> & com.holonplatform.core.Path<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. |
create, create, isReadOnlygetConfiguration, getConvertedValue, getConverter, getExpressionValueConverter, getName, getTemporalType, getType, present, render, renderIfAvailablegetValidators, validatebuilder, getMessage, getMessageArguments, getMessageCode, of, ofgetModelType, getModelValueisCollectionExpression, isConverterExpressionfullName, fullName, getName, getParent, isRootPath, of, relativeName, relativeName, streamcom.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 © 2019 The Holon Platform. All rights reserved.