インタフェース Expression<T>
-
- 型パラメータ:
T- 式が扱うクラスタイプ
- 既知のサブインタフェースのリスト:
EntityPath<T>,Path<T>,Predicate,PropertyPath<T>,SubQueryExpression<T>
- 既知の実装クラスのリスト:
BooleanBuilder,BooleanExpression,BooleanOperation,BooleanPath,ComparableExpression,Constant,DateExpressionBase,DslExpression,EntityPathBase,EnumExpression,EnumOperator,EnumPath,GeneralExpression,GeneralOperation,GeneralPath,ImmutableExpression,LocalDateExpression,LocalDateOperation,LocalDatePath,LocalDateTimeExpression,LocalDateTimeOperation,LocalDateTimePath,LocalTimeExpression,LocalTimeOperation,LocalTimePath,NumberExpression,NumberOperation,NumberPath,OperationMixin,PathMixin,PredicateOperation,SqlDateExpression,SqlDateOperation,SqlDatePath,SqlTimeExpression,SqlTimeOperation,SqlTimePath,SqlTimestampExpression,SqlTimestampOperation,SqlTimestampPath,StringExpression,StringOperation,StringPath,SubQueryOperation,TemporalExpressionBase,UtilDateExpression,UtilDateOperation,UtilDatePath
public interface Expression<T>一般的な式を表現します。- 作成者:
- T.TSUCHIE
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 <C> voidaccept(Visitor<C> visitor, C context)式であるノードを巡回するためのVisitorを受け付けます。Class<? extends T>getType()式のクラスタイプを取得します。
-