Interface JPAAssociationPath
public interface JPAAssociationPath
-
Field Details
-
PATH_SEPERATOR
- See Also:
- Constant Field Values
-
-
Method Details
-
getAlias
String getAlias() -
getJoinColumnsList
- Throws:
ODataJPAModelException
-
getLeftColumnsList
- Throws:
ODataJPAModelException
-
getRightColumnsList
- Throws:
ODataJPAModelException
-
getLeaf
JPAAssociationAttribute getLeaf() -
getPath
List<JPAElement> getPath() -
getTargetType
JPAStructuredType getTargetType() -
getSourceType
JPAStructuredType getSourceType() -
isCollection
boolean isCollection() -
getPartner
JPAAssociationAttribute getPartner() -
getJoinTable
JPAJoinTable getJoinTable() -
getInverseLeftJoinColumnsList
Only available if a Join Table was used- Returns:
- Throws:
ODataJPAModelException
-