Interface EntityInterceptor

All Known Implementing Classes:
AbstractEntityInterceptor

public interface EntityInterceptor
  • Method Details

    • accessField

      String accessField(String fieldName, EntityInterceptor.AccessType accessType)
      Allows to rewrite a field name of a specific entity type. This may be used to resolve virtual properties.
    • deleteEntity

      void deleteEntity()
      Delete entity represented by this interceptor
    • createRelationInterceptor

      RelationInterceptor createRelationInterceptor(Relation relation)
      Create a RelationInterceptor which intercepts modifications of relations.