Uses of Class
org.apache.olingo.odata2.jpa.processor.api.access.JPAJoinClause.JOIN
-
Packages that use JPAJoinClause.JOIN Package Description org.apache.olingo.odata2.jpa.processor.api.access OData JPA Processor API Library - Java Persistence Access -
-
Uses of JPAJoinClause.JOIN in org.apache.olingo.odata2.jpa.processor.api.access
Methods in org.apache.olingo.odata2.jpa.processor.api.access that return JPAJoinClause.JOIN Modifier and Type Method Description JPAJoinClause.JOINJPAJoinClause. getJoinType()The method returns the type ofJPAJoinClause.JOINthat can be used for building JPQL join statements.static JPAJoinClause.JOINJPAJoinClause.JOIN. valueOf(String name)Returns the enum constant of this type with the specified name.static JPAJoinClause.JOIN[]JPAJoinClause.JOIN. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.olingo.odata2.jpa.processor.api.access with parameters of type JPAJoinClause.JOIN Constructor Description JPAJoinClause(String entityName, String entityAlias, String entityRelationShip, String entityRelationShipAlias, String joinCondition, JPAJoinClause.JOIN joinType)Constructor for creating elements of JPA Join Clause container.
-