Uses of Interface
org.hibernate.query.specification.MutationSpecification.Augmentation
Packages that use MutationSpecification.Augmentation
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 MutationSpecification.Augmentation in org.hibernate.query.specification
Methods in org.hibernate.query.specification with parameters of type MutationSpecification.AugmentationModifier and TypeMethodDescriptionMutationSpecification.augment
(MutationSpecification.Augmentation<T> augmentation) Add an augmentation to the specification. -
Uses of MutationSpecification.Augmentation in org.hibernate.query.specification.internal
Methods in org.hibernate.query.specification.internal with parameters of type MutationSpecification.AugmentationModifier and TypeMethodDescriptionMutationSpecificationImpl.augment
(MutationSpecification.Augmentation<T> augmentation)