Uses of Interface
org.hibernate.query.specification.QuerySpecification
Packages that use QuerySpecification
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 QuerySpecification in org.hibernate.query.specification
Subinterfaces of QuerySpecification in org.hibernate.query.specificationModifier and TypeInterfaceDescriptioninterface
Specialization ofMutationSpecification
for programmatic customization of delete queries.interface
Specialization ofQuerySpecification
for programmatic customization of mutation queries.interface
Allows aSelectionSpecification
to be augmented with the specification of a projection list.interface
Specialization ofQuerySpecification
for programmatic customization of selection queries with ordering and restriction criteria.interface
Allows aSelectionSpecification
to be augmented with the specification of a single projected attribute or path.interface
Specialization ofMutationSpecification
for programmatic customization of update queries.Methods in org.hibernate.query.specification that return QuerySpecificationModifier and TypeMethodDescriptionQuerySpecification.restrict
(Restriction<? super T> restriction) Adds a restriction to the query specification.QuerySpecification.validate
(CriteriaBuilder builder) Validate the query.