DATAJPA-564 - Allow SpEL expressions to be the only consumer of query method parameters.
Since eclipselink doesn't reliably report whether a given query contains parameter we try to set query-parameters via brute force in SESQPB.
This commit is contained in:
committed by
Oliver Gierke
parent
0602084c0e
commit
26cda66de8
@@ -74,10 +74,4 @@ public class EclipseLinkNamespaceUserRepositoryTests extends NamespaceUserReposi
|
||||
*/
|
||||
@Override
|
||||
public void findByElementCollectionAttribute() {}
|
||||
|
||||
/**
|
||||
* Temporarily ignored until issue with native queries and pagination is resolved.
|
||||
*/
|
||||
@Override
|
||||
public void shouldFindUsersInNativeQueryWithPagination() {}
|
||||
}
|
||||
|
||||
@@ -89,7 +89,7 @@ public class OpenJpaNamespaceUserRepositoryTests extends NamespaceUserRepository
|
||||
}
|
||||
|
||||
/**
|
||||
* Temporarily ignored until issue with native queries and pagination is resolved.
|
||||
* Temporarily ignored until openjpa works with hsqldb 2.x.
|
||||
*/
|
||||
@Override
|
||||
public void shouldFindUsersInNativeQueryWithPagination() {}
|
||||
|
||||
Reference in New Issue
Block a user