Index
All Classes and Interfaces|All Packages|Serialized Form
A
- aggregateResult(String, String) - Method in class io.quarkus.panache.hibernate.common.runtime.CountParserVisitor
- aggregateResult(String, String) - Method in class io.quarkus.panache.hibernate.common.runtime.SubQueryAliasParserVisitor
C
- CountParserVisitor - Class in io.quarkus.panache.hibernate.common.runtime
- CountParserVisitor() - Constructor for class io.quarkus.panache.hibernate.common.runtime.CountParserVisitor
- createCountQuery(Class<?>, String, int) - Static method in class io.quarkus.panache.hibernate.common.runtime.PanacheJpaUtil
- createDeleteQuery(Class<?>, String, int) - Static method in class io.quarkus.panache.hibernate.common.runtime.PanacheJpaUtil
- createFindQuery(Class<?>, String, int) - Static method in class io.quarkus.panache.hibernate.common.runtime.PanacheJpaUtil
- createUpdateQuery(Class<?>, String, int) - Static method in class io.quarkus.panache.hibernate.common.runtime.PanacheJpaUtil
D
- defaultResult() - Method in class io.quarkus.panache.hibernate.common.runtime.CountParserVisitor
- defaultResult() - Method in class io.quarkus.panache.hibernate.common.runtime.SubQueryAliasParserVisitor
F
- FETCH_PATTERN - Static variable in class io.quarkus.panache.hibernate.common.runtime.PanacheJpaUtil
- FROM_PATTERN - Static variable in class io.quarkus.panache.hibernate.common.runtime.PanacheJpaUtil
G
- getCountQueryUsingParser(String) - Static method in class io.quarkus.panache.hibernate.common.runtime.PanacheJpaUtil
-
This turns an HQL (already expanded from Panache-QL) query into a count query, using the ORM HQL parser.
- getEntityName(Class<?>) - Static method in class io.quarkus.panache.hibernate.common.runtime.PanacheJpaUtil
- getFastCountQuery(String) - Static method in class io.quarkus.panache.hibernate.common.runtime.PanacheJpaUtil
-
This turns an HQL (already expanded from Panache-QL) query into a count query, using text manipulation if we can, because it's faster, or fall back to using the ORM HQL parser in
getCountQueryUsingParser(String)
I
- io.quarkus.panache.hibernate.common.runtime - package io.quarkus.panache.hibernate.common.runtime
- isNamedQuery(String) - Static method in class io.quarkus.panache.hibernate.common.runtime.PanacheJpaUtil
L
- LONE_SELECT_PATTERN - Static variable in class io.quarkus.panache.hibernate.common.runtime.PanacheJpaUtil
P
- PanacheJpaUtil - Class in io.quarkus.panache.hibernate.common.runtime
- PanacheJpaUtil() - Constructor for class io.quarkus.panache.hibernate.common.runtime.PanacheJpaUtil
R
- RequiresSubqueryException - Exception in io.quarkus.panache.hibernate.common.runtime
- RequiresSubqueryException() - Constructor for exception io.quarkus.panache.hibernate.common.runtime.RequiresSubqueryException
- result() - Method in class io.quarkus.panache.hibernate.common.runtime.CountParserVisitor
- result() - Method in class io.quarkus.panache.hibernate.common.runtime.SubQueryAliasParserVisitor
S
- SELECT_PATTERN - Static variable in class io.quarkus.panache.hibernate.common.runtime.PanacheJpaUtil
- SubQueryAliasParserVisitor - Class in io.quarkus.panache.hibernate.common.runtime
- SubQueryAliasParserVisitor() - Constructor for class io.quarkus.panache.hibernate.common.runtime.SubQueryAliasParserVisitor
T
- toOrderBy(Sort) - Static method in class io.quarkus.panache.hibernate.common.runtime.PanacheJpaUtil
- trimForAnalysis(String) - Static method in class io.quarkus.panache.hibernate.common.runtime.PanacheJpaUtil
-
Removes \n, \r and outside spaces, and turns to lower case.
V
- visitJoin(HqlParser.JoinContext) - Method in class io.quarkus.panache.hibernate.common.runtime.CountParserVisitor
- visitJoin(HqlParser.JoinContext) - Method in class io.quarkus.panache.hibernate.common.runtime.SubQueryAliasParserVisitor
- visitQuery(HqlParser.QueryContext) - Method in class io.quarkus.panache.hibernate.common.runtime.CountParserVisitor
- visitQueryOrder(HqlParser.QueryOrderContext) - Method in class io.quarkus.panache.hibernate.common.runtime.CountParserVisitor
- visitQueryOrder(HqlParser.QueryOrderContext) - Method in class io.quarkus.panache.hibernate.common.runtime.SubQueryAliasParserVisitor
- visitSelectClause(HqlParser.SelectClauseContext) - Method in class io.quarkus.panache.hibernate.common.runtime.CountParserVisitor
- visitSelection(HqlParser.SelectionContext) - Method in class io.quarkus.panache.hibernate.common.runtime.SubQueryAliasParserVisitor
- visitSimpleQueryGroup(HqlParser.SimpleQueryGroupContext) - Method in class io.quarkus.panache.hibernate.common.runtime.CountParserVisitor
- visitSimpleQueryGroup(HqlParser.SimpleQueryGroupContext) - Method in class io.quarkus.panache.hibernate.common.runtime.SubQueryAliasParserVisitor
- visitTerminal(TerminalNode) - Method in class io.quarkus.panache.hibernate.common.runtime.CountParserVisitor
- visitTerminal(TerminalNode) - Method in class io.quarkus.panache.hibernate.common.runtime.SubQueryAliasParserVisitor
W
- WITH_PATTERN - Static variable in class io.quarkus.panache.hibernate.common.runtime.PanacheJpaUtil
All Classes and Interfaces|All Packages|Serialized Form