インタフェースの使用
com.github.mygreen.sqlmapper.metamodel.EntityPath
-
EntityPathを使用しているパッケージ パッケージ 説明 com.github.mygreen.sqlmapper.metamodel メタモデルによる条件式の組み立て機能を提供します。com.github.mygreen.sqlmapper.metamodel.operation 演算子の実装com.github.mygreen.sqlmapper.metamodel.support サポート機能を提供します。 -
-
com.github.mygreen.sqlmapper.metamodelでのEntityPathの使用
EntityPathを実装しているcom.github.mygreen.sqlmapper.metamodelのクラス 修飾子とタイプ クラス 説明 classEntityPathBase<T>エンティティのメタモデルのベースクラス。 -
com.github.mygreen.sqlmapper.metamodel.operationでのEntityPathの使用
EntityPathを返すcom.github.mygreen.sqlmapper.metamodel.operationのメソッド 修飾子とタイプ メソッド 説明 EntityPath<?>SubQueryMeta. getEntityPath()抽出対象テーブルのエンティティEntityPath型のパラメータを持つcom.github.mygreen.sqlmapper.metamodel.operationのメソッド 修飾子とタイプ メソッド 説明 voidSubQueryMeta. setEntityPath(EntityPath<?> entityPath)抽出対象テーブルのエンティティ -
com.github.mygreen.sqlmapper.metamodel.supportでのEntityPathの使用
EntityPath型のパラメータを持つcom.github.mygreen.sqlmapper.metamodel.supportのメソッド 修飾子とタイプ メソッド 説明 static SubQueryExpression<?>SubQueryHelper. from(EntityPath<?> entityPath)抽出対象のエンティティを指定して、サブクエリのインスタンスを作成します。static <T> SubQueryExpression<T>SubQueryHelper. from(EntityPath<?> entityPath, PropertyPath<T> include)抽出対象のエンティティ(テーブル)とプロパティ(カラム)指定して、サブクエリのインスタンスを作成します。
-