Package io.meeds.common
Annotation Interface ContainerTransactional
Describe a method as transactional. This annotation will allow to:
- Set current container to PortalContainer
- Start a transaction for IDM and JPA sessions
This annotation is handled in io.meeds.commons.persistence.impl.ContainerTransactionalAspect.