public class SimpleEntityPathResolver extends ObjectSE implements EntityPathResolver
EntityPathResolver の単純な実装。| 修飾子と型 | フィールドと説明 |
|---|---|
static SimpleEntityPathResolver | INSTANCE |
| コンストラクターと説明 |
|---|
SimpleEntityPathResolver(StringSE querySuffix) 指定されたクエリパッケージサフィックスを使用して新しい SimpleEntityPathResolver を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
<T> com.querydsl.core.types.EntityPath<T> | createPath(ClassSE<T> domainClass) 指定されたドメインクラスの EntityPath インスタンスを作成します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic static final SimpleEntityPathResolver INSTANCE
public SimpleEntityPathResolver(StringSE querySuffix)
SimpleEntityPathResolver を作成します。querySuffix - null であってはなりません。public <T> com.querydsl.core.types.EntityPath<T> createPath(ClassSE<T> domainClass)
EntityPath インスタンスを作成します。命名規則に一致するクラスを検索し(クラスの単純な名前、同じパッケージの前に Q を追加)、その中の同じ型の静的フィールドを見つけようとします。EntityPathResolver 内の createPath domainClass -Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.