All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.ouestfrance.querydsl.postgrest.criterias.ByIds Maven / Gradle / Ivy

There is a newer version: 1.4.3
Show newest version
package fr.ouestfrance.querydsl.postgrest.criterias;

import java.util.List;

import fr.ouestfrance.querydsl.FilterField;
import fr.ouestfrance.querydsl.FilterOperation;

record ByIds(@FilterField(operation = FilterOperation.IN.class)
             List> id) {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy