インタフェースの使用
com.github.mygreen.sqlmapper.metamodel.PropertyPath
-
PropertyPathを使用しているパッケージ パッケージ 説明 com.github.mygreen.sqlmapper.metamodel メタモデルによる条件式の組み立て機能を提供します。com.github.mygreen.sqlmapper.metamodel.expression 式を表現する機能を提供します。com.github.mygreen.sqlmapper.metamodel.operation 演算子の実装com.github.mygreen.sqlmapper.metamodel.support サポート機能を提供します。 -
-
com.github.mygreen.sqlmapper.metamodelでのPropertyPathの使用
PropertyPathを実装しているcom.github.mygreen.sqlmapper.metamodelのクラス 修飾子とタイプ クラス 説明 classBooleanPathブーリアン型のプロパティを表現します。classEnumPath<T extends Enum<T>>列挙型のプロパティを表現します。classGeneralPath<T>汎用的な型のプロパティを表現します。classLocalDatePathLocalDate型のプロパティを表現します。classLocalDateTimePathLocalDateTime型のプロパティを表現します。classLocalTimePathLocalTime型のプロパティを表現します。classNumberPath<T extends Number & Comparable<T>>数値型のプロパティを表現します。classSqlDatePathDate型のプロパティを表現します。classSqlTimePathDate型のプロパティを表現します。classSqlTimestampPathTimestamp型のプロパティを表現します。classStringPath文字列型のプロパティを表現します。classUtilDatePathDate型のプロパティを表現します。PropertyPathを返すcom.github.mygreen.sqlmapper.metamodelのメソッド 修飾子とタイプ メソッド 説明 PropertyPath<?>EntityPath. findPropertyPath(String propertyName)指定したプロパティ情報を検索する。PropertyPath<?>EntityPathBase. findPropertyPath(String propertyName)PropertyPath<?>EntityPath. getPropertyPath(String propertyName)指定したプロパティ情報を取得する。PropertyPath<?>EntityPathBase. getPropertyPath(String propertyName) -
com.github.mygreen.sqlmapper.metamodel.expressionでのPropertyPathの使用
PropertyPath型のパラメータを持つcom.github.mygreen.sqlmapper.metamodel.expressionのメソッド 修飾子とタイプ メソッド 説明 SubQueryExpression<T>SubQueryExpression. includes(PropertyPath<?>... properties)指定のプロパティのみを挿入対象とします。 -
com.github.mygreen.sqlmapper.metamodel.operationでのPropertyPathの使用
PropertyPath型の引数を持つ型を返すcom.github.mygreen.sqlmapper.metamodel.operationのメソッド 修飾子とタイプ メソッド 説明 Set<PropertyPath<?>>SubQueryMeta. getIncludesProperties()抽出対象のプロパティです。PropertyPath型のパラメータを持つcom.github.mygreen.sqlmapper.metamodel.operationのメソッド 修飾子とタイプ メソッド 説明 voidSubQueryMeta. addInclude(PropertyPath<?>... properties)SubQueryExpression<T>SubQueryOperation. includes(PropertyPath<?>... properties) -
com.github.mygreen.sqlmapper.metamodel.supportでのPropertyPathの使用
PropertyPath型のパラメータを持つcom.github.mygreen.sqlmapper.metamodel.supportのメソッド 修飾子とタイプ メソッド 説明 static <T> SubQueryExpression<T>SubQueryHelper. from(EntityPath<?> entityPath, PropertyPath<T> include)抽出対象のエンティティ(テーブル)とプロパティ(カラム)指定して、サブクエリのインスタンスを作成します。
-