Interface RelationRecord
- All Superinterfaces:
Record
- All Known Subinterfaces:
InsertManyToManyRelationRecord,InsertOneToManyRelationRecord,RemoveManyToManyRelationsRecord,RemoveOneToManyRelationsRecord
- All Known Implementing Classes:
AbstractRelationRecord,DefaultInsertManyToManyRelationRecord,DefaultInsertOneToManyRelationRecord,DefaultRemoveManyToManyRelationsRecord,DefaultRemoveOneToManyRelationsRecord
Record which is able to add or remove relation.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGets flag if relation is extracted from source to target.
-
Method Details
-
isSrcToTgt
boolean isSrcToTgt()Gets flag if relation is extracted from source to target.- Returns:
true, in case of source to target direction,false- the opposite way
-