Uses of Enum Class
org.apache.olingo.odata2.jpa.processor.api.access.JPAJoinClause.JOIN
Packages that use JPAJoinClause.JOIN
Package
Description
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.JOINModifier and TypeMethodDescriptionJPAJoinClause.getJoinType()The method returns the type ofJPAJoinClause.JOINthat can be used for building JPQL join statements.static JPAJoinClause.JOINReturns the enum constant of this class with the specified name.static JPAJoinClause.JOIN[]JPAJoinClause.JOIN.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.olingo.odata2.jpa.processor.api.access with parameters of type JPAJoinClause.JOINModifierConstructorDescriptionJPAJoinClause(String entityName, String entityAlias, String entityRelationShip, String entityRelationShipAlias, String joinCondition, JPAJoinClause.JOIN joinType) Constructor for creating elements of JPA Join Clause container.