Uses of Class
org.apache.olingo.odata2.jpa.processor.api.access.JPAJoinClause
-
Packages that use JPAJoinClause Package Description org.apache.olingo.odata2.jpa.processor.api.jpql OData JPA Processor API Library - Java Persistence Query Language -
-
Uses of JPAJoinClause in org.apache.olingo.odata2.jpa.processor.api.jpql
Methods in org.apache.olingo.odata2.jpa.processor.api.jpql that return types with arguments of type JPAJoinClause Modifier and Type Method Description List<JPAJoinClause>JPQLJoinContextView. getJPAJoinClauses()The method returns a list of JPA Join Clauses.List<JPAJoinClause>JPQLJoinSelectSingleContextView. getJPAJoinClauses()The method returns a list of JPA Join Clauses.
-