Java javax.persistence.criteria CollectionJoin fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence.criteria CollectionJoin fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence.criteria CollectionJoin.

The text is from its open source code.

Method

Pathget(SingularAttribute attribute)
Create a path corresponding to the referenced single-valued attribute.
Joinjoin(SingularAttribute attribute)
Create an inner join to the specified single-valued attribute.