Uses of Interface
org.hibernate.query.restriction.Path
Packages that use Path
Package
Description
Support for assignment
with
MutationSpecification
.The
Restriction
framework.Support for SelectionSpecification
and MutationSpecification which
is similar in concept to criteria queries, but focused on ease-of-use and less verbosity.
-
Uses of Path in org.hibernate.query.assignment
Methods in org.hibernate.query.assignment with parameters of type PathModifier and TypeMethodDescriptionstatic <T,
X> Assignment <T> Assignment.set
(SingularAttribute<T, X> attribute, Path<T, X> value) An assigment of the entity or embeddable field or property identified by the given path from the root entity to the given attribute of the root entity.static <T,
X> Assignment <T> An assigment of one entity or embeddable field or property to another entity or embeddable field or property, each identified by a given path from the root entity.static <T,
X> Assignment <T> An assigment of the given literal value to the entity or embeddable field or property identified by the given path from the root entity. -
Uses of Path in org.hibernate.query.restriction
Methods in org.hibernate.query.restriction that return Path -
Uses of Path in org.hibernate.query.specification
Methods in org.hibernate.query.specification with parameters of type PathModifier and TypeMethodDescriptionstatic <T,
X> SimpleProjectionSpecification <T, X> SimpleProjectionSpecification.create
(SelectionSpecification<T> selectionSpecification, Path<T, X> projectedPath) Create a newProjectionSpecification
which augments the givenSelectionSpecification
.default <X> SimpleProjectionSpecification
<T, X> SelectionSpecification.createProjection
(Path<T, X> path) Create aSimpleProjectionSpecification
for the given compound path.Add a fetch path to the specification.Select the given field or property identified by the given path from of the root entity.