You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@OverRide
public Predicate[] query(CriteriaBuilder criteriaBuilder, Root<${className}> root) throws Exception {
var predicates = new ArrayList<Predicate>();
return predicates.toArray(new Predicate[]{});
}
we have this error:
[ERROR]
java.lang.NullPointerException: Cannot invoke "org.jboss.forge.roaster.model.source.MethodSource.setBody(String)" because "templateMethod" is null
at it.ness.queryable.builder.QueryableV4Builder.createRsService (QueryableV4Builder.java:103)
The text was updated successfully, but these errors were encountered:
in absence of @q on field, we should have:
we have this error:
The text was updated successfully, but these errors were encountered: