T - Property typepublic class DefaultQueryDslProperty<T> extends com.holonplatform.core.internal.property.AbstractPathProperty<T,QueryDslProperty<T>,QueryDslProperty.QueryDslPropertyBuilder<T>> implements QueryDslProperty.QueryDslPropertyBuilder<T>
QueryDslProperty implementation.QueryDslProperty.QueryDslPropertyBuilder<T>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| Constructor and Description |
|---|
DefaultQueryDslProperty(com.querydsl.core.types.Path<T> path)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
com.holonplatform.core.property.PathProperty<T> |
clone(Consumer<com.holonplatform.core.property.PathProperty.Builder<T,com.holonplatform.core.property.PathProperty<T>,?>> builder) |
com.querydsl.core.types.Path<T> |
getPath()
Get the QueryDSL property path
|
dataPath, getDataPath, getName, getParent, parent, toString, validateaddValidator, converter, converter, equals, equalsHandler, getConfiguration, getConverter, getMessage, getMessageArguments, getMessageCode, getType, getValidators, hashCode, hashCodeProvider, localization, message, message, messageArguments, messageCode, removeValidator, temporalType, validate, withConfiguration, withValidatorconfiguration, configuration, converter, converter, equalsHandler, hashCodeProvider, localization, temporalType, validator, withConfiguration, withConfiguration, withValidatormessage, message, messageArguments, messageCodeofcreate, 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, streampublic DefaultQueryDslProperty(com.querydsl.core.types.Path<T> path)
path - Property path (required not null)public com.querydsl.core.types.Path<T> getPath()
QueryDslPropertygetPath in interface QueryDslProperty<T>Copyright © 2019 The Holon Platform. All rights reserved.