Class JPAQueryDetails<T>

java.lang.Object
org.smallmind.persistence.orm.querydsl.jpa.JPAQueryDetails<T>

public abstract class JPAQueryDetails<T> extends Object
  • Constructor Details

    • JPAQueryDetails

      public JPAQueryDetails()
    • JPAQueryDetails

      public JPAQueryDetails(String graph)
  • Method Details

    • getGraph

      public String getGraph()
    • completeQuery

      public abstract com.querydsl.jpa.impl.JPAQuery<T> completeQuery(com.querydsl.jpa.impl.JPAQuery<T> query)