co.streamx.fluent.JPA.FluentQuery Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fluent-jpa Show documentation
Show all versions of fluent-jpa Show documentation
Fluent query implementation for JPA repositories
The newest version!
package co.streamx.fluent.JPA;
import java.sql.Time;
import java.sql.Timestamp;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import jakarta.persistence.EntityManager;
import jakarta.persistence.Query;
import jakarta.persistence.TemporalType;
import jakarta.persistence.TypedQuery;
import lombok.ToString;
/**
* Interface used to create {@link Query} or {@link TypedQuery} instances
*/
public interface FluentQuery {
/**
* @see ToString
* @return Parameters ordered as passed to the resulting expression
*/
List