Interface | Description |
---|---|
CompilableCriteria | |
CriteriaInterpretation |
The interpretation of a JPA criteria object.
|
ImplicitParameterBinding |
Used to describe implicit (not defined in criteria query) parameters.
|
InterpretedParameterMetadata |
Represents information about parameters from a compiled criteria query.
|
RenderingContext |
Used to provide a context and services to the rendering.
|
Class | Description |
---|---|
CriteriaCompiler |
Compiles a JPA criteria query into an executable
TypedQuery . |
CriteriaQueryTypeQueryAdapter<X> |
Make this go away in 6.0 :)
Needed because atm we render a JPA Criteria query into a HQL/JPQL query String and some metadata, and then
compile into a Query.
|
ExplicitParameterInfo<T> |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.