Package | Description |
---|---|
org.hibernate.cfg.beanvalidation | |
org.hibernate.event |
This package defines an event framework for Hibernate.
|
org.hibernate.secure |
Declarative security for CRUD operations on entities.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanValidationEventListener
Event listener used to enable Bean Validation for insert/update/delete events.
|
Modifier and Type | Method and Description |
---|---|
PreInsertEventListener[] |
EventListeners.getPreInsertEventListeners() |
Modifier and Type | Method and Description |
---|---|
void |
EventListeners.setPreInsertEventListeners(PreInsertEventListener[] preInsertEventListener) |
Modifier and Type | Class and Description |
---|---|
class |
JACCPreInsertEventListener
Check security before an insertion
|
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved