public class

JACCPreInsertEventListener

extends Object
implements Initializable PreInsertEventListener JACCSecurityListener
java.lang.Object
   ↳ org.hibernate.secure.JACCPreInsertEventListener

Class Overview

Check security before an insertion

Summary

Public Constructors
JACCPreInsertEventListener()
Public Methods
void initialize(Configuration cfg)
boolean onPreInsert(PreInsertEvent event)
Return true if the operation should be vetoed
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.hibernate.event.Initializable
From interface org.hibernate.event.PreInsertEventListener

Public Constructors

public JACCPreInsertEventListener ()

Public Methods

public void initialize (Configuration cfg)

public boolean onPreInsert (PreInsertEvent event)

Return true if the operation should be vetoed