Interface JPAJoinTable
public interface JPAJoinTable
-
Method Summary
Modifier and TypeMethodDescriptiongetInverseAlias(String dbFieldName)Returns the list of inverse join columns with exchanged left/right order.
-
Method Details
-
getTableName
String getTableName() -
getAlias
-
getInverseAlias
-
getEntityType
JPAEntityType getEntityType() -
getJoinColumns
- Throws:
ODataJPAModelException
-
getInversJoinColumns
Returns the list of inverse join columns with exchanged left/right order.- Returns:
- Throws:
ODataJPAModelException
-