Uses of Interface
org.hibernate.query.specification.DeleteSpecification
Packages that use DeleteSpecification
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 DeleteSpecification in org.hibernate.query.specification
Methods in org.hibernate.query.specification that return DeleteSpecificationModifier and TypeMethodDescriptionDeleteSpecification.augment
(MutationSpecification.Augmentation<T> augmentation) static <T> DeleteSpecification
<T> DeleteSpecification.create
(CriteriaDelete<T> criteriaDelete) Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery based on the given criteria delete, allowing the addition of restrictions.static <T> DeleteSpecification
<T> Returns a specification reference which can be used to programmatically, iteratively build a MutationQuery which deletes the given entity type.DeleteSpecification.restrict
(Restriction<? super T> restriction) DeleteSpecification.validate
(CriteriaBuilder builder)