|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JPAJoinClause.JOIN | |
---|---|
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 | |
---|---|
JPAJoinClause.JOIN |
JPAJoinClause.getJoinType()
The method returns the type of JPAJoinClause.JOIN that
can be used for building JPQL join statements. |
static JPAJoinClause.JOIN |
JPAJoinClause.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 | |
---|---|
JPAJoinClause(String entityName,
String entityAlias,
String entityRelationShip,
String entityRelationShipAlias,
String joinCondition,
JPAJoinClause.JOIN joinType)
Constructor for creating elements of JPA Join Clause container. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |