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