Package de.uniba.minf.registry.config.db
Class UserGroupEventListener
java.lang.Object
org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener<UserGroup>
de.uniba.minf.registry.config.db.UserGroupEventListener
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<org.springframework.data.mongodb.core.mapping.event.MongoMappingEvent<?>>
@Configuration
public class UserGroupEventListener
extends org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener<UserGroup>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonBeforeConvert(org.springframework.data.mongodb.core.mapping.event.BeforeConvertEvent<UserGroup> event) Methods inherited from class org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener
onAfterConvert, onAfterDelete, onAfterLoad, onAfterSave, onApplicationEvent, onBeforeDelete, onBeforeSaveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
UserGroupEventListener
public UserGroupEventListener()
-
-
Method Details