Class QuerydslUtils

java.lang.Object
org.springframework.data.querydsl.QuerydslUtils

public abstract class QuerydslUtils extends Object
Utility class for Querydsl.
Author:
Oliver Gierke
  • Field Details

    • QUERY_DSL_PRESENT

      public static final boolean QUERY_DSL_PRESENT
  • Method Details

    • toDotPath

      public static String toDotPath(com.querydsl.core.types.Path<?> path)
      Returns the property path for the given Path.
      Parameters:
      path - can be null.
      Returns: