Class RecordsNativeQuery

    • Constructor Detail

      • RecordsNativeQuery

        public RecordsNativeQuery​(RecordQuery params)
    • Method Detail

      • getProjection

        protected com.querydsl.core.types.Expression<RecordVO> getProjection​(com.querydsl.sql.SQLQuery<?> query,
                                                                             Integer totalCount)
        Description copied from class: NativeQuery
        Must be implemented in order to return projection for results in the query, given the total record count
        Specified by:
        getProjection in class NativeQuery<RecordQuery,​Record,​RecordVO>
      • initializeQuery

        protected List<com.querydsl.core.types.Expression<?>> initializeQuery​(com.querydsl.sql.SQLQuery<?> query)
        Description copied from class: NativeQuery
        Initializes the query, returning additional from expressions that should be applied after all others
        Specified by:
        initializeQuery in class NativeQuery<RecordQuery,​Record,​RecordVO>