Class UuidModelFilter<T extends UuidModelFilter<T,​R>,​R extends AuditedVersionedModel>

    • Field Detail

      • uuid

        public Set<UUID> uuid
        The created by.
    • Constructor Detail

      • UuidModelFilter

        public UuidModelFilter()
    • Method Detail

      • collectPredicates

        protected List<com.querydsl.core.types.Predicate> collectPredicates​(com.querydsl.core.types.dsl.EntityPathBase<R> instance,
                                                                            QUuidModel uuidModel)
        Collects list of filter predicates
        Parameters:
        instance - the instance of Q-type of R
        uuidModel - the uuid model
        Returns:
        list of predicates