Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dali-dev] Hierarchy listener

Hello,

 

I need to listen to a change of a persistence hierarchy in a certain JPA project. For example if Entity1 extends MappedSuperclass1 and I delete the ‘extends’ clause of the Entity1 class definition this will change the hierarchy tree.

 

What Dali model listener should I use?

 

Regards,

Stefan  


Back to the top