Uses of Interface
org.hibernate.query.specification.ProjectionSpecification
Packages that use ProjectionSpecification
Package
Description
Support for SelectionSpecification
and MutationSpecification which
is similar in concept to criteria queries, but focused on ease-of-use and less verbosity.
-
Uses of ProjectionSpecification in org.hibernate.query.specification
Methods in org.hibernate.query.specification that return ProjectionSpecificationModifier and TypeMethodDescriptionstatic <T> ProjectionSpecification
<T> ProjectionSpecification.create
(SelectionSpecification<T> selectionSpecification) Create a newProjectionSpecification
which augments the givenSelectionSpecification
.default ProjectionSpecification
<T> SelectionSpecification.createProjection()
ProjectionSpecification.validate
(CriteriaBuilder builder)