Skip navigation links
A B C D E G M O P R S U 

A

AfterCreate - Annotation Type in org.labun.springframework.data.repository.events.annotation
 
AfterCreateEvent - Class in org.labun.springframework.data.repository.events.event
Event that is emitted after a new entity is saved.
AfterCreateEvent(Object) - Constructor for class org.labun.springframework.data.repository.events.event.AfterCreateEvent
 
AfterDelete - Annotation Type in org.labun.springframework.data.repository.events.annotation
 
AfterDeleteEvent - Class in org.labun.springframework.data.repository.events.event
Emitted after the entity is deleted from the repository.
AfterDeleteEvent(Object) - Constructor for class org.labun.springframework.data.repository.events.event.AfterDeleteEvent
 
AfterUpdate - Annotation Type in org.labun.springframework.data.repository.events.annotation
 
AfterUpdateEvent - Class in org.labun.springframework.data.repository.events.event
Emitted after a save to the repository.
AfterUpdateEvent(Object) - Constructor for class org.labun.springframework.data.repository.events.event.AfterUpdateEvent
 
AnnotatedEventHandlerInvoker - Class in org.labun.springframework.data.repository.events
Component to discover annotated repository event handlers and trigger them on ApplicationEvents.
AnnotatedEventHandlerInvoker() - Constructor for class org.labun.springframework.data.repository.events.AnnotatedEventHandlerInvoker
 

B

BeforeCreate - Annotation Type in org.labun.springframework.data.repository.events.annotation
 
BeforeCreateEvent - Class in org.labun.springframework.data.repository.events.event
Event emitted before an entity is saved for the first time.
BeforeCreateEvent(Object) - Constructor for class org.labun.springframework.data.repository.events.event.BeforeCreateEvent
 
BeforeDelete - Annotation Type in org.labun.springframework.data.repository.events.annotation
 
BeforeDeleteEvent - Class in org.labun.springframework.data.repository.events.event
Emitted before an entity is deleted from the repository.
BeforeDeleteEvent(Object) - Constructor for class org.labun.springframework.data.repository.events.event.BeforeDeleteEvent
 
BeforeUpdate - Annotation Type in org.labun.springframework.data.repository.events.annotation
 
BeforeUpdateEvent - Class in org.labun.springframework.data.repository.events.event
Emitted before an entity is saved into the repository.
BeforeUpdateEvent(Object) - Constructor for class org.labun.springframework.data.repository.events.event.BeforeUpdateEvent
 

C

CrudRepositoryOnDeleteAspect - Class in org.labun.springframework.data.repository.events
A Delete action aspect for CrudRepository.
CrudRepositoryOnDeleteAspect(ApplicationEventPublisher) - Constructor for class org.labun.springframework.data.repository.events.CrudRepositoryOnDeleteAspect
 
CrudRepositoryOnSaveAspect - Class in org.labun.springframework.data.repository.events
A Delete action aspect for CrudRepository.
CrudRepositoryOnSaveAspect(ApplicationEventPublisher, EntityInformationProvider) - Constructor for class org.labun.springframework.data.repository.events.CrudRepositoryOnSaveAspect
 

D

deleteAll() - Method in class org.labun.springframework.data.repository.events.CrudRepositoryOnDeleteAspect
 
deleteIterable() - Method in class org.labun.springframework.data.repository.events.CrudRepositoryOnDeleteAspect
 
deleteOne() - Method in class org.labun.springframework.data.repository.events.CrudRepositoryOnDeleteAspect
 
deleteOneById() - Method in class org.labun.springframework.data.repository.events.CrudRepositoryOnDeleteAspect
 

E

EntityInformationProvider - Class in org.labun.springframework.data.repository.events
Caching EntityInformation provider.
EntityInformationProvider(Repositories) - Constructor for class org.labun.springframework.data.repository.events.EntityInformationProvider
 

G

getEntityInformationFor(Class) - Method in class org.labun.springframework.data.repository.events.EntityInformationProvider
 

M

Methods - Class in org.labun.springframework.data.repository.events.utils
Simple helper with utilities to work with Methods.

O

onApplicationEvent(RepositoryEvent) - Method in class org.labun.springframework.data.repository.events.AnnotatedEventHandlerInvoker
 
onDeleteAll(CrudRepository) - Method in class org.labun.springframework.data.repository.events.CrudRepositoryOnDeleteAspect
 
onDeleteIterable(CrudRepository, Iterable) - Method in class org.labun.springframework.data.repository.events.CrudRepositoryOnDeleteAspect
 
onDeleteOne(CrudRepository, Object) - Method in class org.labun.springframework.data.repository.events.CrudRepositoryOnDeleteAspect
 
onDeleteOneById(CrudRepository, Serializable) - Method in class org.labun.springframework.data.repository.events.CrudRepositoryOnDeleteAspect
 
onSave(CrudRepository, Object) - Method in class org.labun.springframework.data.repository.events.CrudRepositoryOnSaveAspect
 
onSave(CrudRepository, Iterable) - Method in class org.labun.springframework.data.repository.events.CrudRepositoryOnSaveAspect
 
org.labun.springframework.data.repository.events - package org.labun.springframework.data.repository.events
 
org.labun.springframework.data.repository.events.annotation - package org.labun.springframework.data.repository.events.annotation
 
org.labun.springframework.data.repository.events.event - package org.labun.springframework.data.repository.events.event
 
org.labun.springframework.data.repository.events.utils - package org.labun.springframework.data.repository.events.utils
 

P

postProcessAfterInitialization(Object, String) - Method in class org.labun.springframework.data.repository.events.AnnotatedEventHandlerInvoker
 
postProcessBeforeInitialization(Object, String) - Method in class org.labun.springframework.data.repository.events.AnnotatedEventHandlerInvoker
 

R

repositories(ApplicationContext) - Method in class org.labun.springframework.data.repository.events.SpringEventsAutoConfiguration
 
RepositoryEvent - Class in org.labun.springframework.data.repository.events.event
Abstract base class for events emitted on org.springframework.data.repository.CrudRepository data changing.
RepositoryEvent(Object) - Constructor for class org.labun.springframework.data.repository.events.event.RepositoryEvent
 
RepositoryEventHandler - Annotation Type in org.labun.springframework.data.repository.events.annotation
 
repositoryEventHandlerAnnotationBeanPostProcessor() - Method in class org.labun.springframework.data.repository.events.SpringEventsAutoConfiguration
 

S

saveIterable() - Method in class org.labun.springframework.data.repository.events.CrudRepositoryOnSaveAspect
 
saveOne() - Method in class org.labun.springframework.data.repository.events.CrudRepositoryOnSaveAspect
 
SpringEventsAutoConfiguration - Class in org.labun.springframework.data.repository.events
AutoConfiguration for spring events.
SpringEventsAutoConfiguration() - Constructor for class org.labun.springframework.data.repository.events.SpringEventsAutoConfiguration
 

U

USER_METHODS - Static variable in class org.labun.springframework.data.repository.events.utils.Methods
 
A B C D E G M O P R S U 
Skip navigation links

Copyright © 2017. All rights reserved.