Class AttributePathRepository.AttributePathProjection

java.lang.Object
com.querydsl.core.types.ExpressionBase<AttributePathDto>
com.querydsl.core.types.FactoryExpressionBase<AttributePathDto>
com.querydsl.core.types.MappingProjection<AttributePathDto>
org.qubership.atp.dataset.db.AttributePathRepository.AttributePathProjection
All Implemented Interfaces:
com.querydsl.core.types.Expression<AttributePathDto>, com.querydsl.core.types.FactoryExpression<AttributePathDto>, Serializable
Enclosing class:
AttributePathRepository

protected static class AttributePathRepository.AttributePathProjection extends com.querydsl.core.types.MappingProjection<AttributePathDto>
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    protected static AttributePathDto
    createDto(UUID id, UUID dslId, UUID dsId, UUID targetAttrId, String attrKey)
     
    protected static AttributePathDto
    createDto(org.qubership.atp.dataset.db.generated.QAttributeKey ak, com.querydsl.core.Tuple row)
     
    map(com.querydsl.core.Tuple row)
     

    Methods inherited from class com.querydsl.core.types.MappingProjection

    accept, getArgs, newInstance

    Methods inherited from class com.querydsl.core.types.FactoryExpressionBase

    equals, skipNulls

    Methods inherited from class com.querydsl.core.types.ExpressionBase

    getType, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.querydsl.core.types.Expression

    getType
  • Method Details

    • createDto

      @Nonnull protected static AttributePathDto createDto(@Nonnull org.qubership.atp.dataset.db.generated.QAttributeKey ak, @Nonnull com.querydsl.core.Tuple row)
    • createDto

      protected static AttributePathDto createDto(@Nonnull UUID id, @Nonnull UUID dslId, @Nonnull UUID dsId, @Nonnull UUID targetAttrId, @Nonnull String attrKey)
    • map

      protected AttributePathDto map(com.querydsl.core.Tuple row)
      Specified by:
      map in class com.querydsl.core.types.MappingProjection<AttributePathDto>