Uses of Class
com.peterphi.std.guice.hibernate.webquery.impl.jpa.jpafunctions.WQPath
Package
Description
-
Uses of WQPath in com.peterphi.std.guice.hibernate.webquery.impl.jpa
Modifier and TypeMethodDescriptionJPAQueryBuilder.getOrCreateJoin
(WQPath path) Ensure a join has been set up for a pathJPAQueryBuilderInternal.getOrCreateJoin
(WQPath path) Get or create non-fetch join(s) to a particular relation path.javax.persistence.criteria.Expression<?>
JPAQueryBuilder.getProperty
(WQPath path) Get a property, automatically creating any joins along the way as neededjavax.persistence.criteria.Expression<?>
JPAQueryBuilderInternal.getProperty
(WQPath path) Get a property as an expression for use in a constraint; will automatically set up non-fetch joins as needed -
Uses of WQPath in com.peterphi.std.guice.hibernate.webquery.impl.jpa.jpafunctions