Interface LoadInterceptor<MODEL>

All Superinterfaces:
Interceptor
All Known Implementing Classes:
ConstraintGroupLoadInterceptor, SolrIndexedPropertyLoadInterceptor, StreamConfigurationInfoExpressionCreationInterceptor, SubscriptionPricePlanLoadInterceptor, UsageChargeLoadInterceptor, VoidInterceptor

public interface LoadInterceptor<MODEL> extends Interceptor
The LoadInterceptor is called whenever a model is loaded from the database.

Use this LoadInterceptor for changing model values after load from the database.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    If a model is loaded from the database this method is called by the model service.