org.springframework.data.repository.query.TupleConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of specification-with-projections Show documentation
Show all versions of specification-with-projections Show documentation
Support specification with projection for Spring Data JPA
The newest version!
package org.springframework.data.repository.query;
import org.springframework.core.convert.converter.Converter;
import org.springframework.lang.Nullable;
import org.springframework.util.Assert;
import javax.persistence.Tuple;
import javax.persistence.TupleElement;
import java.util.*;
import java.util.stream.Collectors;
public class TupleConverter implements Converter
© 2015 - 2025 Weber Informatics LLC | Privacy Policy