Package org.qubership.atp.dataset.db
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 TypeMethodDescriptionprotected static AttributePathDtoprotected static AttributePathDtocreateDto(org.qubership.atp.dataset.db.generated.QAttributeKey ak, com.querydsl.core.Tuple row) protected AttributePathDtomap(com.querydsl.core.Tuple row) Methods inherited from class com.querydsl.core.types.MappingProjection
accept, getArgs, newInstanceMethods inherited from class com.querydsl.core.types.FactoryExpressionBase
equals, skipNullsMethods inherited from class com.querydsl.core.types.ExpressionBase
getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
-
map
- Specified by:
mapin classcom.querydsl.core.types.MappingProjection<AttributePathDto>
-