[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-users] JPA and annotated field of entity
|
- From: Arne Ploese <aploese@xxxxxx>
- Date: Thu, 10 May 2012 14:44:39 +0200
- Delivered-to: aspectj-users@eclipse.org
After closer examination it looks that this only happen, if the parent
class is annotated with javax.persistence.MappedSuperclass ...
If I use a class that is a simple entity things work as expected.
Am Donnerstag, den 10.05.2012, 11:15 +0200 schrieb Arne Ploese:
> Hi,
>
> I have annotated fields of an entity to track the change of that
> property.
>
> If I run this plain with loadtime weaving the pointcut fires.
>
> [code]
> @Pointcut("set(@AuditableProperty * *.*)")
> public void setter() {};
> [/code]
>
> Adding JPA (Eclipselink), setting fields in classes that are database
> entities, the pointcut does not fire anymore.
>
> Any hints whats going on?
>
> Arne
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users