Uses of Interface
org.hibernate.query.specification.ProjectionSpecification.Element
Packages that use ProjectionSpecification.Element
Package
Description
Support for SelectionSpecification
and MutationSpecification which
is similar in concept to criteria queries, but focused on ease-of-use and less verbosity.
-
Uses of ProjectionSpecification.Element in org.hibernate.query.specification
Methods in org.hibernate.query.specification that return ProjectionSpecification.ElementModifier and TypeMethodDescriptionProjectionSpecification.select
(SingularAttribute<T, X> attribute) Select the given attribute of the root entity.Select the given field or property identified by the given path from of the root entity.