• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Default Entity Listeners

 
Ranch Hand
Posts: 856
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am curious to know about,

that alway's Default Entity Listeners can be specified through only persistence.xml ?

Well i know that Listeners on Superclass and listeners on subclass are specified under classes.
 
Ranch Hand
Posts: 413
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Amandeep Singh:
I am curious to know about,

that alway's Default Entity Listeners can be specified through only persistence.xml ?



yes. but you can exclude default listeners using annotations


Well i know that Listeners on Superclass and listeners on subclass are specified under classes.


[ November 25, 2008: Message edited by: Chaminda Amarasinghe ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic