- java.lang.Object
-
- org.datanucleus.api.jpa.criteria.JPQLHelper
-
public class JPQLHelper extends Object
Helper class that assists in generating JPQL from "org.datanucleus.query.expression" expressions. TODO Drop this and use JPQLQueryHelper from "core".
-
-
Constructor Summary
Constructors Constructor Description JPQLHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetJPQLForExpression(org.datanucleus.store.query.expression.Expression expr)
-
-
-
Method Detail
-
getJPQLForExpression
public static String getJPQLForExpression(org.datanucleus.store.query.expression.Expression expr)
-
-