Interface EntityInterceptor
- All Known Implementing Classes:
AbstractEntityInterceptor
public interface EntityInterceptor
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionaccessField
(String fieldName, EntityInterceptor.AccessType accessType) Allows to rewrite a field name of a specific entity type.createRelationInterceptor
(Relation relation) Create aRelationInterceptor
which intercepts modifications of relations.void
Delete entity represented by this interceptor
-
Method Details
-
accessField
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
Create aRelationInterceptor
which intercepts modifications of relations.
-