Package org.hibernate.query.specification
package org.hibernate.query.specification
Support for SelectionSpecification
and MutationSpecification which
is similar in concept to criteria queries, but focused on ease-of-use and less verbosity.
-
InterfacesClassDescriptionSpecialization 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.