Class QExtensionPointWithTransferType

    • Field Detail

      • enabled

        public final com.querydsl.core.types.dsl.BooleanPath enabled
      • id

        public final com.querydsl.core.types.dsl.NumberPath<Long> id
      • name

        public final com.querydsl.core.types.dsl.StringPath name
      • scriptParameters

        public final com.querydsl.core.types.dsl.StringPath scriptParameters
      • version

        public final QInteger version
    • Constructor Detail

      • QExtensionPointWithTransferType

        public QExtensionPointWithTransferType​(String variable)
      • QExtensionPointWithTransferType

        public QExtensionPointWithTransferType​(com.querydsl.core.types.Path<? extends ExtensionPointWithTransferType> path)
      • QExtensionPointWithTransferType

        public QExtensionPointWithTransferType​(com.querydsl.core.types.PathMetadata metadata)
      • QExtensionPointWithTransferType

        public QExtensionPointWithTransferType​(com.querydsl.core.types.PathMetadata metadata,
                                               com.querydsl.core.types.dsl.PathInits inits)
      • QExtensionPointWithTransferType

        public QExtensionPointWithTransferType​(Class<? extends ExtensionPointWithTransferType> type,
                                               com.querydsl.core.types.PathMetadata metadata,
                                               com.querydsl.core.types.dsl.PathInits inits)