Interface EntityPathResolver

All Known Implementing Classes:
SimpleEntityPathResolver

public interface EntityPathResolver
Strategy interface to abstract the ways to translate an plain domain class into a EntityPath.
Author:
Oliver Gierke
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> com.querydsl.core.types.EntityPath<T>
    createPath(Class<T> domainClass)
     
  • Method Details

    • createPath

      <T> com.querydsl.core.types.EntityPath<T> createPath(Class<T> domainClass)