@Component(value="cuba_GroupEntityListener") public class GroupEntityListener extends java.lang.Object implements BeforeInsertEntityListener<Group>, BeforeUpdateEntityListener<Group>
| Constructor and Description |
|---|
GroupEntityListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onBeforeInsert(Group entity,
EntityManager entityManager)
Executes before the object has been inserted into DB.
|
void |
onBeforeUpdate(Group entity,
EntityManager entityManager)
Executes before the object has been updated in DB.
|
public void onBeforeInsert(Group entity, EntityManager entityManager)
BeforeInsertEntityListeneronBeforeInsert in interface BeforeInsertEntityListener<Group>entity - inserted entity instanceentityManager - EntityManager that owns the entity instancepublic void onBeforeUpdate(Group entity, EntityManager entityManager)
BeforeUpdateEntityListeneronBeforeUpdate in interface BeforeUpdateEntityListener<Group>entity - updated entity instanceentityManager - EntityManager that owns the entity instance