Interface InterceptorRegistry

    • Method Detail

      • getPrepareInterceptors

        java.util.Collection<PrepareInterceptor> getPrepareInterceptors​(java.lang.String type)
        Parameters:
        type - type code mapping string
        Returns:
        collection containing PrepareInterceptor for specific type code mapping
      • getLoadInterceptors

        java.util.Collection<LoadInterceptor> getLoadInterceptors​(java.lang.String type)
        Parameters:
        type - type code mapping string
        Returns:
        collection containing LoadInterceptor for specific type code mapping
      • getRemoveInterceptors

        java.util.Collection<RemoveInterceptor> getRemoveInterceptors​(java.lang.String type)
        Parameters:
        type - type code mapping string
        Returns:
        collection containing RemoveInterceptor for specific type code mapping
      • getValidateInterceptors

        java.util.Collection<ValidateInterceptor> getValidateInterceptors​(java.lang.String type)
        Parameters:
        type - type code mapping string
        Returns:
        collection containing ValidateInterceptor for specific type code mapping
      • getInitDefaultsInterceptors

        java.util.Collection<InitDefaultsInterceptor> getInitDefaultsInterceptors​(java.lang.String type)
        Parameters:
        type - type code mapping string
        Returns:
        collection containing InitDefaultsInterceptor for specific type code mapping