Uses of Package
org.hibernate.query.specification
Packages that use org.hibernate.query.specification
Package
Description
Support for SelectionSpecification
and MutationSpecification which
is similar in concept to criteria queries, but focused on ease-of-use and less verbosity.
-
Classes in org.hibernate.query.specification used by org.hibernate.query.specificationClassDescriptionSpecialization of
MutationSpecificationfor programmatic customization of delete queries.Specialization ofQuerySpecificationfor programmatic customization of mutation queries.A function capable of modifying or augmenting a criteria query.Allows aSelectionSpecificationto be augmented with the specification of a projection list.Allows typesafe access to elements of theObject[]arrays returned by the query.Commonality for all query specifications which allow iterative, programmatic building of a query.Specialization ofQuerySpecificationfor programmatic customization of selection queries with ordering and restriction criteria.A function capable of modifying or augmenting a criteria query.Allows aSelectionSpecificationto be augmented with the specification of a single projected attribute or path.Specialization ofMutationSpecificationfor programmatic customization of update queries.