.getServiceRegistry()
.getService( OptionsService.class )
.context();
associationContext = new AssociationContext(
new PropertyOptionsContext( serviceContext, hostingEntityType, getAssociationKey().getCollectionRole() )
);
}
return associationContext;
}