Interface RelationRecord
-
- All Superinterfaces:
Record
- All Known Subinterfaces:
InsertManyToManyRelationRecord,InsertOneToManyRelationRecord,RemoveManyToManyRelationsRecord,RemoveOneToManyRelationsRecord
- All Known Implementing Classes:
AbstractRelationRecord,DefaultInsertManyToManyRelationRecord,DefaultInsertOneToManyRelationRecord,DefaultRemoveManyToManyRelationsRecord,DefaultRemoveOneToManyRelationsRecord
public interface RelationRecord extends Record
Record which is able to add or remove relation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisSrcToTgt()Gets flag if relation is extracted from source to target.
-