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 ofQuerySpecification
for programmatic customization of mutation queries.interface
Specialization ofQuerySpecification
for programmatic customization of selection queries with ordering and restriction criteria.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. -
Uses of QuerySpecification in org.hibernate.query.specification.internal
Classes in org.hibernate.query.specification.internal that implement QuerySpecificationModifier and TypeClassDescriptionclass
Standard implementation of MutationSpecificationclass
Standard implementation of SelectionSpecification