@@ -292,32 +292,6 @@ public void setDocumentation(List<Documentation> documentation) {
292292
293293
294294
295- // @info.archinnov.achilles.annotations.Transient
296- // @info.archinnov.achilles.annotations.Column("documentationComment")
297- private List <Comment > documentationComment ;
298-
299- @ JsonGetter
300- @ JsonSerialize (contentUsing = DataSerializer .class )
301- // @javax.persistence.Transient
302- @ ManyToAny (metaDef = "CommentMetaDef" , metaColumn = @ javax .persistence .Column (name = "attributeType" ), fetch = FetchType .LAZY )
303- @ JoinTable (name = "AcceptActionUsage_documentationComment" ,
304- joinColumns = @ JoinColumn (name = "classId" ),
305- inverseJoinColumns = @ JoinColumn (name = "attributeId" ))
306- public List <Comment > getDocumentationComment () {
307- if (documentationComment == null ) {
308- documentationComment = new ArrayList <>();
309- }
310- return documentationComment ;
311- }
312-
313- @ JsonSetter
314- @ JsonDeserialize (contentUsing = DataDeserializer .class , contentAs = CommentImpl .class )
315- public void setDocumentationComment (List <Comment > documentationComment ) {
316- this .documentationComment = documentationComment ;
317- }
318-
319-
320-
321295 // @info.archinnov.achilles.annotations.Transient
322296 // @info.archinnov.achilles.annotations.Column("effectiveName")
323297 private String effectiveName ;
@@ -2056,32 +2030,6 @@ public void setOwnedSubsetting(Collection<Subsetting> ownedSubsetting) {
20562030
20572031
20582032
2059- // @info.archinnov.achilles.annotations.Transient
2060- // @info.archinnov.achilles.annotations.Column("ownedTextualRepresentation")
2061- private Collection <TextualRepresentation > ownedTextualRepresentation ;
2062-
2063- @ JsonGetter
2064- @ JsonSerialize (contentUsing = DataSerializer .class )
2065- // @javax.persistence.Transient
2066- @ ManyToAny (metaDef = "TextualRepresentationMetaDef" , metaColumn = @ javax .persistence .Column (name = "attributeType" ), fetch = FetchType .LAZY )
2067- @ JoinTable (name = "AcceptActionUsage_ownedTextualRepresentation" ,
2068- joinColumns = @ JoinColumn (name = "classId" ),
2069- inverseJoinColumns = @ JoinColumn (name = "attributeId" ))
2070- public Collection <TextualRepresentation > getOwnedTextualRepresentation () {
2071- if (ownedTextualRepresentation == null ) {
2072- ownedTextualRepresentation = new ArrayList <>();
2073- }
2074- return ownedTextualRepresentation ;
2075- }
2076-
2077- @ JsonSetter
2078- @ JsonDeserialize (contentUsing = DataDeserializer .class , contentAs = TextualRepresentationImpl .class )
2079- public void setOwnedTextualRepresentation (Collection <TextualRepresentation > ownedTextualRepresentation ) {
2080- this .ownedTextualRepresentation = ownedTextualRepresentation ;
2081- }
2082-
2083-
2084-
20852033 // @info.archinnov.achilles.annotations.Transient
20862034 // @info.archinnov.achilles.annotations.Column("ownedTypeFeaturing")
20872035 private List <TypeFeaturing > ownedTypeFeaturing ;
@@ -2444,6 +2392,32 @@ public void setReceiverArgument(Expression receiverArgument) {
24442392
24452393
24462394
2395+ // @info.archinnov.achilles.annotations.Transient
2396+ // @info.archinnov.achilles.annotations.Column("textualRepresentation")
2397+ private List <TextualRepresentation > textualRepresentation ;
2398+
2399+ @ JsonGetter
2400+ @ JsonSerialize (contentUsing = DataSerializer .class )
2401+ // @javax.persistence.Transient
2402+ @ ManyToAny (metaDef = "TextualRepresentationMetaDef" , metaColumn = @ javax .persistence .Column (name = "attributeType" ), fetch = FetchType .LAZY )
2403+ @ JoinTable (name = "AcceptActionUsage_textualRepresentation" ,
2404+ joinColumns = @ JoinColumn (name = "classId" ),
2405+ inverseJoinColumns = @ JoinColumn (name = "attributeId" ))
2406+ public List <TextualRepresentation > getTextualRepresentation () {
2407+ if (textualRepresentation == null ) {
2408+ textualRepresentation = new ArrayList <>();
2409+ }
2410+ return textualRepresentation ;
2411+ }
2412+
2413+ @ JsonSetter
2414+ @ JsonDeserialize (contentUsing = DataDeserializer .class , contentAs = TextualRepresentationImpl .class )
2415+ public void setTextualRepresentation (List <TextualRepresentation > textualRepresentation ) {
2416+ this .textualRepresentation = textualRepresentation ;
2417+ }
2418+
2419+
2420+
24472421 // @info.archinnov.achilles.annotations.Transient
24482422 // @info.archinnov.achilles.annotations.Column("type")
24492423 private List <Type > type ;
0 commit comments