|
Change Parameter Type path : String to path : PropertyPath in method public SortFieldImpl(path PropertyPath, isAscending boolean) in class org.infinispan.objectfilter.impl.hql.FilterParsingResult.SortFieldImpl |
From |
To |
|
Change Parameter Type q : org.infinispan.query.dsl.Query to q : Query in method private makeResponse(q Query) : QueryResponse in class org.infinispan.query.remote.QueryFacadeImpl |
From |
To |
|
Change Parameter Type attributePath : String to expression : Expression in method public AttributeCondition(queryFactory QueryFactory, expression Expression) in class org.infinispan.query.dsl.impl.AttributeCondition |
From |
To |
|
Change Parameter Type propertyPath : PropertyPath to propertyPath : org.hibernate.hql.ast.origin.hql.resolve.path.PropertyPath in method protected addSortField(propertyPath org.hibernate.hql.ast.origin.hql.resolve.path.PropertyPath, collateName String, isAscending boolean) : void in class org.infinispan.objectfilter.impl.hql.FilterRendererDelegate |
From |
To |
|
Change Parameter Type propertyPath : PropertyPath to propertyPath : org.hibernate.hql.ast.origin.hql.resolve.path.PropertyPath in method public setPropertyPath(propertyPath org.hibernate.hql.ast.origin.hql.resolve.path.PropertyPath) : void in class org.infinispan.objectfilter.impl.hql.FilterRendererDelegate |
From |
To |
|
Rename Method protected getFilterCondition() : BaseCondition renamed to protected getWhereFilterCondition() : BaseCondition in class org.infinispan.query.dsl.impl.BaseQueryBuilder |
From |
To |
|
Rename Method public getQuery() : BooleanExpr renamed to public getWhereClause() : BooleanExpr in class org.infinispan.objectfilter.impl.hql.FilterParsingResult |
From |
To |
|
Rename Method public testIsNotNull() : void renamed to public testIsNotNull1() : void in class org.infinispan.objectfilter.test.AbstractMatcherTest |
From |
To |
|
Rename Method public getMatchResult() : boolean renamed to public isMatching() : boolean in class org.infinispan.objectfilter.impl.predicateindex.FilterEvalContext |
From |
To |
|
Rename Method public testIsNull() : void renamed to public testIsNull3() : void in class org.infinispan.all.embeddedquery.QueryDslConditionsTest |
From |
To |
|
Rename Method public testIsNull() : void renamed to public testIsNull3() : void in class org.infinispan.query.dsl.embedded.QueryDslConditionsTest |
From |
To |
|
Rename Attribute isRepeatedProperty : boolean to valueExpr : ValueExpr in class org.infinispan.objectfilter.impl.hql.predicate.FilterRangePredicate |
From |
To |
|
Rename Attribute isRepeatedProperty : boolean to valueExpr : ValueExpr in class org.infinispan.objectfilter.impl.hql.predicate.FilterComparisonPredicate |
From |
To |
|
Rename Attribute isRepeatedProperty : boolean to valueExpr : ValueExpr in class org.infinispan.objectfilter.impl.hql.predicate.FilterIsNullPredicate |
From |
To |
|
Rename Attribute isRepeatedProperty : boolean to valueExpr : ValueExpr in class org.infinispan.objectfilter.impl.hql.predicate.FilterInPredicate |
From |
To |
|
Rename Attribute attributePath : String to expression : Expression in class org.infinispan.query.dsl.impl.AttributeCondition |
From |
To |
|
Rename Attribute projections : List<String> to projectedPaths : List<PropertyPath> in class org.infinispan.objectfilter.impl.hql.FilterParsingResult |
From |
To |
|
Rename Attribute filter : BooleanExpr to whereFilter : BooleanExpr in class org.infinispan.objectfilter.impl.hql.FilterParsingResult |
From |
To |
|
Rename Attribute isRepeatedProperty : boolean to valueExpr : ValueExpr in class org.infinispan.objectfilter.impl.hql.predicate.FilterLikePredicate |
From |
To |
|
Rename Attribute attributePath : String to pathExpression : Expression in class org.infinispan.query.dsl.impl.SortCriteria |
From |
To |
|
Change Attribute Type isRepeatedProperty : boolean to valueExpr : ValueExpr in class org.infinispan.objectfilter.impl.hql.predicate.FilterRangePredicate |
From |
To |
|
Change Attribute Type isRepeatedProperty : boolean to valueExpr : ValueExpr in class org.infinispan.objectfilter.impl.hql.predicate.FilterComparisonPredicate |
From |
To |
|
Change Attribute Type isRepeatedProperty : boolean to valueExpr : ValueExpr in class org.infinispan.objectfilter.impl.hql.predicate.FilterInPredicate |
From |
To |
|
Change Attribute Type projection : String[] to projection : Expression[] in class org.infinispan.query.dsl.impl.BaseQueryBuilder |
From |
To |
|
Change Attribute Type isRepeatedProperty : boolean to valueExpr : ValueExpr in class org.infinispan.objectfilter.impl.hql.predicate.FilterIsNullPredicate |
From |
To |
|
Change Attribute Type projections : List<String> to projectedPaths : List<PropertyPath> in class org.infinispan.objectfilter.impl.hql.FilterParsingResult |
From |
To |
|
Change Attribute Type attributePath : String to expression : Expression in class org.infinispan.query.dsl.impl.AttributeCondition |
From |
To |
|
Change Attribute Type isRepeatedProperty : boolean to valueExpr : ValueExpr in class org.infinispan.objectfilter.impl.hql.predicate.FilterLikePredicate |
From |
To |
|
Change Attribute Type attributePath : String to pathExpression : Expression in class org.infinispan.query.dsl.impl.SortCriteria |
From |
To |
|
Change Attribute Type results : List to results : List<Object> in class org.infinispan.query.dsl.embedded.impl.BaseEmbeddedQuery |
From |
To |
|
Change Attribute Type path : String to path : PropertyPath in class org.infinispan.objectfilter.impl.hql.FilterParsingResult.SortFieldImpl |
From |
To |
|
Rename Parameter entityTypeName : String to fromEntityTypeName : String in method public printTree(fromEntityTypeName String, whereClause BooleanExpr, orderBy List<SortField>) : String in class org.infinispan.objectfilter.impl.syntax.JPATreePrinter |
From |
To |
|
Rename Parameter sortFields : List<SortField> to orderBy : List<SortField> in method public printTree(fromEntityTypeName String, whereClause BooleanExpr, orderBy List<SortField>) : String in class org.infinispan.objectfilter.impl.syntax.JPATreePrinter |
From |
To |
|
Rename Parameter attributePath : String to expression : Expression in method public AttributeCondition(queryFactory QueryFactory, expression Expression) in class org.infinispan.query.dsl.impl.AttributeCondition |
From |
To |
|
Rename Parameter filter : BooleanExpr to whereFilter : BooleanExpr in method package FilterParsingResult(whereFilter BooleanExpr, havingFilter BooleanExpr, targetEntityName String, targetEntityMetadata TypeMetadata, projectedPaths List<PropertyPath>, groupBy List<PropertyPath>, sortFields List<SortField>) in class org.infinispan.objectfilter.impl.hql.FilterParsingResult |
From |
To |
|
Rename Parameter query : BooleanExpr to whereClause : BooleanExpr in method public printTree(whereClause BooleanExpr) : String in class org.infinispan.objectfilter.impl.syntax.JPATreePrinter |
From |
To |
|
Rename Parameter query : BooleanExpr to whereClause : BooleanExpr in method public printTree(fromEntityTypeName String, whereClause BooleanExpr, orderBy List<SortField>) : String in class org.infinispan.objectfilter.impl.syntax.JPATreePrinter |
From |
To |