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
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.