azizairo

Results 3 issues of azizairo

###CustomFileNameGenerator not working ### Short description I have been developed demo app for streaming vod from custom directory. I've implemented CustomFileNameGenerator as described in documentation, but it is not working....

I have case when i need unpaged result with sort order. So to implement this i just used Pageable.unpaged method that allows to pass Sort parameter and I am expacting...

status: ideal-for-contribution
type: enhancement

Hi, I am getting the error: Attribute not found while trying to join subtype associations. Here is my query: ```java blazeJPAQueryFactory.with(maxLessonContentVersionCTE, subquery1) .select(moduleUnit) .from(moduleUnit) .leftJoin(moduleUnit.as(QLesson.class).contents, lessonContent).fetchJoin() .fetchOne(); ``` If i...

question
component: QueryDSL