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
MutationSpecification
for programmatic customization of delete queries.Specialization ofQuerySpecification
for programmatic customization of mutation queries.A function capable of modifying or augmenting a criteria query.Allows aSelectionSpecification
to 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 ofQuerySpecification
for programmatic customization of selection queries with ordering and restriction criteria.A function capable of modifying or augmenting a criteria query.Allows aSelectionSpecification
to be augmented with the specification of a single projected attribute or path.Specialization ofMutationSpecification
for programmatic customization of update queries.