接口 Renderable
-
- 所有已知子接口:
CollectionJoinImplementor<Z,X>,ExpressionImplementor<T>,FromImplementor<Z,X>,JoinImplementor<Z,X>,ListJoinImplementor<Z,X>,MapJoinImplementor<Z,K,V>,PathImplementor<X>,PredicateImplementor,SetJoinImplementor<Z,X>
- 所有已知实现类:
AbsFunction,AbstractFromImpl,AbstractJoinImpl,AbstractPathImpl,AbstractPredicateImpl,AbstractSimplePredicate,AggregationFunction,AggregationFunction.AVG,AggregationFunction.COUNT,AggregationFunction.GREATEST,AggregationFunction.LEAST,AggregationFunction.MAX,AggregationFunction.MIN,AggregationFunction.SUM,BasicFunctionExpression,BetweenPredicate,BinaryArithmeticOperation,BooleanAssertionPredicate,BooleanExpressionPredicate,BooleanStaticAssertionPredicate,CastFunction,CoalesceExpression,CollectionAttributeJoin,CollectionAttributeJoin.TreatedCollectionAttributeJoin,ComparisonPredicate,CompoundPredicate,CompoundSelectionImpl,ConcatExpression,CriteriaSubqueryImpl,CriteriaSubqueryImpl.SubquerySelection,CurrentDateFunction,CurrentTimeFunction,CurrentTimestampFunction,DelegatedExpressionImpl,EntityTypeExpression,ExistsPredicate,ExplicitTruthValueCheck,ExpressionImpl,InPredicate,IsEmptyPredicate,LengthFunction,LikePredicate,ListAttributeJoin,ListAttributeJoin.TreatedListAttributeJoin,ListIndexExpression,LiteralExpression,LocateFunction,LowerFunction,MapAttributeJoin,MapAttributeJoin.TreatedMapAttributeJoin,MapEntryExpression,MapKeyHelpers.MapKeyPath,MapKeyHelpers.MapKeySource,MemberOfPredicate,NegatedPredicateWrapper,NullifExpression,NullLiteralExpression,NullnessPredicate,ParameterExpressionImpl,ParameterizedFunctionExpression,PathTypeExpression,PluralAttributeJoinSupport,PluralAttributePath,RootImpl,RootImpl.TreatedRoot,SearchedCaseExpression,SetAttributeJoin,SetAttributeJoin.TreatedSetAttributeJoin,SimpleCaseExpression,SingularAttributeJoin,SingularAttributeJoin.TreatedSingularAttributeJoin,SingularAttributePath,SingularAttributePath.TreatedSingularAttributePath,SizeOfPluralAttributeExpression,SqrtFunction,SubqueryComparisonModifierExpression,SubstringFunction,TrimFunction,UnaryArithmeticOperation,UpperFunction
public interface RenderableContract for nodes in the JPA Criteria tree that can be rendered as part of criteria "compilation"- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Stringrender(RenderingContext renderingContext)Perform the rendering, returning the rendition
-
-
-
方法详细资料
-
render
String render(RenderingContext renderingContext)
Perform the rendering, returning the rendition
-
-