Ejemplo n.º 1
0
 protected QueryDSLMatchExpression.QueryDSLPath path(String name) {
   return QueryDSLMatchExpression.path(name);
 }
Ejemplo n.º 2
0
 /**
  * Use this to invoke the shortestPath function
  *
  * @param name
  * @return
  */
 protected QueryDSLMatchExpression.QueryDSLFunctionPath shortestPath(String name) {
   return QueryDSLMatchExpression.shortestPath(name);
 }
Ejemplo n.º 3
0
 protected QueryDSLMatchExpression.QueryDSLPath path() {
   return QueryDSLMatchExpression.path();
 }