Redesigning E/R instance definition
This commit is contained in:
parent
d170e1707d
commit
c7f6431d4c
|
@ -56,10 +56,4 @@ public interface RelationType<S extends EntityType, T extends EntityType>
|
|||
|
||||
/* Type is just a Java useful class. The type is not created in the IS. Hence the fields must be redefined */
|
||||
|
||||
/*@JsonGetter(value=SOURCE_PROPERTY)
|
||||
public String getSourceType();
|
||||
|
||||
@JsonGetter(value=TARGET_PROPERTY)
|
||||
public String getTargetType();*/
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue