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 TypeInterfaceDescriptioninterfaceSpecialization ofMutationSpecificationfor programmatic customization of delete queries.interfaceSpecialization ofQuerySpecificationfor programmatic customization of mutation queries.interfaceAllows aSelectionSpecificationto be augmented with the specification of a projection list.interfaceSpecialization ofQuerySpecificationfor programmatic customization of selection queries with ordering and restriction criteria.interfaceAllows aSelectionSpecificationto be augmented with the specification of a single projected attribute or path.interfaceSpecialization ofMutationSpecificationfor 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.