0 Replies Latest reply on Mar 30, 2011 4:18 PM by marlonassis

    Generate a log when done select - Hibernate Seam

    marlonassis
      hello, I'm needing to create a log each time a 'select' is done. In the system already exists for something like update and delete.

      persistence.xml
      <property name="hibernate.ejb.event.post-delete"
                     value="br.com.infox.listener.LogEventListener"/>


      The problem is I can not do to select. I found nothing like the documentation nor on the web.

      If anyone can help me I appreciate it.