Interface EntityInterceptorContribution

All Known Implementing Classes:
BusinessUnitEntityInterceptorContribution, RestrictRelationRemovalEntityInterceptorContribution, SecurityEntityInterceptorContribution

public interface EntityInterceptorContribution
  • Method Details

    • createInstance

      EntityInterceptor createInstance(Object entity, EntityInterceptor next)
      Parameters:
      entity - the entity
      next - the next interceptor in the chain
      Returns:
      the contributed interceptor