インターフェース EntityPathResolver

すべての既知の実装クラス:
SimpleEntityPathResolver

public interface EntityPathResolver
プレーンドメインクラスを EntityPath に変換する方法を抽象化する戦略インターフェース。
作成者:
Oliver Gierke
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    <T> com.querydsl.core.types.EntityPath<T>
    createPath(ClassSE<T> domainClass)
  • メソッドの詳細

    • createPath

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