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
QuerySpecification
for programmatic customization of mutation queries.A function capable of modifying or augmenting a criteria 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.