Class NamedQueryUtil
- java.lang.Object
-
- io.quarkus.hibernate.reactive.panache.common.runtime.NamedQueryUtil
-
public final class NamedQueryUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RuntimeExceptioncheckForNamedQueryMistake(IllegalArgumentException x, String originalQuery)static voidcheckNamedQuery(Class<?> entityClass, String namedQuery)(package private) static StringgetNamedQuery(String namedQuery)static booleanisNamedQuery(Class<?> entityClass, String namedQuery)static voidsetNamedQueryMap(Map<String,Map<String,String>> newNamedQueryMap)
-
-
-
Method Detail
-
setNamedQueryMap
public static void setNamedQueryMap(Map<String,Map<String,String>> newNamedQueryMap)
-
checkForNamedQueryMistake
public static RuntimeException checkForNamedQueryMistake(IllegalArgumentException x, String originalQuery)
-
-