Hi all, I have this :
@Column(name="account_category_uuid", nullable=false) @Id private java.util.UUID account_category_uuid; I want an aspect who change : @Column(name="account_category_uuid", nullable=false) to @Column(name="account_category_uuid", nullable=false, columnDefinition="uuid NOT NULL") I've a lot of class with this sort of declaration. I've tried : declare @field : * *uuid : @Column(columnDefinition="uuid NOT NULL"); but this seems not change the first declaration. Are there a way to use dynamic construction with declare @field like : @Column(name=thisjointpoint+"_uuid", nullable=false, columnDefinition="uuid NOT NULL") Thanks in advance. Jean-Jacques.
<<attachment: jjpeyronel.vcf>>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ aspectj-users mailing list aspectj-users@eclipse.org https://dev.eclipse.org/mailman/listinfo/aspectj-users