Interface AffiliationHandler
- All Known Implementing Classes:
AffiliationHandlerImpl
public interface AffiliationHandler
-
Method Summary
Modifier and TypeMethodDescription<E extends Entity>
voidSame asdefine(String, String, String, String)
but assumes the relation name is equal to `relAffiliation`.<E extends Entity>
voidSets the affiliation with the givenaffiliationId
on all entities if the condition is `true`.default AffiliationHandler
unwrap()
-
Method Details
-
define
<E extends Entity> void define(String entityModel, String condition, String affiliationId, String relationName) Sets the affiliation with the givenaffiliationId
on all entities if the condition is `true`. -
define
Same asdefine(String, String, String, String)
but assumes the relation name is equal to `relAffiliation`. -
unwrap
-